apt-get error ?

Ogólne pytania dotyczące systemu
RuFiK
Posty: 40
Rejestracja: 17 lipca 2007, 00:48
Lokalizacja: Skar¿ysko-Kam.

apt-get error ?

Post autor: RuFiK »

witam, mam problem podczas gdy chce pobrac binda wtedy cos mi sie dzieje w konsoli :/

Kod: Zaznacz cały

vps87-230-80-238:~# apt-get install bind9
Reading package lists... Done
Building dependency tree... Done
E: The package mc needs to be reinstalled, but I can't find an archive for it.
Awatar użytkownika
kodzik
Beginner
Posty: 175
Rejestracja: 16 listopada 2007, 16:11
Lokalizacja: Sieradz

Post autor: kodzik »

pierw mc zainstaluj dopiero pozniej bind9
RuFiK
Posty: 40
Rejestracja: 17 lipca 2007, 00:48
Lokalizacja: Skar¿ysko-Kam.

Post autor: RuFiK »

ale sek w tym ze mam mc zainstalowane :D ( Midnight Commander )

czy ktos wie ocb :D i jak ten problem rozwiazac :D


chcialbym zaznaczyc, ze zanim zrobilem reseta, to polecialem apt-get install mysql-server , php5, apache, phpmyadmin, proftpd, a po resecie chcialem dac apt-get install bind9 i kiszka :|

ocb
Awatar użytkownika
ruun
Member
Posty: 1366
Rejestracja: 29 marca 2007, 21:07
Lokalizacja: Kruszwica

Post autor: ruun »

RuFiK, w takiej sytuacji mogą pomóc polecenia

Kod: Zaznacz cały

apt-get -f install

Kod: Zaznacz cały

dpkg --configure -a
RuFiK
Posty: 40
Rejestracja: 17 lipca 2007, 00:48
Lokalizacja: Skar¿ysko-Kam.

Post autor: RuFiK »

witam

Kod: Zaznacz cały

apt-get -f install  bind9
zakonczylo sie porazka

Kod: Zaznacz cały

E: The package mc needs to be reinstalled, but I can't find an archive for it.

Kod: Zaznacz cały

dpkg --configure -a

Kod: Zaznacz cały

dpkg: dependency problems prevent configuration of bind9:
 bind9 depends on libbind9-30; however:
  Package libbind9-30 is not installed.
 bind9 depends on libc6 (>= 2.6.1-1); however:
  Version of libc6 on system is 2.3.6.ds1-13etch2.
 bind9 depends on libdns32; however:
  Package libdns32 is not installed.
 bind9 depends on libisc32; however:
  Package libisc32 is not installed.
 bind9 depends on libisccc30; however:
  Package libisccc30 is not installed.
 bind9 depends on libisccfg30; however:
  Package libisccfg30 is not installed.
 bind9 depends on liblwres30; however:
  Package liblwres30 is not installed.
 bind9 depends on libssl0.9.8 (>= 0.9.8f-1); however:
  Version of libssl0.9.8 on system is 0.9.8c-4etch1.
 bind9 depends on libdns32 (= 1:9.4.2~rc2-1); however:
  Package libdns32 is not installed.
 bind9 depends on libisccfg30 (= 1:9.4.2~rc2-1); however:
  Package libisccfg30 is not installed.
 bind9 depends on libisc32 (= 1:9.4.2~rc2-1); however:
  Package libisc32 is not installed.
 bind9 depends on libisccc30 (= 1:9.4.2~rc2-1); however:
  Package libisccc30 is not installed.
dpkg: error processing bind9 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 bind9
hmm mysle ze dobre polecenia wydałem

rowniez próbowałem

Kod: Zaznacz cały

dpkg -i ./bind9_9.4.2~rc2-1_i386.deb
ale bez skutecznie ...

Kod: Zaznacz cały

lvps87-230-80-238:/home# dpkg -i ./bind9_9.4.2~rc2-1_i386.deb
(Reading database ... 27012 files and directories currently installed.)
Preparing to replace bind9 1:9.4.2~rc2-1 (using ./bind9_9.4.2~rc2-1_i386.deb) ...
Unpacking replacement bind9 ...
dpkg: dependency problems prevent configuration of bind9:
 bind9 depends on libbind9-30; however:
  Package libbind9-30 is not installed.
 bind9 depends on libc6 (>= 2.6.1-1); however:
  Version of libc6 on system is 2.3.6.ds1-13etch2.
 bind9 depends on libdns32; however:
  Package libdns32 is not installed.
 bind9 depends on libisc32; however:
  Package libisc32 is not installed.
 bind9 depends on libisccc30; however:
  Package libisccc30 is not installed.
 bind9 depends on libisccfg30; however:
  Package libisccfg30 is not installed.
 bind9 depends on liblwres30; however:
  Package liblwres30 is not installed.
 bind9 depends on libssl0.9.8 (>= 0.9.8f-1); however:
  Version of libssl0.9.8 on system is 0.9.8c-4etch1.
 bind9 depends on libdns32 (= 1:9.4.2~rc2-1); however:
  Package libdns32 is not installed.
 bind9 depends on libisccfg30 (= 1:9.4.2~rc2-1); however:
  Package libisccfg30 is not installed.
 bind9 depends on libisc32 (= 1:9.4.2~rc2-1); however:
  Package libisc32 is not installed.
 bind9 depends on libisccc30 (= 1:9.4.2~rc2-1); however:
  Package libisccc30 is not installed.
