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.

#51 Le 09/12/2016, à 23:15

joske

Re : (Résolu) /boot manque d'espace pour mise à jour .

En retour de #46:
[

jose@jose-HP-Compaq-dc5750-Small-Form-Factor:~$ ls -l /etc/apt/sources.list.d
total 16
-rw-r--r-- 1 root root 1199 déc  7 20:24 eid.list
-rw-r--r-- 1 root root 1201 sep 23 18:08 eid.list.distUpgrade
-rw-r--r-- 1 root root 1199 déc  7 20:24 eid.list.save
-rw-r--r-- 1 root root 1103 déc  8 13:13 eid.list.ucf-dist
jose@jose-HP-Compaq-dc5750-Small-Form-Factor:~$ find /etc/apt -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list.distUpgrade

     1	# deb cdrom:[Ubuntu 15.04 _Vivid Vervet_ - Release amd64 (20150422)]/ vivid main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://be.archive.ubuntu.com/ubuntu/ wily main restricted
     6	deb-src http://be.archive.ubuntu.com/ubuntu/ wily main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://be.archive.ubuntu.com/ubuntu/ wily-updates main restricted
    11	deb-src http://be.archive.ubuntu.com/ubuntu/ wily-updates main restricted
    12	
    13	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14	## team. Also, please note that software in universe WILL NOT receive any
    15	## review or updates from the Ubuntu security team.
    16	deb http://be.archive.ubuntu.com/ubuntu/ wily universe
    17	deb-src http://be.archive.ubuntu.com/ubuntu/ wily universe
    18	deb http://be.archive.ubuntu.com/ubuntu/ wily-updates universe
    19	deb-src http://be.archive.ubuntu.com/ubuntu/ wily-updates universe
    20	
    21	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22	## team, and may not be under a free licence. Please satisfy yourself as to 
    23	## your rights to use the software. Also, please note that software in 
    24	## multiverse WILL NOT receive any review or updates from the Ubuntu
    25	## security team.
    26	deb http://be.archive.ubuntu.com/ubuntu/ wily multiverse
    27	deb-src http://be.archive.ubuntu.com/ubuntu/ wily multiverse
    28	deb http://be.archive.ubuntu.com/ubuntu/ wily-updates multiverse
    29	deb-src http://be.archive.ubuntu.com/ubuntu/ wily-updates multiverse
    30	
    31	## N.B. software from this repository may not have been tested as
    32	## extensively as that contained in the main release, although it includes
    33	## newer versions of some applications which may provide useful features.
    34	## Also, please note that software in backports WILL NOT receive any review
    35	## or updates from the Ubuntu security team.
    36	deb http://be.archive.ubuntu.com/ubuntu/ wily-backports main restricted universe multiverse
    37	deb-src http://be.archive.ubuntu.com/ubuntu/ wily-backports main restricted universe multiverse
    38	
    39	deb http://security.ubuntu.com/ubuntu wily-security main restricted
    40	deb-src http://security.ubuntu.com/ubuntu wily-security main restricted
    41	deb http://security.ubuntu.com/ubuntu wily-security universe
    42	deb-src http://security.ubuntu.com/ubuntu wily-security universe
    43	deb http://security.ubuntu.com/ubuntu wily-security multiverse
    44	deb-src http://security.ubuntu.com/ubuntu wily-security multiverse
    45	
    46	## Uncomment the following two lines to add software from Canonical's
    47	## 'partner' repository.
    48	## This software is not part of Ubuntu, but is offered by Canonical and the
    49	## respective vendors as a service to Ubuntu users.
    50	deb http://archive.canonical.com/ubuntu wily partner
    51	# deb-src http://archive.canonical.com/ubuntu vivid partner

/etc/apt/sources.list.save

     1	# deb cdrom:[Ubuntu 15.04 _Vivid Vervet_ - Release amd64 (20150422)]/ vivid main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://archive.ubuntu.com/ubuntu xenial main restricted
     6	deb-src http://archive.ubuntu.com/ubuntu xenial main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	
    11	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    12	## team. Also, please note that software in universe WILL NOT receive any
    13	## review or updates from the Ubuntu security team.
    14	deb http://archive.ubuntu.com/ubuntu xenial universe
    15	deb-src http://archive.ubuntu.com/ubuntu xenial universe
    16	
    17	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    18	## team, and may not be under a free licence. Please satisfy yourself as to 
    19	## your rights to use the software. Also, please note that software in 
    20	## multiverse WILL NOT receive any review or updates from the Ubuntu
    21	## security team.
    22	deb http://archive.ubuntu.com/ubuntu xenial multiverse
    23	deb-src http://archive.ubuntu.com/ubuntu xenial multiverse
    24	
    25	## N.B. software from this repository may not have been tested as
    26	## extensively as that contained in the main release, although it includes
    27	## newer versions of some applications which may provide useful features.
    28	## Also, please note that software in backports WILL NOT receive any review
    29	## or updates from the Ubuntu security team.
    30	
    31	deb http://archive.ubuntu.com/ubuntu xenial-security main restricted
    32	deb-src http://archive.ubuntu.com/ubuntu xenial-security main restricted
    33	deb http://archive.ubuntu.com/ubuntu xenial-security universe
    34	deb-src http://archive.ubuntu.com/ubuntu xenial-security universe
    35	deb http://archive.ubuntu.com/ubuntu xenial-security multiverse
    36	deb-src http://archive.ubuntu.com/ubuntu xenial-security multiverse
    37	
    38	## Uncomment the following two lines to add software from Canonical's
    39	## 'partner' repository.
    40	## This software is not part of Ubuntu, but is offered by Canonical and the
    41	## respective vendors as a service to Ubuntu users.
    42	deb http://archive.canonical.com/ubuntu xenial partner
    43	# deb-src http://archive.canonical.com/ubuntu vivid partner
    44	# deb http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main
    45	deb http://archive.ubuntu.com/ubuntu xenial-updates restricted multiverse universe main

/etc/apt/sources.list.d

nl: /etc/apt/sources.list.d: est un dossier

/etc/apt/sources.list.d/eid.list.ucf-dist

     1	# To enable the candidate repository, uncomment the below line, put "deb" in
     2	# front of it, and run "dpkg-reconfigure eid-archive" to enable the archive
     3	# key.
     4	#
     5	# The candidate repository contains unsupported prerelease packages. Use at
     6	# your own risk.
     7	#
     8	# Note, however, that the candidate repository is usually empty; it is
     9	# used when we're preparing (and testing) a new release. Therefore, it
    10	# should be relatively safe.
    11	#
    12	# There is also another "continuous" repository, for which packages get
    13	# recompiled for each and every change to the source. This isn't listed
    14	# (so that it can't be accidentally enabled), but the configuration is
    15	# the same as the below, with "candidate" replaced by "continuous".
    16	#
    17	# http://files.eid.belgium.be/debian candidate/xenial main
    18	# NOTE: files2.eid.belgium.be is a mirror for the main repository ONLY.
    19	# That is, it does not contain the continuous or candidate repositories.
    20	
    21	# The regular repository with released packages. This is what you should
    22	# use.
    23	deb http://files.eid.belgium.be/debian xenial main
    24	deb http://files2.eid.belgium.be/debian xenial main

/etc/apt/sources.list.d/eid.list.distUpgrade

     1	# To enable the candidate repository, uncomment the below line, put "deb" in
     2	# front of it, and run "dpkg-reconfigure eid-archive" to enable the archive
     3	# key.
     4	#
     5	# The candidate repository contains unsupported prerelease packages. Use at
     6	# your own risk.
     7	#
     8	# Note, however, that the candidate repository is usually empty; it is
     9	# used when we're preparing (and testing) a new release. Therefore, it
    10	# should be relatively safe.
    11	#
    12	# There is also another "continuous" repository, for which packages get
    13	# recompiled for each and every change to the source. This isn't listed
    14	# (so that it can't be accidentally enabled), but the configuration is
    15	# the same as the below, with "candidate" replaced by "continuous".
    16	#
    17	# http://files.eid.belgium.be/debian candidate/trusty main
    18	# NOTE: files2.eid.belgium.be is a mirror for the main repository ONLY.
    19	# That is, it does not contain the continuous or candidate repositories.
    20	
    21	# The regular repository with released packages. This is what you should
    22	# use.
    23	# deb http://files.eid.belgium.be/debian trusty main # désactivé pour la mise à niveau vers wily
    24	# deb http://files2.eid.belgium.be/debian trusty main # désactivé pour la mise à niveau vers wily

/etc/apt/sources.list.d/eid.list.save

     1	# To enable the candidate repository, uncomment the below line, put "deb" in
     2	# front of it, and run "dpkg-reconfigure eid-archive" to enable the archive
     3	# key.
     4	#
     5	# The candidate repository contains unsupported prerelease packages. Use at
     6	# your own risk.
     7	#
     8	# Note, however, that the candidate repository is usually empty; it is
     9	# used when we're preparing (and testing) a new release. Therefore, it
    10	# should be relatively safe.
    11	#
    12	# There is also another "continuous" repository, for which packages get
    13	# recompiled for each and every change to the source. This isn't listed
    14	# (so that it can't be accidentally enabled), but the configuration is
    15	# the same as the below, with "candidate" replaced by "continuous".
    16	#
    17	# http://files.eid.belgium.be/debian candidate/trusty main
    18	# NOTE: files2.eid.belgium.be is a mirror for the main repository ONLY.
    19	# That is, it does not contain the continuous or candidate repositories.
    20	
    21	# The regular repository with released packages. This is what you should
    22	# use.
    23	deb http://files.eid.belgium.be/debian trusty main # désactivé pour la mise à niveau vers wily
    24	# deb http://files2.eid.belgium.be/debian trusty main # désactivé pour la mise à niveau vers wily

/etc/apt/sources.list.d/eid.list

     1	# To enable the candidate repository, uncomment the below line, put "deb" in
     2	# front of it, and run "dpkg-reconfigure eid-archive" to enable the archive
     3	# key.
     4	#
     5	# The candidate repository contains unsupported prerelease packages. Use at
     6	# your own risk.
     7	#
     8	# Note, however, that the candidate repository is usually empty; it is
     9	# used when we're preparing (and testing) a new release. Therefore, it
    10	# should be relatively safe.
    11	#
    12	# There is also another "continuous" repository, for which packages get
    13	# recompiled for each and every change to the source. This isn't listed
    14	# (so that it can't be accidentally enabled), but the configuration is
    15	# the same as the below, with "candidate" replaced by "continuous".
    16	#
    17	# http://files.eid.belgium.be/debian candidate/trusty main
    18	# NOTE: files2.eid.belgium.be is a mirror for the main repository ONLY.
    19	# That is, it does not contain the continuous or candidate repositories.
    20	
    21	# The regular repository with released packages. This is what you should
    22	# use.
    23	deb http://files.eid.belgium.be/debian trusty main # désactivé pour la mise à niveau vers wily
    24	# deb http://files2.eid.belgium.be/debian trusty main # désactivé pour la mise à niveau vers wily

/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 15.04 _Vivid Vervet_ - Release amd64 (20150422)]/ vivid main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://archive.ubuntu.com/ubuntu xenial main restricted
     6	deb-src http://archive.ubuntu.com/ubuntu xenial main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	
    11	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    12	## team. Also, please note that software in universe WILL NOT receive any
    13	## review or updates from the Ubuntu security team.
    14	deb http://archive.ubuntu.com/ubuntu xenial universe
    15	deb-src http://archive.ubuntu.com/ubuntu xenial universe
    16	
    17	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    18	## team, and may not be under a free licence. Please satisfy yourself as to 
    19	## your rights to use the software. Also, please note that software in 
    20	## multiverse WILL NOT receive any review or updates from the Ubuntu
    21	## security team.
    22	deb http://archive.ubuntu.com/ubuntu xenial multiverse
    23	deb-src http://archive.ubuntu.com/ubuntu xenial multiverse
    24	
    25	## N.B. software from this repository may not have been tested as
    26	## extensively as that contained in the main release, although it includes
    27	## newer versions of some applications which may provide useful features.
    28	## Also, please note that software in backports WILL NOT receive any review
    29	## or updates from the Ubuntu security team.
    30	
    31	deb http://archive.ubuntu.com/ubuntu xenial-security main restricted
    32	deb-src http://archive.ubuntu.com/ubuntu xenial-security main restricted
    33	deb http://archive.ubuntu.com/ubuntu xenial-security universe
    34	deb-src http://archive.ubuntu.com/ubuntu xenial-security universe
    35	deb http://archive.ubuntu.com/ubuntu xenial-security multiverse
    36	deb-src http://archive.ubuntu.com/ubuntu xenial-security multiverse
    37	
    38	## Uncomment the following two lines to add software from Canonical's
    39	## 'partner' repository.
    40	## This software is not part of Ubuntu, but is offered by Canonical and the
    41	## respective vendors as a service to Ubuntu users.
    42	deb http://archive.canonical.com/ubuntu xenial partner
    43	deb-src http://archive.canonical.com/ubuntu vivid partner
    44	# deb http://download.ebz.epson.net/dsc/op/stable/debian/ lsb3.2 main
    45	deb http://archive.ubuntu.com/ubuntu xenial-updates restricted multiverse universe main
