• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Debain 3.1 zu 4.0 - problem

Hi, bei einem update kommt folgendes bzw. upgrade...

apt-get update
apt-get upgrade

das selbe ist bei dist-upgrade

kommt folgendes:

Code:
...
Retrieving bug reports... 0% [0/283] W: not in gzip format: cpp-3.3
 W: not in gzip format: debian-reference-de
 W: not in gzip format: libedit2
 W: not in gzip format: libpcre3
 W: not in gzip format: liburi-perl
 W: not in gzip format: gcc-2.95
 W: not in gzip format: procps
 W: not in gzip format: eggdrop-data
 ... E: Too many errors while retrieving bug reports
E: Sub-process if dpkg -s apt-listbugs | grep -q '^Status: .* ok installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 || exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter key to continue.' 1>&2 ; read a < /dev/tty ); fi returned an error code (10)
E: Failure running script if dpkg -s apt-listbugs | grep -q '^Status: .* ok installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 || exit 10; echo 'Warning: apt-listbugs exited abnormally, hit enter key to continue.' 1>&2 ; read a < /dev/tty ); fi
Ack!  Something bad happened while installing packages.  Trying to recover:
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

weiß wer was da los ist?

lg Richi
 
Magst Du uns mal deine /etc/apt/sources.list zeigen? Und als nützlicher Hinweis: In dem Fall arbeitest Du mit dist-upgrade! Du willst doch nicht irgendwelche Paketmixe behalten, oder?
 
Habs gelöst.

Ich hab dist-upgrade gemacht.

Die lösung war folgendes:

apt-get install ... --reinstall

Ich habe sämtliche Pakete die für die Paketverwaltung nötig sind neu installiert, dann ging es.

Danach ging alles. Bei allen Servern hat es funktioniert nur bei diesem hats rum gezickt.

lg Richi
 
Oben