dpkg: error processing bind9 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 bind9

ocb ? :(
Awatar użytkownika
ruun
Member
Posty: 1366
Rejestracja: 29 marca 2007, 21:07
Lokalizacja: Kruszwica

Post autor: ruun »

Te moje polecenia miałeś wpisać tak jak ja je napisałem, bez bind9.
RuFiK
Posty: 40
Rejestracja: 17 lipca 2007, 00:48
Lokalizacja: Skar¿ysko-Kam.

Post autor: RuFiK »

Kod: Zaznacz cały

lvps87-230-80-238:/home# su
lvps87-230-80-238:/home# apt-get -f install
Reading package lists... Done
Building dependency tree... Done
E: The package mc needs to be reinstalled, but I can't find an archive for it.
lvps87-230-80-238:/home# dpkg --configure -a
dpkg: dependency problems prevent configuration of bind9:
 bind9 depends on libbind9-30; however:
  Package libbind9-30 is not installed.
 bind9 depends on libc6 (>= 2.6.1-1); however:
  Version of libc6 on system is 2.3.6.ds1-13etch2.
 bind9 depends on libdns32; however:
  Package libdns32 is not installed.
 bind9 depends on libisc32; however:
  Package libisc32 is not installed.
 bind9 depends on libisccc30; however:
  Package libisccc30 is not installed.
 bind9 depends on libisccfg30; however:
  Package libisccfg30 is not installed.
 bind9 depends on liblwres30; however:
  Package liblwres30 is not installed.
 bind9 depends on libssl0.9.8 (>= 0.9.8f-1); however:
  Version of libssl0.9.8 on system is 0.9.8c-4etch1.
 bind9 depends on libdns32 (= 1:9.4.2~rc2-1); however:
  Package libdns32 is not installed.
 bind9 depends on libisccfg30 (= 1:9.4.2~rc2-1); however:
  Package libisccfg30 is not installed.
 bind9 depends on libisc32 (= 1:9.4.2~rc2-1); however:
  Package libisc32 is not installed.
 bind9 depends on libisccc30 (= 1:9.4.2~rc2-1); however:
  Package libisccc30 is not installed.
dpkg: error processing bind9 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 bind9
lvps87-230-80-238:/home#
mlyczek
Junior Member
Posty: 979
Rejestracja: 02 sierpnia 2006, 19:17

Post autor: mlyczek »

Daj

Kod: Zaznacz cały

apt-get remove bind9
a pozniej

Kod: Zaznacz cały

dpkg --configure  -a
mozesz tez jeszcze dodatkowo dac

Kod: Zaznacz cały

apt-get -f install
RuFiK
Posty: 40
Rejestracja: 17 lipca 2007, 00:48
Lokalizacja: Skar¿ysko-Kam.

Post autor: RuFiK »

Kod: Zaznacz cały

lvps87-230-80-238:/home# apt-get remove bind9
Reading package lists... Done
Building dependency tree... Done
E: The package mc needs to be reinstalled, but I can't find an archive for it.
lvps87-230-80-238:/home# dpkg --configure  -a
dpkg: dependency problems prevent configuration of bind9:
 bind9 depends on libbind9-30; however:
  Package libbind9-30 is not installed.
 bind9 depends on libc6 (>= 2.6.1-1); however:
  Version of libc6 on system is 2.3.6.ds1-13etch2.
 bind9 depends on libdns32; however:
  Package libdns32 is not installed.
 bind9 depends on libisc32; however:
  Package libisc32 is not installed.
 bind9 depends on libisccc30; however:
  Package libisccc30 is not installed.
 bind9 depends on libisccfg30; however:
  Package libisccfg30 is not installed.
 bind9 depends on liblwres30; however:
  Package liblwres30 is not installed.
 bind9 depends on libssl0.9.8 (>= 0.9.8f-1); however:
  Version of libssl0.9.8 on system is 0.9.8c-4etch1.
 bind9 depends on libdns32 (= 1:9.4.2~rc2-1); however:
  Package libdns32 is not installed.
 bind9 depends on libisccfg30 (= 1:9.4.2~rc2-1); however:
  Package libisccfg30 is not installed.
 bind9 depends on libisc32 (= 1:9.4.2~rc2-1); however:
  Package libisc32 is not installed.
 bind9 depends on libisccc30 (= 1:9.4.2~rc2-1); however:
  Package libisccc30 is not installed.
dpkg: error processing bind9 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 bind9
lvps87-230-80-238:/home# apt-get -f install
Reading package lists... Done
Building dependency tree... Done
E: The package mc needs to be reinstalled, but I can't find an archive for it.
lvps87-230-80-238:/home#
Awatar użytkownika
kodzik
Beginner
Posty: 175
Rejestracja: 16 listopada 2007, 16:11
Lokalizacja: Sieradz

Post autor: kodzik »

a usun bind9 i mc

pozniej zainstaluj na nowo

oraz pokaz sources.list
ODPOWIEDZ