Mich hat auf einem unserer Debian Etch-Systeme wieder einmal ein merkwürdiges Problem ereilt, zu dessen Lösung ich (ebenfalls mal wieder) eure Hilfe brauche.
Offenbar hat ein apt-get dist-upgrade abgebrochen. Das wäre ja an sich kein Problem, aber in diesem Fall komme ich nicht so recht weiter.
Folgendes passiert, wenn ich ein einfaches "apt-get install" eingebe:
Code: Alles auswählen
SERVER:~# apt-get install
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 69 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up initscripts (2.86.ds1-36) ...
SERVER:/etc/rc6.d#
Code: Alles auswählen
root 25864 0.9 0.3 13952 12432 pts/0 S 10:51 0:00 /usr/bin/dpkg --status-fd 16 --configure initscripts
root 25871 0.0 0.0 2440 1136 pts/0 S 10:51 0:00 /bin/sh /var/lib/dpkg/info/initscripts.postinst configure 2.86.ds1-20
Drücke ich CTRL-D (zum ausloggen) erhalte ich folgendes:
Code: Alles auswählen
SERVER:~# exit
umount: /.root: not mounted
dpkg: error processing initscripts (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
initscripts
E: Sub-process /usr/bin/dpkg returned an error code (1)
Sehr merkwürdig, wie ich finde. Hat jemand eine Idee, wie ich die Installation der initscripts und apt-get im allgemeinen wieder ans laufen bekomme?
Vielen Dank für eure Tipps!