Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 08/01/2016, à 04:18

LordBli

Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Bonsoir à tout le monde, bonne année e bonne santé a vous!

Donc, passons au cœur de la chose si vous le voulez bien lol, voici mon problème.

Je cherche a faire de l'espace dans mon répertoire /boot car il m'est impossible de faire des mise a jour car l'espace dans mon répertoire /boot est trop faible.
Donc lorsque je lance la commande:

sudo apt-get autoremove

En retour j'ai:

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances        
Lecture des informations d'état... Fait
Vous pouvez lancer « apt-get -f install » pour corriger ces problèmes.
Les paquets suivants contiennent des dépendances non satisfaites :
 tzdata-java : Dépend: tzdata (= 2015g-0ubuntu0.14.04) mais 2015b-0ubuntu0.14.04 est installé
E: Dépendances manquantes. Essayez d'utiliser l'option -f.

Donc je fait ce que l'on me demande:

sudo apt-get autoremove -f
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Correction des dépendances... Fait
Les paquets supplémentaires suivants seront installés : 
  tzdata
Les paquets suivants seront mis à jour :
  tzdata
1 mis à jour, 0 nouvellement installés, 0 à enlever et 382 non mis à jour.
1 partiellement installés ou enlevés.
Il est nécessaire de prendre 164 ko dans les archives.
Après cette opération, 35,8 ko d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
Réception de : 1 http://security.ubuntu.com/ubuntu/ trusty-security/main tzdata all 2015g-0ubuntu0.14.04 [164 kB]
164 ko réceptionnés en 0s (213 ko/s)
Préconfiguration des paquets...
(Lecture de la base de données... 518815 fichiers et répertoires déjà installés.)
Préparation du décompactage de .../tzdata_2015g-0ubuntu0.14.04_all.deb ...
Décompactage de tzdata (2015g-0ubuntu0.14.04) sur (2015b-0ubuntu0.14.04) ...
Aucun rapport « apport » n'a été créé car un disque plein a été signalé
                                                                       dpkg: error processing archive /var/cache/apt/archives/tzdata_2015g-0ubuntu0.14.04_all.deb (--unpack):
 impossible de créer un lien symbolique de secours pour « ./usr/share/zoneinfo/America/Anchorage »: Aucun espace disponible sur le périphérique
Des erreurs ont été rencontrées pendant l'exécution :
 /var/cache/apt/archives/tzdata_2015g-0ubuntu0.14.04_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Voila ce que le terminal me renvoie et je ne sais plus trop quoi faire...
J'ai aussi essayé la commande suivante mais rien de bien concré

sudo apt-get install
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Vous pouvez lancer « apt-get -f install » pour corriger ces problèmes.
Les paquets suivants contiennent des dépendances non satisfaites :
 tzdata-java : Dépend: tzdata (= 2015g-0ubuntu0.14.04) mais 2015b-0ubuntu0.14.04 est installé
E: Dépendances manquantes. Essayez d'utiliser l'option -f.
sudo apt-get install
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Vous pouvez lancer « apt-get -f install » pour corriger ces problèmes.
Les paquets suivants contiennent des dépendances non satisfaites :
 tzdata-java : Dépend: tzdata (= 2015g-0ubuntu0.14.04) mais 2015b-0ubuntu0.14.04 est installé
E: Dépendances manquantes. Essayez d'utiliser l'option -f.

Donc voila je ne sais plus trop quoi faire... Si quelqu'un pourrait me donner un petit coup de main, je vous en remercie d'avance

Dernière modification par LordBli (Le 10/01/2016, à 01:35)

Hors ligne

#2 Le 08/01/2016, à 04:34

cqfd93

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Bonjour,

LordBli a écrit :

Donc lorsque je lance la commande:

sudo apt-get autoremove

Tu n'as pas fini ta phrase wink

Est-ce que autoremove a permis de libérer de la place ?

Pour en savoir un peu plus :

cat /etc/issue
uname -a
echo "${XDG_CURRENT_DESKTOP}"
df -h
df -i
dpkg -l | grep -Ei "linux-headers|linux-image"
ls -l /boot

cqfd93

Hors ligne

#3 Le 08/01/2016, à 04:38

LordBli

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Lol oui j'ai éditer mon poste, sinon

cat /etc/issue
Ubuntu 14.04.2 LTS \n \l