jose@jose-HP-Compaq-dc5750-Small-Form-Factor:~$ 

eid: programme de lecture carte d'identité belge ??!!

Hors ligne

#52 Le 09/12/2016, à 23:31

cqfd93

Re : (Résolu) /boot manque d'espace pour mise à jour .

Bonjour,

Ubuntu est en xenial mais il y a encore un dépôt en trusty (justement dans eid.list) et il y a ça dans sources.list :

deb-src http://archive.canonical.com/ubuntu vivid partner

cqfd93

Hors ligne

#53 Le 09/12/2016, à 23:39

joske

Re : (Résolu) /boot manque d'espace pour mise à jour .

Bonjour cqfd93,
que me conseilles tu de faire ? big_smile

Hors ligne

#54 Le 09/12/2016, à 23:48

cqfd93

Re : (Résolu) /boot manque d'espace pour mise à jour .

Juste ces deux commandes :

sudo sed -i 's/vivid/xenial/' /etc/apt/sources.list
sudo sed -i 's/trusty/xenial/' /etc/apt/sources.list.d/eid.list

Et faire les mises à jour :

sudo apt update
sudo apt full-upgrade

cqfd93

Hors ligne

#55 Le 09/12/2016, à 23:56

joske

Re : (Résolu) /boot manque d'espace pour mise à jour .

