Comment 18 for bug 292159

Revision history for this message
Notch-1 (n1-notch-1) wrote :

hi, the workaround solved the first problem but now i got a new error:

Spacchetto il sostituto di linux-image-2.6.27-7-generic ...
dpkg: errore processando /var/cache/apt/archives/linux-image-2.6.27-7-generic_2.6.27-7.16_i386.deb (--unpack):
 impossibile creare il link per la copia di sicurezza di `./lib/modules/2.6.27-7-generic/initrd/vesafb.ko' prima di installarne la nuova versione: Errore di I/O
Selezionato il pacchetto linux-image-2.6.27-9-generic, che non lo era.
Spacchetto linux-image-2.6.27-9-generic (da .../linux-image-2.6.27-9-generic_2.6.27-9.19_i386.deb) ...
Done.
...
...
Processing triggers for man-db ...
Sono occorsi degli errori processando:
 /var/cache/apt/archives/linux-image-2.6.27-7-generic_2.6.27-7.16_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

my procedure was:
1) install kubuntu intrepid to hd and boot it
2) update apt-get and install usb-creator
3) dist-upgrade and reboot
5) run usb-creator and create a 3.8 gb persistent file in my 16gb pendrive (using the same kubuntu cd, reinserted into the cd drive after the reboot, as base image)
6) halt, unplug and replug the pendrive (this little things are evil) and boot again, this time from the pendrive
7) apply the workaround(s) so:

sudo mv /usr/sbin/update-initramfs /usr/sbin/update-initramfs.old
sudo ln -s /rofs/usr/sbin/update-initramfs /usr/sbin/update-initramfs
sudo killall hald
sudo aa-complain /usr/sbin/cupsd

the last commad shows:

Setting /usr/sbin/cupsd to complain mode.
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.

and then sudo apt-get clean ; sudo apt-get update ; sudo apt-get dist-upgrade ... and the error.
See the attached file for dmesg output and the complete dist-upgrade log, and tell me if you need anything else...thanks