claudy@claudy-1005PX:~$ uname -a
Linux claudy-1005PX 3.13.0-49-generic #83-Ubuntu SMP Fri Apr 10 20:14:51 UTC 2015 i686 i686 i686 GNU/Linux
claudy@claudy-1005PX:~$ echo "${XDG_CURRENT_DESKTOP}"
Unity
claudy@claudy-1005PX:~$ df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sda5          9,1G    8,1G  553M  94% /
none               4,0K       0  4,0K   0% /sys/fs/cgroup
udev               487M    4,0K  487M   1% /dev
tmpfs              100M    1,1M   99M   2% /run
none               5,0M       0  5,0M   0% /run/lock
none               497M    156K  497M   1% /run/shm
none               100M     60K  100M   1% /run/user
/dev/sda6           23G     21G  1,3G  95% /home
/dev/sda1          115G    115G  966M 100% /media/claudy/BC266DC4266D7FEE
claudy@claudy-1005PX:~$ df -i
Sys. de fichiers  Inœuds IUtil.  ILibre IUti% Monté sur
/dev/sda5         610800 608399    2401  100% /
none              127047      2  127045    1% /sys/fs/cgroup
udev              124645    480  124165    1% /dev
tmpfs             127047    485  126562    1% /run
none              127047      3  127044    1% /run/lock
none              127047      7  127040    1% /run/shm
none              127047     31  127016    1% /run/user
/dev/sda6        1525920  40887 1485033    3% /home
/dev/sda1        1217940 147641 1070299   13% /media/claudy/BC266DC4266D7FEE
claudy@claudy-1005PX:~$ dpkg -l | grep -Ei "linux-headers|linux-image"
ii  linux-headers-3.13.0-33                               3.13.0-33.58                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-33-generic                       3.13.0-33.58                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-35                               3.13.0-35.62                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-35-generic                       3.13.0-35.62                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-36                               3.13.0-36.63                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-36-generic                       3.13.0-36.63                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-37                               3.13.0-37.64                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-37-generic                       3.13.0-37.64                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-39                               3.13.0-39.66                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-39-generic                       3.13.0-39.66                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-40                               3.13.0-40.69                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-40-generic                       3.13.0-40.69                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-43                               3.13.0-43.72                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-43-generic                       3.13.0-43.72                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-44                               3.13.0-44.73                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-44-generic                       3.13.0-44.73                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-45                               3.13.0-45.74                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-45-generic                       3.13.0-45.74                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-46                               3.13.0-46.79                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-46-generic                       3.13.0-46.79                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-48                               3.13.0-48.80                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-48-generic                       3.13.0-48.80                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-49                               3.13.0-49.81                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-49-generic                       3.13.0-49.81                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-generic                                 3.13.0.49.56                                        i386         Generic Linux kernel headers
ii  linux-image-3.13.0-33-generic                         3.13.0-33.58                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-35-generic                         3.13.0-35.62                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-36-generic                         3.13.0-36.63                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-37-generic                         3.13.0-37.64                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-39-generic                         3.13.0-39.66                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-40-generic                         3.13.0-40.69                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-43-generic                         3.13.0-43.72                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-44-generic                         3.13.0-44.73                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-45-generic                         3.13.0-45.74                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-46-generic                         3.13.0-46.79                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-48-generic                         3.13.0-48.80                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-49-generic                         3.13.0-49.83                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-33-generic                   3.13.0-33.58                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-35-generic                   3.13.0-35.62                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-36-generic                   3.13.0-36.63                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-37-generic                   3.13.0-37.64                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-39-generic                   3.13.0-39.66                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-40-generic                   3.13.0-40.69                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-43-generic                   3.13.0-43.72                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-44-generic                   3.13.0-44.73                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-45-generic                   3.13.0-45.74                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-46-generic                   3.13.0-46.79                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-48-generic                   3.13.0-48.80                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-49-generic                   3.13.0-49.81                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-generic                                   3.13.0.49.56                                        i386         Generic Linux kernel image
claudy@claudy-1005PX:~$ ls -l /boot
total 409400
-rw-r--r-- 1 root root  1166929 juil. 29  2014 abi-3.13.0-33-generic
-rw-r--r-- 1 root root  1168075 août  15  2014 abi-3.13.0-35-generic
-rw-r--r-- 1 root root  1168075 sept.  4  2014 abi-3.13.0-36-generic
-rw-r--r-- 1 root root  1168706 sept. 23  2014 abi-3.13.0-37-generic
-rw-r--r-- 1 root root  1168764 oct.  28  2014 abi-3.13.0-39-generic
-rw-r--r-- 1 root root  1168726 nov.  13  2014 abi-3.13.0-40-generic
-rw-r--r-- 1 root root  1168937 déc.   8  2014 abi-3.13.0-43-generic
-rw-r--r-- 1 root root  1168937 déc.  16  2014 abi-3.13.0-44-generic
-rw-r--r-- 1 root root  1169184 janv. 13  2015 abi-3.13.0-45-generic
-rw-r--r-- 1 root root  1169069 mars  10  2015 abi-3.13.0-46-generic
-rw-r--r-- 1 root root  1168940 mars  12  2015 abi-3.13.0-48-generic
-rw-r--r-- 1 root root  1168940 avril 10  2015 abi-3.13.0-49-generic
-rw-r--r-- 1 root root   926513 oct.   2  2013 abi-3.8.0-32-generic
-rw-r--r-- 1 root root   926578 oct.  23  2013 abi-3.8.0-33-generic
-rw-r--r-- 1 root root   926578 déc.   3  2013 abi-3.8.0-35-generic
-rw-r--r-- 1 root root   169732 juil. 29  2014 config-3.13.0-33-generic
-rw-r--r-- 1 root root   169722 août  15  2014 config-3.13.0-35-generic
-rw-r--r-- 1 root root   169741 sept.  4  2014 config-3.13.0-36-generic
-rw-r--r-- 1 root root   169782 sept. 23  2014 config-3.13.0-37-generic
-rw-r--r-- 1 root root   169782 oct.  28  2014 config-3.13.0-39-generic
-rw-r--r-- 1 root root   169815 nov.  13  2014 config-3.13.0-40-generic
-rw-r--r-- 1 root root   169815 déc.   8  2014 config-3.13.0-43-generic
-rw-r--r-- 1 root root   169818 déc.  16  2014 config-3.13.0-44-generic
-rw-r--r-- 1 root root   169818 janv. 13  2015 config-3.13.0-45-generic
-rw-r--r-- 1 root root   169818 mars  10  2015 config-3.13.0-46-generic
-rw-r--r-- 1 root root   169843 mars  12  2015 config-3.13.0-48-generic
-rw-r--r-- 1 root root   169843 avril 10  2015 config-3.13.0-49-generic
-rw-r--r-- 1 root root   160909 oct.   2  2013 config-3.8.0-32-generic
-rw-r--r-- 1 root root   160909 oct.  23  2013 config-3.8.0-33-generic
-rw-r--r-- 1 root root   160898 déc.   3  2013 config-3.8.0-35-generic
drwxr-xr-x 5 root root     4096 avril 14  2015 grub
-rw-r--r-- 1 root root 18719467 août  14  2014 initrd.img-3.13.0-33-generic
-rw-r--r-- 1 root root 18724161 sept. 12  2014 initrd.img-3.13.0-35-generic
-rw-r--r-- 1 root root 18736189 oct.   5  2014 initrd.img-3.13.0-36-generic
-rw-r--r-- 1 root root 18736208 oct.  10  2014 initrd.img-3.13.0-37-generic
-rw-r--r-- 1 root root 18734834 nov.   2  2014 initrd.img-3.13.0-39-generic
-rw-r--r-- 1 root root 18739946 déc.   3  2014 initrd.img-3.13.0-40-generic
-rw-r--r-- 1 root root 18773314 déc.  13  2014 initrd.img-3.13.0-43-generic
-rw-r--r-- 1 root root 18773453 janv. 14  2015 initrd.img-3.13.0-44-generic
-rw-r--r-- 1 root root 18778940 févr. 19  2015 initrd.img-3.13.0-45-generic
-rw-r--r-- 1 root root 18776232 mars  23  2015 initrd.img-3.13.0-46-generic
-rw-r--r-- 1 root root 18777707 mars  27  2015 initrd.img-3.13.0-48-generic
-rw-r--r-- 1 root root 18779180 avril 14  2015 initrd.img-3.13.0-49-generic
-rw-r--r-- 1 root root 16071482 oct.  28  2013 initrd.img-3.8.0-32-generic
-rw-r--r-- 1 root root 16069999 nov.  29  2013 initrd.img-3.8.0-33-generic
-rw-r--r-- 1 root root 16119097 janv. 21  2014 initrd.img-3.8.0-35-generic
-rw-r--r-- 1 root root   176500 mars  12  2014 memtest86+.bin
-rw-r--r-- 1 root root   178176 mars  12  2014 memtest86+.elf
-rw-r--r-- 1 root root   178680 mars  12  2014 memtest86+_multiboot.bin
-rw------- 1 root root  2693057 juil. 29  2014 System.map-3.13.0-33-generic
-rw------- 1 root root  2697306 août  15  2014 System.map-3.13.0-35-generic
-rw------- 1 root root  2697363 sept.  4  2014 System.map-3.13.0-36-generic
-rw------- 1 root root  2697489 sept. 23  2014 System.map-3.13.0-37-generic
-rw------- 1 root root  2697539 oct.  28  2014 System.map-3.13.0-39-generic
-rw------- 1 root root  2697648 nov.  13  2014 System.map-3.13.0-40-generic
-rw------- 1 root root  2699011 déc.   8  2014 System.map-3.13.0-43-generic
-rw------- 1 root root  2699036 déc.  16  2014 System.map-3.13.0-44-generic
-rw------- 1 root root  2699380 janv. 13  2015 System.map-3.13.0-45-generic
-rw------- 1 root root  2699562 mars  10  2015 System.map-3.13.0-46-generic
-rw------- 1 root root  2699351 mars  12  2015 System.map-3.13.0-48-generic
-rw------- 1 root root  2699535 avril 10  2015 System.map-3.13.0-49-generic
-rw------- 1 root root  2445627 oct.   2  2013 System.map-3.8.0-32-generic
-rw------- 1 root root  2445793 oct.  23  2013 System.map-3.8.0-33-generic
-rw------- 1 root root  2450539 déc.   3  2013 System.map-3.8.0-35-generic
-rw------- 1 root root  5820336 juil. 29  2014 vmlinuz-3.13.0-33-generic
-rw------- 1 root root  5826864 août  15  2014 vmlinuz-3.13.0-35-generic
-rw------- 1 root root  5826768 sept.  4  2014 vmlinuz-3.13.0-36-generic
-rw------- 1 root root  5828976 sept. 23  2014 vmlinuz-3.13.0-37-generic
-rw------- 1 root root  5828720 oct.  28  2014 vmlinuz-3.13.0-39-generic
-rw------- 1 root root  5830128 nov.  13  2014 vmlinuz-3.13.0-40-generic
-rw------- 1 root root  5833296 déc.   8  2014 vmlinuz-3.13.0-43-generic
-rw------- 1 root root  5833648 déc.  16  2014 vmlinuz-3.13.0-44-generic
-rw------- 1 root root  5833648 janv. 13  2015 vmlinuz-3.13.0-45-generic
-rw------- 1 root root  5836592 mars  10  2015 vmlinuz-3.13.0-46-generic
-rw------- 1 root root  5837296 mars  12  2015 vmlinuz-3.13.0-48-generic
-rw------- 1 root root  5836528 avril 10  2015 vmlinuz-3.13.0-49-generic
-rw------- 1 root root  5375088 oct.   2  2013 vmlinuz-3.8.0-32-generic
-rw------- 1 root root  5375056 oct.  23  2013 vmlinuz-3.8.0-33-generic
-rw------- 1 root root  5402224 déc.   3  2013 vmlinuz-3.8.0-35-generic

Hors ligne

#4 Le 08/01/2016, à 05:11

cqfd93

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Ah oui, je t'ai répondu pendant que tu finissais de rédiger ton message smile

En fait ce n'est pas /boot qui est plein (tu n'as pas de partition /boot séparée) mais la racine / qui n'a que 6% d'espace disponible et plus d'inœuds disponibles.

Pour libérer plein d'inœuds, il faut supprimer plein de fichiers, on va trouver notre bonheur dans les dossiers /usr/src/linux-headers*

Passe les commandes suivantes l'une après l'autre (copie / colle pour éviter les fautes de frappe qui pourraient être catastrophiques) :

sudo rm -fr /usr/src/linux-headers-3.13.0-3*
sudo apt-get install -f
sudo apt-get upgrade

On doit déjà voir le résultat avec :

df -h
df -i

Même s'il n'y a pas d'erreurs, ce n'est pas terminé smile

Cette démarche est très bien expliquée dans l'excellent tuto de tiramiseb.

Edit : Avec seulement 5% libre dans ton /home, si tu le laisse se remplir encore un peu, tu risque un jour de ne plus pouvoir démarrer ta session donc il vaudrait mieux prendre les devants.

ps : j'aimerais bien aussi que tu lances cette commande (et que tu m'en donnes le retour) :

sudo apt-get -s remove --purge linux-headers-3\.13\.0-3

C'est une simulation (option -s) de la commande qui, si ma syntaxe est bonne, devrait désinstaller proprement tous les headers dont on a supprimé sauvagement les fichiers avec le sudo rm… La simulation est sans danger et si le retour correspond exactement à ce que j'attends, on passera en vrai.

Dernière modification par cqfd93 (Le 08/01/2016, à 06:06)


cqfd93

Hors ligne

#5 Le 08/01/2016, à 10:21

LordBli

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Alors, aprés avoir exécuté les commandes:

sudo rm -fr /usr/src/linux-headers-3.13.0-3*
sudo apt-get install -f
sudo apt-get upgrade

(Merci pour la prévention sur les erreurs qui auraient pu survenir et aussi pour le trés bon tuto que je garde sous la main smile)

Voici le résultat des commande:

