Bonjour à tous.
J'ai le fameux problèmes lors d'un apt-get install :
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
Qui correspond à l'erreur n°2 de la doc sur les problèms apt
http://doc.ubuntu-fr.org/probleme_apt.
J'ai donc essayé successivement mais sans succès les commandes
sudo dpkg --configure -a
Avec pour retour et erreur :
Paramétrage de initramfs-tools (0.85eubuntu26) ...
update-initramfs: deferring update (trigger activated)
Paramétrage de linux-ubuntu-modules-2.6.24-12-generic (2.6.24-12.16) ...
update-initramfs: Generating /boot/initrd.img-2.6.24-12-generic
gzip: stdout: No space left on device
update-initramfs: failed for /boot/initrd.img-2.6.24-12-generic
dpkg : erreur de traitement de linux-ubuntu-modules-2.6.24-12-generic (--configure) :
le sous-processus post-installation script a retourné une erreur de sortie d'état 1
Paramétrage de libc6 (2.7-5ubuntu2) ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.24-12-generic
gzip: stdout: No space left on device
update-initramfs: failed for /boot/initrd.img-2.6.24-12-generic
dpkg: le sous-processus post-installation script a retourné une erreur de sortie d'état 1
Donc j'ai continué de suivre le tuto au cas ça ne marchais pas...
sudo apt-get install -f
Avec l'erreur :
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
Puis avec dpkg :
sudo dpkg --force-all --configure -a
Avec le retour et erreurs:
Paramétrage de initramfs-tools (0.85eubuntu26) ...
update-initramfs: deferring update (trigger activated)
Paramétrage de linux-ubuntu-modules-2.6.24-12-generic (2.6.24-12.16) ...
update-initramfs: Generating /boot/initrd.img-2.6.24-12-generic
gzip: stdout: No space left on device
update-initramfs: failed for /boot/initrd.img-2.6.24-12-generic
dpkg : erreur de traitement de linux-ubuntu-modules-2.6.24-12-generic (--configure) :
le sous-processus post-installation script a retourné une erreur de sortie d'état 1
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
/sbin/ldconfig.real: Writing of cache data failed: No such file or directory
dpkg : erreur de traitement de libc6 (--configure) :
le sous-processus post-installation script a retourné une erreur de sortie d'état 1
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.24-12-generic
gzip: stdout: No space left on device
update-initramfs: failed for /boot/initrd.img-2.6.24-12-generic
dpkg: le sous-processus post-installation script a retourné une erreur de sortie d'état 1
Bon de toutes façons le problème semble venir de mon initramfs... Comment corriger ce problèmes sans planter mon systèmes?
Merci d'avance.