Voilà, tout est fait !
Mais que veux dire ceci ?

Traitement des actions différées (« triggers ») pour menu (2.1.47ubuntu1) ...
N: « eid.list.ucf-dist » dans le répertoire « /etc/apt/sources.list.d/ » a été ignoré car il utilise une extension non valable
jose@jose-HP-Compaq-dc5750-Small-Form-Factor:~$ 

Pour le reste, reste t'il des actions à faire ?

Hors ligne

#56 Le 10/12/2016, à 00:04

cqfd93

Re : (Résolu) /boot manque d'espace pour mise à jour .

Juste un fichier inutile à supprimer :

sudo rm /etc/apt/sources.list.d/eid.list.ucf-dist

cqfd93

Hors ligne

#57 Le 10/12/2016, à 00:07

joske

Re : (Résolu) /boot manque d'espace pour mise à jour .

ké, un tout grand merci à tous pour l'aide apportée et un bravo pour vos connaissances du système . cool

Hors ligne

#58 Le 10/12/2016, à 01:16

xabilon

Re : (Résolu) /boot manque d'espace pour mise à jour .

Voilà... perso je suis pas adepte de Kclean, je préfère désinstaller les noyaux manuellement, mais les goûts et les couleurs...


Pour passer un sujet en résolu : modifiez le premier message et ajoutez [Résolu] au titre.

Hors ligne