df -h
df -i
claudy@claudy-1005PX:~$ df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sda5          9,1G    7,8G  782M  92% /
none               4,0K       0  4,0K   0% /sys/fs/cgroup
udev               487M    4,0K  487M   1% /dev
tmpfs              100M    1,1M   99M   2% /run
none               5,0M       0  5,0M   0% /run/lock
none               497M    668K  496M   1% /run/shm
none               100M     64K  100M   1% /run/user
/dev/sda6           23G     18G  4,1G  82% /home
/dev/sda1          115G    115G  463M 100% /media/claudy/BC266DC4266D7FEE
/dev/sdb1          3,8G    2,4G  1,4G  63% /media/claudy/CLAUDY
claudy@claudy-1005PX:~$ df -i
Sys. de fichiers  Inœuds IUtil.  ILibre IUti% Monté sur
/dev/sda5         610800 484132  126668   80% /
none              127047      2  127045    1% /sys/fs/cgroup
udev              124645    480  124165    1% /dev
tmpfs             127047    485  126562    1% /run
none              127047      3  127044    1% /run/lock
none              127047      8  127039    1% /run/shm
none              127047     32  127015    1% /run/user
/dev/sda6        1525920  38046 1487874    3% /home
/dev/sda1         702960 147648  555312   22% /media/claudy/BC266DC4266D7FEE

Et voici enfin le résultat de la simulation:

claudy@claudy-1005PX:~$ sudo apt-get -s remove --purge linux-headers-3\.13\.0-3
[sudo] password for claudy: 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Note : sélection de linux-headers-3.13.0-39-lowlatency pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-35-lowlatency pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-30-lowlatency pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-32-generic pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-33-lowlatency pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-30-generic pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-30 pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-32 pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-33 pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-34 pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-35 pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-36 pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-37 pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-39 pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-34-lowlatency pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-36-lowlatency pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-39-generic pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-37-generic pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-36-generic pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-35-generic pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-34-generic pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-33-generic pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-37-lowlatency pour l'expression rationnelle « linux-headers-3.13.0-3 »
Note : sélection de linux-headers-3.13.0-32-lowlatency pour l'expression rationnelle « linux-headers-3.13.0-3 »
Package 'linux-headers-3.13.0-30' is not installed, so not removed
Package 'linux-headers-3.13.0-30-generic' is not installed, so not removed
Package 'linux-headers-3.13.0-30-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-32' is not installed, so not removed
Package 'linux-headers-3.13.0-32-generic' is not installed, so not removed
Package 'linux-headers-3.13.0-32-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-33-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-34' is not installed, so not removed
Package 'linux-headers-3.13.0-34-generic' is not installed, so not removed
Package 'linux-headers-3.13.0-34-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-35-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-36-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-37-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-39-lowlatency' is not installed, so not removed
Les paquets suivants seront ENLEVÉS :
  linux-headers-3.13.0-33* linux-headers-3.13.0-33-generic*
  linux-headers-3.13.0-35* linux-headers-3.13.0-35-generic*
  linux-headers-3.13.0-36* linux-headers-3.13.0-36-generic*
  linux-headers-3.13.0-37* linux-headers-3.13.0-37-generic*
  linux-headers-3.13.0-39* linux-headers-3.13.0-39-generic*
0 mis à jour, 0 nouvellement installés, 10 à enlever et 382 non mis à jour.
Purg linux-headers-3.13.0-33-generic [3.13.0-33.58]
Purg linux-headers-3.13.0-33 [3.13.0-33.58]
Purg linux-headers-3.13.0-35-generic [3.13.0-35.62]
Purg linux-headers-3.13.0-35 [3.13.0-35.62]
Purg linux-headers-3.13.0-36-generic [3.13.0-36.63]
Purg linux-headers-3.13.0-36 [3.13.0-36.63]
Purg linux-headers-3.13.0-37-generic [3.13.0-37.64]
Purg linux-headers-3.13.0-37 [3.13.0-37.64]
Purg linux-headers-3.13.0-39-generic [3.13.0-39.66]
Purg linux-headers-3.13.0-39 [3.13.0-39.66]

Merci de m'avoir prévenu pour la partie /home j'en prend note !

Hors ligne

#6 Le 08/01/2016, à 17:30

cqfd93

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Bonjour,

LordBli a écrit :

Alors, aprés avoir exécuté les commandes:

sudo rm -fr /usr/src/linux-headers-3.13.0-3*
sudo apt-get install -f
sudo apt-get upgrade

Je suppose qu'il n'y a pas eu d'erreur, sinon tu l'aurais dit.

(Merci pour la prévention sur les erreurs qui auraient pu survenir et aussi pour le trés bon tuto que je garde sous la main smile)

Et tu verras que quand on aura réglé ton problème, tu n'en auras plus besoin (mais c'est toujours bon de comprendre ce qu'on fait).

Une astuce pour copier / coller facilement une commande : triple clic sur une ligne pour la sélectionner, clic molette pour la coller. Ça marche partout, pas seulement avec le terminal.

Voici le résultat des commande:

df -h
df -i

On est bien partis !

Et voici enfin le résultat de la simulation:

C'est exactement ce que j'attendais ! On peut donc lancer la commande sans simulation (poste le retour) :

sudo apt-get remove --purge linux-headers-3\.13\.0-3

