Problem beim Upgraden von initscripts

Martin Stettner martin.stettner at complement.at
Die Jan 23 19:16:17 GMT 2007


Hallo,

ich habe vor einiger Zeit einen virtuellen Server (bei HostEurope) mit
Ubuntu 5.10 aufgesetzt (bzw. das existierende SuSE9.3 ersetzt). Ich wollte
jetzt versuchen, ihn auf Ubuntu 6.06 zu bringen, das 'apt dist-upgrade'
(bzw. weitere Versuch, initscripts mit 'apt-get install initscripts' zu
installieren) ist aber mit folgendem Fehler abgebrochen:

Setting up initscripts (2.86.ds1-6ubuntu32) ...
mount: permission denied
dpkg: error processing initscripts (--configure):
 subprocess post-installation script returned error exit status 32
Errors were encountered while processing:
 initscripts
E: Sub-process /usr/bin/dpkg returned an error code (1)

Kennt sich da jemand aus, wie ich das lösen könnte? Ich weiß nicht einmal,
ob die 'korrekte' Installation des Packages auf dem virtuellen Server
überhaupt so wichtig ist (kann man die Konfigurationsskripts irgendwie
überspringen?). Ich kann aber keinerlei weitere Packages installieren, weil
anscheinend alles irgendwie von initscripts abhängt...

Falls das was hilft, habe ich die fstab bzw. die Ausgabe von 'mount' im
Anhang.

Vielen Dank im Voraus

Martin

# cat /etc/fstab
proc  /proc  proc  defaults        0       0
none   /dev/pts devpts  rw               0       0
/dev/vzfs /  vzfs    defaults,remount    0       0

# mount
/dev/vzfs on / type reiserfs (rw,usrquota,grpquota)
proc on /proc type proc (rw)
tmpfs on /var/run type tmpfs (rw)
tmpfs on /var/lock type tmpfs (rw)
devpts on /dev/pts type devpts (rw)
tmpfs on /dev/shm type tmpfs (rw)
tmpfs on /dev/shm/var.run type tmpfs (rw)
tmpfs on /dev/shm/var.lock type tmpfs (rw)