Et maintenant, on peut tenter les mises à jour mais ça ne sera pas encore terminé (avec retour même si pas d'erreur) :

sudo apt update
sudo apt full-upgrade

Enfin pour contrôler :

df -h
df -i
dpkg -l | grep -Ei "linux-headers|linux-image"

Merci de m'avoir prévenu pour la partie /home j'en prend note !

smile


cqfd93

Hors ligne

#7 Le 08/01/2016, à 18:34

LordBli

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Bonjour,

Je suppose qu'il n'y a pas eu d'erreur, sinon tu l'aurais dit.

Alors oui j'en ai eu mais comme vous m'aviez prévenue je suis passé outre mais je pense que tout s'est à peu près bien déroulé, au cas où:

5.dfsg-3ubuntu0.5
  404  Not Found [IP : 91.189.88.153 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main dnsutils i386 1:9.9.5.dfsg-3ubuntu0.5
  404  Not Found [IP : 91.189.88.153 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libisc95 i386 1:9.9.5.dfsg-3ubuntu0.5
  404  Not Found [IP : 91.189.88.153 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdns100 i386 1:9.9.5.dfsg-3ubuntu0.5
  404  Not Found [IP : 91.189.88.153 80]
Réception de : 282 http://security.ubuntu.com/ubuntu/ trusty-security/main krb5-locales all 1.12+dfsg-2ubuntu5.2 [13,6 kB]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libisccc90 i386 1:9.9.5.dfsg-3ubuntu0.5
  404  Not Found [IP : 91.189.88.153 80]
Réception de : 283 http://security.ubuntu.com/ubuntu/ trusty-security/main openssh-client i386 1:6.6p1-2ubuntu2.3 [576 kB]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libisccfg90 i386 1:9.9.5.dfsg-3ubuntu0.5
  404  Not Found [IP : 91.189.88.153 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main liblwres90 i386 1:9.9.5.dfsg-3ubuntu0.5
  404  Not Found [IP : 91.189.88.153 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libbind9-90 i386 1:9.9.5.dfsg-3ubuntu0.5
  404  Not Found [IP : 91.189.88.153 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main openssl i386 1.0.1f-1ubuntu2.15
  404  Not Found [IP : 91.189.91.24 80]
Réception de : 284 http://security.ubuntu.com/ubuntu/ trusty-security/main aptdaemon all 1.1.1-1ubuntu5.2 [13,5 kB]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main openssl i386 1.0.1f-1ubuntu2.15
  404  Not Found [IP : 91.189.88.153 80]
Réception de : 285 http://security.ubuntu.com/ubuntu/ trusty-security/main python3-aptdaemon.pkcompat all 1.1.1-1ubuntu5.2 [32,4 kB]
Réception de : 286 http://security.ubuntu.com/ubuntu/ trusty-security/main python3-aptdaemon.gtk3widgets all 1.1.1-1ubuntu5.2 [13,8 kB]
Réception de : 287 http://security.ubuntu.com/ubuntu/ trusty-security/main python3-aptdaemon all 1.1.1-1ubuntu5.2 [67,3 kB]
Réception de : 288 http://security.ubuntu.com/ubuntu/ trusty-security/main gir1.2-gdkpixbuf-2.0 i386 2.30.7-0ubuntu1.2 [7 952 B]
Réception de : 289 http://security.ubuntu.com/ubuntu/ trusty-security/main aptdaemon-data all 1.1.1-1ubuntu5.2 [162 kB]
Réception de : 290 http://security.ubuntu.com/ubuntu/ trusty-security/main tcpdump i386 4.5.1-2ubuntu1.2 [334 kB]
Réception de : 291 http://security.ubuntu.com/ubuntu/ trusty-security/main libnm-glib-vpn1 i386 0.9.8.8-0ubuntu7.1 [12,9 kB]
Réception de : 292 http://security.ubuntu.com/ubuntu/ trusty-security/main xul-ext-webaccounts i386 0.5-0ubuntu2.14.04.1 [2 286 B]
Réception de : 293 http://security.ubuntu.com/ubuntu/ trusty-security/main webaccounts-extension-common i386 0.5-0ubuntu2.14.04.1 [8 070 B]
Réception de : 294 http://security.ubuntu.com/ubuntu/ trusty-security/main libufe-xidgetter0 i386 3.0.0+14.04.20140416-0ubuntu1.14.04.1 [2 762 B]
Réception de : 295 http://security.ubuntu.com/ubuntu/ trusty-security/main xul-ext-websites-integration all 2.3.6+13.10.20130920.1-0ubuntu1.2 [4 238 B]
Réception de : 296 http://security.ubuntu.com/ubuntu/ trusty-security/main xul-ext-unity all 3.0.0+14.04.20140416-0ubuntu1.14.04.1 [1 738 B]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main firefox i386 42.0+build2-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.91.24 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main firefox i386 42.0+build2-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.91.15 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main firefox-locale-en i386 42.0+build2-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.91.15 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main firefox-locale-fr i386 42.0+build2-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.91.15 80]
Réception de : 297 http://security.ubuntu.com/ubuntu/ trusty-security/main gir1.2-networkmanager-1.0 i386 0.9.8.8-0ubuntu7.1 [35,5 kB]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/multiverse flashplugin-installer i386 11.2.202.548ubuntu0.14.04.1
  404  Not Found [IP : 91.189.91.15 80]
Réception de : 298 http://security.ubuntu.com/ubuntu/ trusty-security/main libdpkg-perl all 1.17.5ubuntu5.5 [179 kB]
Réception de : 299 http://security.ubuntu.com/ubuntu/ trusty-security/main libminiupnpc8 i386 1.6-3ubuntu2.14.04.2 [20,1 kB]
Réception de : 300 http://security.ubuntu.com/ubuntu/ trusty-security/main libreoffice-avmedia-backend-gstreamer i386 1:4.2.8-0ubuntu3 [36,3 kB]
Réception de : 301 http://security.ubuntu.com/ubuntu/ trusty-security/main libreoffice-presentation-minimizer all 1:4.2.8-0ubuntu3 [26,5 kB]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main libxml2-utils i386 2.9.1+dfsg1-3ubuntu4.5
  404  Not Found [IP : 91.189.91.24 80]
Réception de : 302 http://security.ubuntu.com/ubuntu/ trusty-security/main linux-firmware all 1.127.18 [24,4 MB]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils i386 2.9.1+dfsg1-3ubuntu4.5
  404  Not Found [IP : 91.189.91.15 80]
Réception de : 303 http://security.ubuntu.com/ubuntu/ trusty-security/main linux-headers-3.13.0-49 all 3.13.0-49.83 [8 878 kB]
Réception de : 304 http://security.ubuntu.com/ubuntu/ trusty-security/main linux-headers-3.13.0-49-generic i386 3.13.0-49.83 [697 kB]
Réception de : 305 http://security.ubuntu.com/ubuntu/ trusty-security/main linux-image-extra-3.13.0-49-generic i386 3.13.0-49.83 [37,1 MB]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main linux-libc-dev i386 3.13.0-68.111
  404  Not Found [IP : 91.189.88.149 80]
Réception de : 306 http://security.ubuntu.com/ubuntu/ trusty-security/main patch i386 2.7.1-4ubuntu2.3 [91,1 kB]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev i386 3.13.0-68.111
  404  Not Found [IP : 91.189.88.152 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main python-libxml2 i386 2.9.1+dfsg1-3ubuntu4.5
  404  Not Found [IP : 91.189.88.149 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-libxml2 i386 2.9.1+dfsg1-3ubuntu4.5
  404  Not Found [IP : 91.189.88.152 80]
Réception de : 307 http://security.ubuntu.com/ubuntu/ trusty-security/main unattended-upgrades all 0.82.1ubuntu2.3 [25,5 kB]
Réception de : 308 http://security.ubuntu.com/ubuntu/ trusty-security/main qtcore4-l10n all 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [587 kB]
Réception de : 309 http://security.ubuntu.com/ubuntu/ trusty-security/main ssh-askpass-gnome i386 1:6.6p1-2ubuntu2.3 [14,4 kB]
Réception de : 310 http://security.ubuntu.com/ubuntu/ trusty-security/main t1utils i386 1.37-2ubuntu1.1 [48,5 kB]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main thunderbird-locale-fr i386 1:38.3.0+build1-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.149 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main thunderbird-locale-fr i386 1:38.3.0+build1-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.152 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main thunderbird-locale-en i386 1:38.3.0+build1-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.149 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main thunderbird-locale-en i386 1:38.3.0+build1-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.152 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main thunderbird i386 1:38.3.0+build1-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.149 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main thunderbird i386 1:38.3.0+build1-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.152 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main thunderbird-gnome-support i386 1:38.3.0+build1-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.149 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main thunderbird-gnome-support i386 1:38.3.0+build1-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.152 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main thunderbird-locale-en-us all 1:38.3.0+build1-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.149 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main thunderbird-locale-en-us all 1:38.3.0+build1-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.152 80]
Réception de : 311 http://security.ubuntu.com/ubuntu/ trusty-security/multiverse unrar i386 1:5.0.10-1ubuntu0.14.04.1 [117 kB]
Réception de : 312 http://security.ubuntu.com/ubuntu/ trusty-security/main unzip i386 6.0-9ubuntu1.5 [150 kB]
Réception de : 313 http://security.ubuntu.com/ubuntu/ trusty-security/main usb-creator-gtk i386 0.2.56.3ubuntu0.1 [23,3 kB]
Réception de : 314 http://security.ubuntu.com/ubuntu/ trusty-security/main usb-creator-common i386 0.2.56.3ubuntu0.1 [23,8 kB]
Réception de : 315 http://security.ubuntu.com/ubuntu/ trusty-security/main xul-ext-ubufox all 3.2-0ubuntu0.14.04.1 [35,0 kB]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main liboxideqt-qmlplugin i386 1.10.3-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.149 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main liboxideqt-qmlplugin i386 1.10.3-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.152 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main liboxideqtquick0 i386 1.10.3-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.149 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main liboxideqtquick0 i386 1.10.3-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.152 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main liboxideqtcore0 i386 1.10.3-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.149 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main liboxideqtcore0 i386 1.10.3-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.152 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main oxideqt-codecs-extra i386 1.10.3-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.149 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main oxideqt-codecs-extra i386 1.10.3-0ubuntu0.14.04.1
  404  Not Found [IP : 91.189.88.152 80]
Réception de : 316 http://security.ubuntu.com/ubuntu/ trusty-security/main python-aptdaemon.gtk3widgets all 1.1.1-1ubuntu5.2 [13,7 kB]
Réception de : 317 http://security.ubuntu.com/ubuntu/ trusty-security/main python-aptdaemon all 1.1.1-1ubuntu5.2 [66,7 kB]
267 Mo réceptionnés en 19min 48s (224 ko/s)                                    
E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.1f-1ubuntu2.15_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.50-1ubuntu2.14.04.1_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.9.1+dfsg1-3ubuntu4.5_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_45.0.2454.101-0ubuntu0.14.04.1.1099_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups-filters/libcupsfilters1_1.0.52-0ubuntu1.5_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/libcupsimage2_1.7.2-0ubuntu1.6_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups-filters/cups-filters-core-drivers_1.0.52-0ubuntu1.5_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups-filters/libfontembed1_1.0.52-0ubuntu1.5_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups-filters/cups-browsed_1.0.52-0ubuntu1.5_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/cups-daemon_1.7.2-0ubuntu1.6_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/libcupsppdc1_1.7.2-0ubuntu1.6_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/libcupscgi1_1.7.2-0ubuntu1.6_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/libcupsmime1_1.7.2-0ubuntu1.6_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/cups-core-drivers_1.7.2-0ubuntu1.6_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/cups-bsd_1.7.2-0ubuntu1.6_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/cups-client_1.7.2-0ubuntu1.6_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/libcups2_1.7.2-0ubuntu1.6_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/cups-server-common_1.7.2-0ubuntu1.6_all.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/cups_1.7.2-0ubuntu1.6_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups-filters/cups-filters_1.0.52-0ubuntu1.5_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/cups-common_1.7.2-0ubuntu1.6_all.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/c/cups/cups-ppdc_1.7.2-0ubuntu1.6_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/s/samba/libwbclient0_4.1.6+dfsg-1ubuntu2.14.04.9_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/l/lightdm/lightdm_1.10.5-0ubuntu1.1_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/s/samba/python-samba_4.1.6+dfsg-1ubuntu2.14.04.9_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/s/samba/samba-common-bin_4.1.6+dfsg-1ubuntu2.14.04.9_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/s/samba/smbclient_4.1.6+dfsg-1ubuntu2.14.04.9_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/s/samba/libsmbclient_4.1.6+dfsg-1ubuntu2.14.04.9_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/s/samba/samba-libs_4.1.6+dfsg-1ubuntu2.14.04.9_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/s/samba/samba-common_4.1.6+dfsg-1ubuntu2.14.04.9_all.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/b/bind9/bind9-host_9.9.5.dfsg-3ubuntu0.5_i386.deb  404  Not Found [IP : 91.189.88.153 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/b/bind9/dnsutils_9.9.5.dfsg-3ubuntu0.5_i386.deb  404  Not Found [IP : 91.189.88.153 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/b/bind9/libisc95_9.9.5.dfsg-3ubuntu0.5_i386.deb  404  Not Found [IP : 91.189.88.153 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/b/bind9/libdns100_9.9.5.dfsg-3ubuntu0.5_i386.deb  404  Not Found [IP : 91.189.88.153 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/b/bind9/libisccc90_9.9.5.dfsg-3ubuntu0.5_i386.deb  404  Not Found [IP : 91.189.88.153 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/b/bind9/libisccfg90_9.9.5.dfsg-3ubuntu0.5_i386.deb  404  Not Found [IP : 91.189.88.153 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/b/bind9/liblwres90_9.9.5.dfsg-3ubuntu0.5_i386.deb  404  Not Found [IP : 91.189.88.153 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/b/bind9/libbind9-90_9.9.5.dfsg-3ubuntu0.5_i386.deb  404  Not Found [IP : 91.189.88.153 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.0.1f-1ubuntu2.15_i386.deb  404  Not Found [IP : 91.189.88.153 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/g/grub2/grub-pc_2.02~beta2-9ubuntu1.4_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/g/grub2/grub-pc-bin_2.02~beta2-9ubuntu1.4_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/g/grub2/grub2-common_2.02~beta2-9ubuntu1.4_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/g/grub2/grub-common_2.02~beta2-9ubuntu1.4_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_42.0+build2-0ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.91.15 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-locale-en_42.0+build2-0ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.91.15 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox-locale-fr_42.0+build2-0ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.91.15 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/multiverse/f/flashplugin-nonfree/flashplugin-installer_11.2.202.548ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.91.15 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/l/lightdm/liblightdm-gobject-1-0_1.10.5-0ubuntu1.1_i386.deb  404  Not Found [IP : 91.189.92.200 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2-utils_2.9.1+dfsg1-3ubuntu4.5_i386.deb  404  Not Found [IP : 91.189.91.15 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_3.13.0-68.111_i386.deb  404  Not Found [IP : 91.189.88.152 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/libx/libxml2/python-libxml2_2.9.1+dfsg1-3ubuntu4.5_i386.deb  404  Not Found [IP : 91.189.88.152 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-locale-fr_38.3.0+build1-0ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.88.152 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-locale-en_38.3.0+build1-0ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.88.152 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird_38.3.0+build1-0ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.88.152 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-gnome-support_38.3.0+build1-0ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.88.152 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird-locale-en-us_38.3.0+build1-0ubuntu0.14.04.1_all.deb  404  Not Found [IP : 91.189.88.152 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/o/oxide-qt/liboxideqt-qmlplugin_1.10.3-0ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.88.152 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/o/oxide-qt/liboxideqtquick0_1.10.3-0ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.88.152 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/o/oxide-qt/liboxideqtcore0_1.10.3-0ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.88.152 80]

E: Impossible de récupérer http://archive.ubuntu.com/ubuntu/pool/main/o/oxide-qt/oxideqt-codecs-extra_1.10.3-0ubuntu0.14.04.1_i386.deb  404  Not Found [IP : 91.189.88.152 80]

E: Impossible de récupérer quelques archives, peut-être devrez-vous lancer apt-get update ou essayer avec --fix-missing ?

Hors ligne

#8 Le 08/01/2016, à 19:40

cqfd93

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

LordBli a écrit :

Alors oui j'en ai eu mais comme vous m'aviez prévenue je suis passé outre mais je pense que tout s'est à peu près bien déroulé, au cas où:

Oulà, non ça ne se passe pas bien du tout ! On dirait un problème de dépôt inaccessible et pour moi, ça n'a rien à voir avec ton problème de place. On fait une petite parenthèse pour régler ça.

Lance le gestionnaire Logiciels & Mises à jour (depuis Paramètres système), et dans le premier onglet (Logiciels Ubuntu), "Télécharger depuis", remplace Serveur principal (je pense que c'est ton choix actuel) par un autre serveur. Ferme Logiciels & Mises à jour et dans le terminal, refais :

sudo apt update

S'il n'y a plus aucune erreur, tu peux faire

sudo apt full-upgrade

(et m'en donner le retour), sinon, change pour un autre serveur.

ps : je te tutoie comme c'est l'usage sur le net et tu peux en faire autant smile


cqfd93

Hors ligne

#9 Le 08/01/2016, à 20:18

LordBli

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Alors d'abord je n'avais pas remarquer mais une fois que nous avions déplacé linux header, Ubuntu m'a proposé de faire des mise à jour que je n'ai pas encore accepté de lancer dois-je le faire?

Sinon en changeant de serveur (Français), à la fin de la mise à jour du cache, voici le message reçu:

W:GPG error: https://private-ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E131728675254D99
W:Failed to fetch http://ppa.launchpad.net/hakermania/format-junkie/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead.

Ensuite j'ai quand-même lancé la commande:



Et voici le résultat:

claudy@claudy-1005PX:~$ sudo apt-get update 
[sudo] password for claudy: 
Ign http://ppa.launchpad.net trusty InRelease
Ign http://ppa.launchpad.net trusty Release.gpg                                
Ign http://ppa.launchpad.net trusty Release                                    
Ign http://archive.canonical.com trusty InRelease                              
Réception de : 1 http://security.ubuntu.com trusty-security InRelease [64,4 kB]
Ign http://fr.archive.ubuntu.com trusty InRelease                              
Atteint http://archive.canonical.com trusty Release.gpg                        
Réception de : 2 http://fr.archive.ubuntu.com trusty-updates InRelease [64,4 kB]
Atteint http://archive.canonical.com trusty Release                            
Atteint http://archive.canonical.com trusty/partner i386 Packages              
Atteint http://archive.canonical.com trusty/partner Translation-en             
Réception de : 3 http://security.ubuntu.com trusty-security/main i386 Packages [377 kB]
Err http://ppa.launchpad.net trusty/main i386 Packages                         
  404  Not Found
Ign http://ppa.launchpad.net trusty/main Translation-fr_FR                     
Atteint http://fr.archive.ubuntu.com trusty-backports InRelease                
Ign http://ppa.launchpad.net trusty/main Translation-fr                        
Ign http://ppa.launchpad.net trusty/main Translation-en                        
Atteint http://fr.archive.ubuntu.com trusty Release.gpg                        
Réception de : 4 http://fr.archive.ubuntu.com trusty-updates/main i386 Packages [660 kB]
Ign https://private-ppa.launchpad.net trusty InRelease               
Atteint https://private-ppa.launchpad.net trusty Release          
Ign https://private-ppa.launchpad.net trusty Release                           
Ign https://private-ppa.launchpad.net trusty/main i386 Packages/DiffIndex      
Atteint https://private-ppa.launchpad.net trusty/main i386 Packages
Ign https://private-ppa.launchpad.net trusty/main Translation-fr_FR
Ign https://private-ppa.launchpad.net trusty/main Translation-fr 
Ign https://private-ppa.launchpad.net trusty/main Translation-en  
Réception de : 5 http://security.ubuntu.com trusty-security/universe i386 Packages [122 kB]
Réception de : 6 http://security.ubuntu.com trusty-security/restricted i386 Packages [12,7 kB]
Réception de : 7 http://security.ubuntu.com trusty-security/multiverse i386 Packages [4 955 B]
Atteint http://security.ubuntu.com trusty-security/main Translation-en         
Atteint http://security.ubuntu.com trusty-security/multiverse Translation-en   
Atteint http://security.ubuntu.com trusty-security/restricted Translation-en   
Atteint http://security.ubuntu.com trusty-security/universe Translation-en     
Réception de : 8 http://fr.archive.ubuntu.com trusty-updates/universe i386 Packages [334 kB]
Réception de : 9 http://fr.archive.ubuntu.com trusty-updates/restricted i386 Packages [15,6 kB]
Réception de : 10 http://fr.archive.ubuntu.com trusty-updates/multiverse i386 Packages [13,1 kB]
Réception de : 11 http://fr.archive.ubuntu.com trusty-updates/main Translation-en [342 kB]
Réception de : 12 http://fr.archive.ubuntu.com trusty-updates/multiverse Translation-en [6 832 B]
Réception de : 13 http://fr.archive.ubuntu.com trusty-updates/restricted Translation-en [3 699 B]
Réception de : 14 http://fr.archive.ubuntu.com trusty-updates/universe Translation-en [175 kB]
Atteint http://fr.archive.ubuntu.com trusty Release                            
Atteint http://fr.archive.ubuntu.com trusty-backports/main i386 Packages       
Atteint http://fr.archive.ubuntu.com trusty-backports/universe i386 Packages   
Atteint http://fr.archive.ubuntu.com trusty-backports/restricted i386 Packages 
Atteint http://fr.archive.ubuntu.com trusty-backports/multiverse i386 Packages 
Atteint http://fr.archive.ubuntu.com trusty-backports/main Translation-en      
Atteint http://fr.archive.ubuntu.com trusty-backports/multiverse Translation-en
Atteint http://fr.archive.ubuntu.com trusty-backports/restricted Translation-en
Atteint http://fr.archive.ubuntu.com trusty-backports/universe Translation-en  
Atteint http://fr.archive.ubuntu.com trusty/main i386 Packages                 
Atteint http://fr.archive.ubuntu.com trusty/universe i386 Packages             
Atteint http://fr.archive.ubuntu.com trusty/restricted i386 Packages           
Atteint http://fr.archive.ubuntu.com trusty/multiverse i386 Packages           
Atteint http://fr.archive.ubuntu.com trusty/main Translation-fr                
Atteint http://fr.archive.ubuntu.com trusty/main Translation-en                
Atteint http://fr.archive.ubuntu.com trusty/multiverse Translation-fr          
Atteint http://fr.archive.ubuntu.com trusty/multiverse Translation-en          
Atteint http://fr.archive.ubuntu.com trusty/restricted Translation-fr          
Atteint http://fr.archive.ubuntu.com trusty/restricted Translation-en          
Atteint http://fr.archive.ubuntu.com trusty/universe Translation-fr            
Atteint http://fr.archive.ubuntu.com trusty/universe Translation-en            
Ign http://fr.archive.ubuntu.com trusty/main Translation-fr_FR                 
Ign http://fr.archive.ubuntu.com trusty/multiverse Translation-fr_FR           
Ign http://fr.archive.ubuntu.com trusty/restricted Translation-fr_FR           
Ign http://fr.archive.ubuntu.com trusty/universe Translation-fr_FR             
2 196 ko réceptionnés en 32s (68,6 ko/s)                                       
W: Erreur de GPG : https://private-ppa.launchpad.net trusty Release : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY E131728675254D99
W: Impossible de récupérer http://ppa.launchpad.net/hakermania/format-junkie/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found

E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.

Merci encore pour les petits astuces, je trouve ça super utile !
Et pour le tutoiement je ne peux qu'approuver smile


Edit : j'ai remplacé la balise gras par la balise code

Dernière modification par cqfd93 (Le 08/01/2016, à 21:16)

Hors ligne

#10 Le 08/01/2016, à 21:29

cqfd93

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

LordBli a écrit :

Alors d'abord je n'avais pas remarquer mais une fois que nous avions déplacé linux header, Ubuntu m'a proposé de faire des mise à jour que je n'ai pas encore accepté de lancer dois-je le faire?

Attends encore un peu.

Sinon en changeant de serveur (Français), à la fin de la mise à jour du cache, voici le message reçu:

W:GPG error: https://private-ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E131728675254D99
W:Failed to fetch http://ppa.launchpad.net/hakermania/format-junkie/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead.

Gros progrès donc c'était bien un problème de serveur.

Pour la première erreur (GPG error), essaye :

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E131728675254D99

Pour la deuxième (W:Failed to fetch http://ppa.launchpad.net/hakermania/format-junkie…), le ppa n'existant pas pour trusty, il faut le supprimer, dans Logiciels & Mises à jour, onglet Autres logiciels, tu peux décocher la ou les lignes contenant hakermania/format-junkie.

Ensuite j'ai quand-même lancé la commande:

Avec la suppression du ppa faite précédemment, tu peux relancer

sudo apt update

qui là devrait passer sans problème et faire ensuite :

sudo apt full-upgrade

Merci encore pour les petits astuces, je trouve ça super utile !

C'est étudié pour wink

Et pour le tutoiement je ne peux qu'approuver smile

OK.


cqfd93

Hors ligne

#11 Le 09/01/2016, à 00:19

LordBli

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Alors, en lançant la commande:

/media/claudy/BC266DC4266D7FEE/Users/Claudy/Downloads/MusicNetbook

J'ai eu:

claudy@claudy-1005PX:~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E131728675254D99
[sudo] password for claudy: 
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.ZbTWHJOyOB --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/hakermania-format-junkie.gpg --keyring /etc/apt/trusted.gpg.d/pipelight-stable.gpg --keyring /etc/apt/trusted.gpg.d/plushuang-tw-uget-stable.gpg --keyring /etc/apt/trusted.gpg.d/synapse-core-ppa.gpg --recv-keys --keyserver keyserver.ubuntu.com E131728675254D99
gpg: demande de la clef 75254D99 sur le serveur hkp keyserver.ubuntu.com
gpg: clef 75254D99 : clef publique « Launchpad test » importée
gpg: Quantité totale traitée : 1
gpg:               importées : 1  (RSA: 1)

Ensuite, après avoir lancé la commande:

sudo apt update

J'ai eu le résultat:

claudy@claudy-1005PX:~$ sudo apt update
Ign http://fr.archive.ubuntu.com trusty InRelease
Atteint http://fr.archive.ubuntu.com trusty-updates InRelease                  
Ign http://archive.canonical.com trusty InRelease                              
Atteint http://fr.archive.ubuntu.com trusty-backports InRelease        
Atteint http://security.ubuntu.com trusty-security InRelease           
Atteint http://fr.archive.ubuntu.com trusty Release.gpg                        
Atteint http://fr.archive.ubuntu.com trusty Release                            
Atteint http://archive.canonical.com trusty Release.gpg       
Atteint http://archive.canonical.com trusty Release           
Atteint http://fr.archive.ubuntu.com trusty-updates/main i386 Packages
Atteint http://fr.archive.ubuntu.com trusty-updates/universe i386 Packages
Atteint http://security.ubuntu.com trusty-security/main i386 Packages          
Atteint http://fr.archive.ubuntu.com trusty-updates/restricted i386 Packages   
Atteint http://fr.archive.ubuntu.com trusty-updates/multiverse i386 Packages   
Atteint http://security.ubuntu.com trusty-security/universe i386 Packages      
Atteint http://fr.archive.ubuntu.com trusty-updates/main Translation-en        
Atteint http://archive.canonical.com trusty/partner i386 Packages              
Atteint http://fr.archive.ubuntu.com trusty-updates/multiverse Translation-en  
Atteint http://fr.archive.ubuntu.com trusty-updates/restricted Translation-en  
Atteint http://security.ubuntu.com trusty-security/restricted i386 Packages    
Atteint http://fr.archive.ubuntu.com trusty-updates/universe Translation-en    
Atteint http://archive.canonical.com trusty/partner Translation-en             
Atteint http://fr.archive.ubuntu.com trusty-backports/main i386 Packages       
Atteint http://security.ubuntu.com trusty-security/multiverse i386 Packages    
Atteint http://fr.archive.ubuntu.com trusty-backports/universe i386 Packages   
Atteint http://fr.archive.ubuntu.com trusty-backports/restricted i386 Packages 
Atteint http://fr.archive.ubuntu.com trusty-backports/multiverse i386 Packages 
Atteint http://security.ubuntu.com trusty-security/main Translation-en         
Atteint http://fr.archive.ubuntu.com trusty-backports/main Translation-en      
Atteint http://security.ubuntu.com trusty-security/multiverse Translation-en   
Atteint http://fr.archive.ubuntu.com trusty-backports/multiverse Translation-en
Atteint http://fr.archive.ubuntu.com trusty-backports/restricted Translation-en
Atteint http://fr.archive.ubuntu.com trusty-backports/universe Translation-en  
Atteint http://security.ubuntu.com trusty-security/restricted Translation-en   
Atteint http://fr.archive.ubuntu.com trusty/main i386 Packages                 
Atteint http://fr.archive.ubuntu.com trusty/universe i386 Packages             
Atteint http://fr.archive.ubuntu.com trusty/restricted i386 Packages           
Atteint http://security.ubuntu.com trusty-security/universe Translation-en     
Atteint http://fr.archive.ubuntu.com trusty/multiverse i386 Packages           
Atteint http://fr.archive.ubuntu.com trusty/main Translation-fr
Atteint http://fr.archive.ubuntu.com trusty/main Translation-en
Atteint http://fr.archive.ubuntu.com trusty/multiverse Translation-fr
Atteint http://fr.archive.ubuntu.com trusty/multiverse Translation-en
Atteint http://fr.archive.ubuntu.com trusty/restricted Translation-fr
Atteint http://fr.archive.ubuntu.com trusty/restricted Translation-en
Atteint http://fr.archive.ubuntu.com trusty/universe Translation-fr
Atteint http://fr.archive.ubuntu.com trusty/universe Translation-en
Ign https://private-ppa.launchpad.net trusty InRelease
Atteint https://private-ppa.launchpad.net trusty Release.gpg
Atteint https://private-ppa.launchpad.net trusty Release 
Ign http://fr.archive.ubuntu.com trusty/main Translation-fr_FR                 
Ign http://fr.archive.ubuntu.com trusty/multiverse Translation-fr_FR
Ign http://fr.archive.ubuntu.com trusty/restricted Translation-fr_FR
Atteint https://private-ppa.launchpad.net trusty/main i386 Packages
Ign http://fr.archive.ubuntu.com trusty/universe Translation-fr_FR
Ign https://private-ppa.launchpad.net trusty/main Translation-fr_FR
Ign https://private-ppa.launchpad.net trusty/main Translation-fr
Ign https://private-ppa.launchpad.net trusty/main Translation-en
Lecture des listes de paquets... Fait  

(Ce qui me parait excellent)

Pour ensuite lancer la commande:

sudo apt full-upgrade

Voici le résultat:

 line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
Traitement déclenché pour  libreoffice-common (1:4.2.8-0ubuntu3) ...

Hors ligne

#12 Le 09/01/2016, à 00:31

cqfd93

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

LordBli a écrit :

Alors, en lançant la commande:

/media/claudy/BC266DC4266D7FEE/Users/Claudy/Downloads/MusicNetbook

Y'a pas eu une petite erreur de copier / coller ? wink

J'ai eu:

claudy@claudy-1005PX:~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E131728675254D99
[sudo] password for claudy: 
...

Ensuite, après avoir lancé la commande:

sudo apt update

J'ai eu le résultat:

claudy@claudy-1005PX:~$ sudo apt update
Ign http://fr.archive.ubuntu.com trusty InRelease
...
Lecture des listes de paquets... Fait  

(Ce qui me parait excellent)

Oui, effectivement pour ces 2 commandes, tout est parfait.

Pour ensuite lancer la commande:

sudo apt full-upgrade

Voici le résultat:

 line starting with 'option'
libkmod: ERROR ../libkmod/libkmod-config.c:686 kmod_config_parse: /etc/modprobe.d/ath9k.conf line 1: ignoring bad line starting with 'option'
...
Traitement déclenché pour  libreoffice-common (1:4.2.8-0ubuntu3) ...

Là par contre, j'aimerais voir le retour complet qui commence bien par la commande sudo apt full-upgrade et se termine par le prompt "claudy@claudy-1005PX:~$".

Je ne sais pas ce que doit contenir le fichier /etc/modprobe.d/ath9k.conf, mais on peut y jeter un œil :

cat /etc/modprobe.d/ath9k.conf

cqfd93

Hors ligne

#13 Le 09/01/2016, à 00:43

LordBli

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Y'a pas eu une petite erreur de copier / coller ?

Oui j'ai fait une erreur, désolé...

Là par contre, j'aimerais voir le retour complet qui commence bien par la commande sudo apt full-upgrade et se termine par le prompt "claudy@claudy-1005PX:~$".

Le seul problème c'est que plus haut tout est vide je ne voit rien...


Voici le retour de la commande:

cat /etc/modprobe.d/ath9k.conf
claudy@claudy-1005PX:~$ cat /etc/modprobe.d/ath9k.conf
option ath9k nohwcrypt=1

Dernière modification par LordBli (Le 09/01/2016, à 00:43)

Hors ligne

#14 Le 09/01/2016, à 01:25

cqfd93

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

LordBli a écrit :

Oui j'ai fait une erreur, désolé...

Pas de souci !

Le seul problème c'est que plus haut tout est vide je ne voit rien...

Bizarre. Je vais te demander de diriger la sortie dans un fichier texte au lieu de l'écran et de me donner le contenu intégral du fichier :

sudo apt full-upgrade > retour_complet

Tu peux l'ouvrir avec gedit, il est en principe dans ton dossier personnel. Le plus simple, sans ouvrir le gestionnaire de fichiers :

gedit retour_complet

Voici le retour de la commande:

cat /etc/modprobe.d/ath9k.conf
claudy@claudy-1005PX:~$ cat /etc/modprobe.d/ath9k.conf
option ath9k nohwcrypt=1

Je pense qu'il manque un s à "options". Ouvre /etc/modprobe.d/ath9k.conf avec nano :

sudo nano /etc/modprobe.d/ath9k.conf

Déplace le curseur pour ajouter le s
Enregistre avec ctrl-o suivie de Entrée et quitte avec ctrl-x.

Fais une nouvelle fois

sudo apt full-upgrade

sait-on jamais.


cqfd93

Hors ligne

#15 Le 09/01/2016, à 02:08

LordBli

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Aprés avoir tapé la commande

sudo apt full-upgrade > retour_complet

Avec pour message:

WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts.

Puis

gedit retour_complet

Voici le retour:

Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

Je pense qu'il manque un s à "options". Ouvre /etc/modprobe.d/ath9k.conf avec nano :

sudo nano /etc/modprobe.d/ath9k.conf

Déplace le curseur pour ajouter le s
Enregistre avec ctrl-o suivie de Entrée et quitte avec ctrl-x.

Fais une nouvelle fois

sudo apt full-upgrade

sait-on jamais.

Voila ce qui m'a été renvoyé:

claudy@claudy-1005PX:~$ sudo apt full-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour

.

Hors ligne

#16 Le 09/01/2016, à 02:18

cqfd93

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Bon, après quelques bizarreries, il semble que côté mises à jour ça soit réparé, on peut donc revenir au problème du nettoyage des vieux noyaux. Et pour faire un bilan avant la phase que j'espère finale :

uname -a
df -h
df -i
dpkg -l | grep -Ei "linux-headers|linux-image"

cqfd93

Hors ligne

#17 Le 09/01/2016, à 02:56

LordBli

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

En ayant exécuté les commandes:

uname -a
df -h
df -i
dpkg -l | grep -Ei "linux-headers|linux-image"

Ce qui nous donne:

claudy@claudy-1005PX:~$ uname -a
Linux claudy-1005PX 3.13.0-49-generic #83-Ubuntu SMP Fri Apr 10 20:14:51 UTC 2015 i686 i686 i686 GNU/Linux
claudy@claudy-1005PX:~$ df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
udev               487M    4,0K  487M   1% /dev
tmpfs              100M    1,1M   99M   2% /run
/dev/sda5          9,1G    8,7G     0 100% /
none               4,0K       0  4,0K   0% /sys/fs/cgroup
none               5,0M       0  5,0M   0% /run/lock
none               497M    436K  496M   1% /run/shm
none               100M     68K  100M   1% /run/user
/dev/sda6           23G     18G  4,0G  82% /home
/dev/sda1          115G    110G  5,5G  96% /media/claudy/BC266DC4266D7FEE
/dev/sdb1           30G     21G  8,8G  71% /media/claudy/STORE N GO
claudy@claudy-1005PX:~$ df -i
Sys. de fichiers  Inœuds IUtil.  ILibre IUti% Monté sur
udev              124645    499  124146    1% /dev
tmpfs             127047    528  126519    1% /run
/dev/sda5         610800 515423   95377   85% /
none              127047      2  127045    1% /sys/fs/cgroup
none              127047      3  127044    1% /run/lock
none              127047      8  127039    1% /run/shm
none              127047     33  127014    1% /run/user
/dev/sda6        1525920  38067 1487853    3% /home
/dev/sda1        5944192 147352 5796840    3% /media/claudy/BC266DC4266D7FEE
/dev/sdb1        9155964    592 9155372    1% /media/claudy/STORE N GO
claudy@claudy-1005PX:~$ dpkg -l | grep -Ei "linux-headers|linux-image"
ii  linux-headers-3.13.0-33                               3.13.0-33.58                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-33-generic                       3.13.0-33.58                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-35                               3.13.0-35.62                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-35-generic                       3.13.0-35.62                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-36                               3.13.0-36.63                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-36-generic                       3.13.0-36.63                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-37                               3.13.0-37.64                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-37-generic                       3.13.0-37.64                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-39                               3.13.0-39.66                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-39-generic                       3.13.0-39.66                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-40                               3.13.0-40.69                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-40-generic                       3.13.0-40.69                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-43                               3.13.0-43.72                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-43-generic                       3.13.0-43.72                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-44                               3.13.0-44.73                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-44-generic                       3.13.0-44.73                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-45                               3.13.0-45.74                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-45-generic                       3.13.0-45.74                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-46                               3.13.0-46.79                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-46-generic                       3.13.0-46.79                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-48                               3.13.0-48.80                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-48-generic                       3.13.0-48.80                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-49                               3.13.0-49.83                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-49-generic                       3.13.0-49.83                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-74                               3.13.0-74.118                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-74-generic                       3.13.0-74.118                                       i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-generic                                 3.13.0.74.80                                        i386         Generic Linux kernel headers
ii  linux-image-3.13.0-33-generic                         3.13.0-33.58                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-35-generic                         3.13.0-35.62                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-36-generic                         3.13.0-36.63                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-37-generic                         3.13.0-37.64                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-39-generic                         3.13.0-39.66                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-40-generic                         3.13.0-40.69                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-43-generic                         3.13.0-43.72                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-44-generic                         3.13.0-44.73                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-45-generic                         3.13.0-45.74                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-46-generic                         3.13.0-46.79                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-48-generic                         3.13.0-48.80                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-49-generic                         3.13.0-49.83                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-74-generic                         3.13.0-74.118                                       i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-33-generic                   3.13.0-33.58                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-35-generic                   3.13.0-35.62                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-36-generic                   3.13.0-36.63                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-37-generic                   3.13.0-37.64                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-39-generic                   3.13.0-39.66                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-40-generic                   3.13.0-40.69                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-43-generic                   3.13.0-43.72                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-44-generic                   3.13.0-44.73                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-45-generic                   3.13.0-45.74                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-46-generic                   3.13.0-46.79                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-48-generic                   3.13.0-48.80                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-49-generic                   3.13.0-49.83                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-74-generic                   3.13.0-74.118                                       i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-generic                                   3.13.0.74.80                                        i386         Generic Linux kernel image

Hors ligne

#18 Le 09/01/2016, à 03:33

cqfd93

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Naaaaaaaaaan ! Dis-moi que c'est pas vrai ! sad

On a maintenant :

/dev/sda5          9,1G    8,7G     0 100% /

et les headers 3.13.0-3*

ii  linux-headers-3.13.0-33                               3.13.0-33.58                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-33-generic                       3.13.0-33.58                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
...

sont toujours là !
J'ai l'impression que tu n'as pas passé la commande dont on avait fait une simulation, alors j'aimerais bien la voir :

sudo apt-get remove --purge linux-headers-3\.13\.0-3

suivie encore une fois de :

df -h
df -i
dpkg -l | grep -Ei "linux-headers|linux-image"

Une chose bien, c'est que le nouveau noyau 3.13.0-74 a été installé et c'est celui qui sera utilisé à ton prochain démarrage de l'ordinateur.


cqfd93

Hors ligne

#19 Le 09/01/2016, à 04:08

LordBli

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Naaaaaaaaaan ! Dis-moi que c'est pas vrai ! sad

On a maintenant :

/dev/sda5          9,1G    8,7G     0 100% /

et les headers 3.13.0-3*

ii  linux-headers-3.13.0-33                               3.13.0-33.58                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-33-generic                       3.13.0-33.58                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
...

sont toujours là !
J'ai l'impression que tu n'as pas passé la commande dont on avait fait une simulation, alors j'aimerais bien la voir :

sudo apt-get remove --purge linux-headers-3\.13\.0-3

Je ne l'avais pas fait parce que nous avions fait une parenthèse pour régler un autre soucis..

Aprés avoir rentré la commande:

sudo apt-get remove --purge linux-headers-3\.13\.0-3

Ensuite le terminal affiche

Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
Package 'linux-headers-3.13.0-30' is not installed, so not removed
Package 'linux-headers-3.13.0-30-generic' is not installed, so not removed
Package 'linux-headers-3.13.0-30-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-32' is not installed, so not removed
Package 'linux-headers-3.13.0-32-generic' is not installed, so not removed
Package 'linux-headers-3.13.0-32-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-33' is not installed, so not removed
Package 'linux-headers-3.13.0-33-generic' is not installed, so not removed
Package 'linux-headers-3.13.0-33-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-34' is not installed, so not removed
Package 'linux-headers-3.13.0-34-generic' is not installed, so not removed
Package 'linux-headers-3.13.0-34-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-35' is not installed, so not removed
Package 'linux-headers-3.13.0-35-generic' is not installed, so not removed
Package 'linux-headers-3.13.0-35-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-36' is not installed, so not removed
Package 'linux-headers-3.13.0-36-generic' is not installed, so not removed
Package 'linux-headers-3.13.0-36-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-37' is not installed, so not removed
Package 'linux-headers-3.13.0-37-generic' is not installed, so not removed
Package 'linux-headers-3.13.0-37-lowlatency' is not installed, so not removed
Package 'linux-headers-3.13.0-39' is not installed, so not removed
Package 'linux-headers-3.13.0-39-generic' is not installed, so not removed
Package 'linux-headers-3.13.0-39-lowlatency' is not installed, so not removed
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

Et ensuite pour:

df -h
df -i
dpkg -l | grep -Ei "linux-headers|linux-image"

Nous avons:

claudy@claudy-1005PX:~$ df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
udev               487M    4,0K  487M   1% /dev
tmpfs              100M    1,1M   99M   2% /run
/dev/sda5          9,1G    8,6G   43M 100% /
none               4,0K       0  4,0K   0% /sys/fs/cgroup
none               5,0M       0  5,0M   0% /run/lock
none               497M    156K  497M   1% /run/shm
none               100M     68K  100M   1% /run/user
/dev/sda6           23G     18G  4,0G  82% /home
/dev/sda1          115G    110G  5,5G  96% /media/claudy/BC266DC4266D7FEE
claudy@claudy-1005PX:~$ df -i
Sys. de fichiers  Inœuds IUtil.  ILibre IUti% Monté sur
udev              124645    481  124164    1% /dev
tmpfs             127047    502  126545    1% /run
/dev/sda5         610800 515314   95486   85% /
none              127047      2  127045    1% /sys/fs/cgroup
none              127047      3  127044    1% /run/lock
none              127047      7  127040    1% /run/shm
none              127047     33  127014    1% /run/user
/dev/sda6        1525920  39123 1486797    3% /home
/dev/sda1        5944192 147352 5796840    3% /media/claudy/BC266DC4266D7FEE
claudy@claudy-1005PX:~$ dpkg -l | grep -Ei "linux-headers|linux-image"
ii  linux-headers-3.13.0-40                               3.13.0-40.69                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-40-generic                       3.13.0-40.69                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-43                               3.13.0-43.72                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-43-generic                       3.13.0-43.72                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-44                               3.13.0-44.73                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-44-generic                       3.13.0-44.73                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-45                               3.13.0-45.74                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-45-generic                       3.13.0-45.74                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-46                               3.13.0-46.79                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-46-generic                       3.13.0-46.79                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-48                               3.13.0-48.80                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-48-generic                       3.13.0-48.80                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-49                               3.13.0-49.83                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-49-generic                       3.13.0-49.83                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-74                               3.13.0-74.118                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-74-generic                       3.13.0-74.118                                       i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-generic                                 3.13.0.74.80                                        i386         Generic Linux kernel headers
ii  linux-image-3.13.0-33-generic                         3.13.0-33.58                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-35-generic                         3.13.0-35.62                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-36-generic                         3.13.0-36.63                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-37-generic                         3.13.0-37.64                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-39-generic                         3.13.0-39.66                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-40-generic                         3.13.0-40.69                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-43-generic                         3.13.0-43.72                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-44-generic                         3.13.0-44.73                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-45-generic                         3.13.0-45.74                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-46-generic                         3.13.0-46.79                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-48-generic                         3.13.0-48.80                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-49-generic                         3.13.0-49.83                                        i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-3.13.0-74-generic                         3.13.0-74.118                                       i386         Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-33-generic                   3.13.0-33.58                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-35-generic                   3.13.0-35.62                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-36-generic                   3.13.0-36.63                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-37-generic                   3.13.0-37.64                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-39-generic                   3.13.0-39.66                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-40-generic                   3.13.0-40.69                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-43-generic                   3.13.0-43.72                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-44-generic                   3.13.0-44.73                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-45-generic                   3.13.0-45.74                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-46-generic                   3.13.0-46.79                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-48-generic                   3.13.0-48.80                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-49-generic                   3.13.0-49.83                                        i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-extra-3.13.0-74-generic                   3.13.0-74.118                                       i386         Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii  linux-image-generic                                   3.13.0.74.80                                        i386         Generic Linux kernel image

Hors ligne

#20 Le 09/01/2016, à 04:40

cqfd93

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

C'est bizarre qu'on ait toujours

/dev/sda5          9,1G    8,6G   43M 100% /
...
/dev/sda5         610800 515314   95486   85% /

Voilà qui devrait libérer quelques dizaines de Mo :

sudo rm -f /boot/initrd.img-3.13.0-3*
sudo rm -f /boot/initrd.img-3.8.0-3*

et le contrôle :

df -h
df -i

cqfd93

Hors ligne

#21 Le 09/01/2016, à 07:50

moko138

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

cqfd93 a écrit :

C'est bizarre qu'on ait toujours

/dev/sda5          9,1G    8,6G   43M 100% /
...
/dev/sda5         610800 515314   95486   85% /

Èvolution entre le #3 et le #19 :
df -h monte de 8,1 à 8,6 Gio,
df -i baisse de 95.000 i-noeuds.
J'ai tiqué aussi, mais à la réflexion, ce n'est pas si bizarre :
  Certes, vous avez supprimé cinq paires de linux-headers, ce qui a dû libérer quelque 110.000 i-noeuds et 0,3 Gio.
  Mais après déblocage d'apt, ajout d'un ppa, update, full-upgrade, fin d'installation du noyau 3.13.0-74 et surtout installation d'une nouvelle version de libreoffice, ça fait aussi du monde en plus.
Le seul contenu de /var/cache/apt/archives s'est alourdi de 0,15 Gio au grand minimum, peut-être beaucoup plus. À présent inutile.

Bonne fin de soirée à cqfd83, bonjour à LordBli smile


Ajout : je serais curieux de voir le retour de

du -shm /var/cache/apt/archives
du -shm /var/log 2>/dev/null

Dernière modification par moko138 (Le 09/01/2016, à 08:01)


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#22 Le 09/01/2016, à 08:42

jplemoine

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Moko138, c'est toujours la même chose...
apt est comme une pile FIFO (un tunnel à une seule voie) : quand une tâche est bloquée, elle bloque toutes les autres qui sont derrière.
Il faut donc débloquer la tâche et là, toutes celles qui étaient bloquées se lancent...
Il peut arriver que le lancement de ces tâches bloquent de nouveau le système.
Je ne pense pas que l'on puisse modifier ce comportement.


Membre de l'ALDIL (Association Lyonnaise pour le Développement de l'Informatique Libre)
- En pro, après 20 ans de développement, administrateur Linux / Unix depuis Avril 2019.
- En privé, sous Ubuntu-Xubuntu depuis 2009.

Hors ligne

#23 Le 09/01/2016, à 08:49

moko138

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Bonjour jp,
je ne comprends pas ta réponse, puisque
1) je ne vois pas le rapport avec mon message,
2) cqfd93 a déjà débloqué apt.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#24 Le 09/01/2016, à 09:36

cqfd93

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

Hello !

moko138 : je dois avoir les yeux embrumés mais je ne vois pas où se trouve l'ajout d'un ppa et la mise à jour de libreoffice…

Et sinon, apt est bien débloqué mais j'ai l'impression qu'il ne tient qu'à un fil qu'il se re-bloque, c'est pour ça que je cherche à libérer un peu plus de place pour installer qui vous savez.

Bonne journée à tous, pour moi c'est l'heure d'aller rejoindre Morphée.


cqfd93

Hors ligne

#25 Le 09/01/2016, à 09:45

jplemoine

Re : Impossible de faire de l'espace dans mon répertoire /boot [RESOLU]

moko138 a écrit :

1) je ne vois pas le rapport avec mon message,

Je devais être mal réveillé...


Membre de l'ALDIL (Association Lyonnaise pour le Développement de l'Informatique Libre)
- En pro, après 20 ans de développement, administrateur Linux / Unix depuis Avril 2019.
- En privé, sous Ubuntu-Xubuntu depuis 2009.

Hors ligne