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.

#26 Le 02/03/2015, à 21:23

cqfd93

Re : [résolu] mise à jour impossible

Fabien Vogelsperger a écrit :

bonsoir,

merci d'avoir planché sur ces blocs code, bien tard.

De rien.

1 ) que dois je faire des blocs corrigés ?

Rien, tu as vu que j'ai réuni 4 blocs pour n'en faire qu'un.

2) les réponses aux deux commandes ci dessous :

/etc/apt/sources.list.d/mono-xamarin.list.bak
bash: /etc/apt/sources.list.d/mono-xamarin.list.bak: Permission non accordée

et

 /etc/apt/sources.list.d/mono-xamarin.list.save
bash: /etc/apt/sources.list.d/mono-xamarin.list.save: Permission non accordée

Ce que tu as utilisé ne sont pas les commandes, juste ce que je t'expliquais sur les chemins vers les fichiers.

Les bonnes commandes sont :

cat /etc/apt/sources.list.d/mono-xamarin.list.bak
cat /etc/apt/sources.list.d/mono-xamarin.list.save

cqfd93

Hors ligne

#27 Le 02/03/2015, à 21:39

Fabien Vogelsperger

Re : [résolu] mise à jour impossible

Bon c'est bien parti !

 cat /etc/apt/sources.list.d/mono-xamarin.list.bak
apt-get update
 <metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  	<group> <!-- A software bundle, typically only one, or one for each distribution in each file. -->
  		<name>Mono</name> <!-- Name of the whole software bundle  Displayed in the UI -->
  		<summary>Mono package updates from Xamarin</summary> <!-- Summary of the whole software bundle  Displayed in the UI -->
  		<description>Mono package updates from Xamarin</description> <!-- Description of the whole software bundle  Displayed in the UI -->
  		<remainSubscribed>true</remainSubscribed>  <!-- Specifies whether the user should remain subscribed to these repositories post installation, the user can override this. -->
  		<repositories> <!-- A list of repositories required for this installation -->
  			<repository> 
  				<name>mono-project</name>  <!-- Name of this repository  -->
  				<summary>Mono package updates from Xamarin</summary> <!-- Summary of this repository-->
  				<description>Mono package updates from Xamarin</description><!-- Description of this repository, displayed in the UI-->
  				<url>http://download.mono-project.com/repo/centos/</url><!-- URL of this repository to add-->
  			</repository>
  		</repositories>
  		<software> <!-- A list of software items to install  during this installation -->
  			<item>
  				<name>mono-devel</name> <!-- Name of the software, this both identifies it within the repository, and is displayed to the user -->
  				<summary>Mono developer component installation</summary> <!-- Summary of the software --> 
  				<description>Installs the Mono C# compiler and all related pieces</description> <!-- Description of the software, displayed in the UI. --> 
  			</item>
  		</software>
  	</group>
 </metapackage>

 <metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  	<group> <!-- A software bundle, typically only one, or one for each distribution in each file. -->
  		<name>Mono</name> <!-- Name of the whole software bundle  Displayed in the UI -->
  		<summary>Mono package updates from Xamarin</summary> <!-- Summary of the whole software bundle  Displayed in the UI -->
  		<description>Mono package updates from Xamarin</description> <!-- Description of the whole software bundle  Displayed in the UI -->
  		<remainSubscribed>true</remainSubscribed>  <!-- Specifies whether the user should remain subscribed to these repositories post installation, the user can override this. -->
  		<repositories> <!-- A list of repositories required for this installation -->
  			<repository> 
  				<name>mono-project</name>  <!-- Name of this repository  -->
  				<summary>Mono package updates from Xamarin</summary> <!-- Summary of this repository-->
  				<description>Mono package updates from Xamarin</description><!-- Description of this repository, displayed in the UI-->
  				<url>http://download.mono-project.com/repo/centos/</url><!-- URL of this repository to add-->
  			</repository>
  		</repositories>
  		<software> <!-- A list of software items to install  during this installation -->
  			<item>
  				<name>mono-complete</name> <!-- Name of the software, this both identifies it within the repository, and is displayed to the user -->
  				<summary>Complete Mono installation</summary> <!-- Summary of the software --> 
  				<description>Installs all pieces of the Mono runtime</description> <!-- Description of the software, displayed in the UI. --> 
  			</item>
  		</software>
  	</group>
 </metapackage>
 <metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  	<group> <!-- A software bundle, typically only one, or one for each distribution in each file. -->
  		<name>Mono</name> <!-- Name of the whole software bundle  Displayed in the UI -->
  		<summary>Mono package updates from Xamarin</summary> <!-- Summary of the whole software bundle  Displayed in the UI -->
  		<description>Mono package updates from Xamarin</description> <!-- Description of the whole software bundle  Displayed in the UI -->
  		<remainSubscribed>true</remainSubscribed>  <!-- Specifies whether the user should remain subscribed to these repositories post installation, the user can override this. -->
  		<repositories> <!-- A list of repositories required for this installation -->
  			<repository> 
  				<name>mono-project</name>  <!-- Name of this repository  -->
  				<summary>Mono package updates from Xamarin</summary> <!-- Summary of this repository-->
  				<description>Mono package updates from Xamarin</description><!-- Description of this repository, displayed in the UI-->
  				<url>http://download.mono-project.com/repo/centos/</url><!-- URL of this repository to add-->
  			</repository>
  		</repositories>
  		<software> <!-- A list of software items to install  during this installation -->
  			<item>
  				<name>referenceassemblies-pcl</name> <!-- Name of the software, this both identifies it within the repository, and is displayed to the user -->
  				<summary>.NET Portable Class Library Reference Assemblies installation</summary> <!-- Summary of the software --> 
  				<description>Installs all PCL components required to compile against .NET portable classes</description> <!-- Description of the software, displayed in the UI. --> 
  			</item>
		/software>
  	</group>
 </metapacka

Et

cat /etc/apt/sources.list.d/mono-xamarin.list.save
apt-get update
 <metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  	<group> <!-- A software bundle, typically only one, or one for each distribution in each file. -->
  		<name>Mono</name> <!-- Name of the whole software bundle  Displayed in the UI -->
  		<summary>Mono package updates from Xamarin</summary> <!-- Summary of the whole software bundle  Displayed in the UI -->
  		<description>Mono package updates from Xamarin</description> <!-- Description of the whole software bundle  Displayed in the UI -->
  		<remainSubscribed>true</remainSubscribed>  <!-- Specifies whether the user should remain subscribed to these repositories post installation, the user can override this. -->
  		<repositories> <!-- A list of repositories required for this installation -->
  			<repository> 
  				<name>mono-project</name>  <!-- Name of this repository  -->
  				<summary>Mono package updates from Xamarin</summary> <!-- Summary of this repository-->
  				<description>Mono package updates from Xamarin</description><!-- Description of this repository, displayed in the UI-->
  				<url>http://download.mono-project.com/repo/centos/</url><!-- URL of this repository to add-->
  			</repository>
  		</repositories>
  		<software> <!-- A list of software items to install  during this installation -->
  			<item>
  				<name>mono-devel</name> <!-- Name of the software, this both identifies it within the repository, and is displayed to the user -->
  				<summary>Mono developer component installation</summary> <!-- Summary of the software --> 
  				<description>Installs the Mono C# compiler and all related pieces</description> <!-- Description of the software, displayed in the UI. --> 
  			</item>
  		</software>
  	</group>
 </metapackage>

 <metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  	<group> <!-- A software bundle, typically only one, or one for each distribution in each file. -->
  		<name>Mono</name> <!-- Name of the whole software bundle  Displayed in the UI -->
  		<summary>Mono package updates from Xamarin</summary> <!-- Summary of the whole software bundle  Displayed in the UI -->
  		<description>Mono package updates from Xamarin</description> <!-- Description of the whole software bundle  Displayed in the UI -->
  		<remainSubscribed>true</remainSubscribed>  <!-- Specifies whether the user should remain subscribed to these repositories post installation, the user can override this. -->
  		<repositories> <!-- A list of repositories required for this installation -->
  			<repository> 
  				<name>mono-project</name>  <!-- Name of this repository  -->
  				<summary>Mono package updates from Xamarin</summary> <!-- Summary of this repository-->
  				<description>Mono package updates from Xamarin</description><!-- Description of this repository, displayed in the UI-->
  				<url>http://download.mono-project.com/repo/centos/</url><!-- URL of this repository to add-->
  			</repository>
  		</repositories>
  		<software> <!-- A list of software items to install  during this installation -->
  			<item>
  				<name>mono-complete</name> <!-- Name of the software, this both identifies it within the repository, and is displayed to the user -->
  				<summary>Complete Mono installation</summary> <!-- Summary of the software --> 
  				<description>Installs all pieces of the Mono runtime</description> <!-- Description of the software, displayed in the UI. --> 
  			</item>
  		</software>
  	</group>
 </metapackage>
 <metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  	<group> <!-- A software bundle, typically only one, or one for each distribution in each file. -->
  		<name>Mono</name> <!-- Name of the whole software bundle  Displayed in the UI -->
  		<summary>Mono package updates from Xamarin</summary> <!-- Summary of the whole software bundle  Displayed in the UI -->
  		<description>Mono package updates from Xamarin</description> <!-- Description of the whole software bundle  Displayed in the UI -->
  		<remainSubscribed>true</remainSubscribed>  <!-- Specifies whether the user should remain subscribed to these repositories post installation, the user can override this. -->
  		<repositories> <!-- A list of repositories required for this installation -->
  			<repository> 
  				<name>mono-project</name>  <!-- Name of this repository  -->
  				<summary>Mono package updates from Xamarin</summary> <!-- Summary of this repository-->
  				<description>Mono package updates from Xamarin</description><!-- Description of this repository, displayed in the UI-->
  				<url>http://download.mono-project.com/repo/centos/</url><!-- URL of this repository to add-->
  			</repository>
  		</repositories>
  		<software> <!-- A list of software items to install  during this installation -->
  			<item>
  				<name>referenceassemblies-pcl</name> <!-- Name of the software, this both identifies it within the repository, and is displayed to the user -->
  				<summary>.NET Portable Class Library Reference Assemblies installation</summary> <!-- Summary of the software --> 
  				<description>Installs all PCL components required to compile against .NET portable classes</description> <!-- Description of the software, displayed in the UI. --> 
  			</item>
		/software>
  	</group>
 </metapacka

Hors ligne

#28 Le 02/03/2015, à 22:00

cqfd93

Re : [résolu] mise à jour impossible

OK, on a vu les 3 fichiers :

mono-xamarin.list
mono-xamarin.list.bak
mono-xamarin.list.save

et ils sont tous complètement différents de ce qu'ils devraient être, je pense qu'ils proviennent de copier / coller foireux et je ne vois qu'une chose à en faire : les supprimer.

Donc voilà ce que tu vas faire :
- pour te placer dans le dossier qui contient ces 3 fichiers

cd /etc/apt/sources.list.d/

- pour supprimer les 3 fichiers

sudo rm -f mono-xamarin.list*

Ensuite, il faut refaire une mise à jour :

sudo apt-get update
sudo apt-get dist-upgrade

cqfd93

Hors ligne

#29 Le 02/03/2015, à 22:14

Fabien Vogelsperger

Re : [résolu] mise à jour impossible

Ok je me lance
Voilà un message qui signale que quelques fichiers anciens ou été repris. C'est un message que l'on a déjà eu me semble t il ?

/etc/apt/sources.list.d$ sudo apt-get update
Ign http://ppa.launchpad.net trusty InRelease
Ign http://extras.ubuntu.com trusty InRelease                                  
Ign http://archive.canonical.com trusty InRelease                              
Ign http://ch.archive.ubuntu.com trusty InRelease                              
Ign http://archive.ubuntu.com trusty InRelease                                 
Ign http://ppa.launchpad.net trusty InRelease                                  
Atteint http://archive.canonical.com trusty Release.gpg                        
Ign http://ch.archive.ubuntu.com trusty-updates InRelease                      
Réception de : 1 http://extras.ubuntu.com trusty Release.gpg [72 B]            
Réception de : 2 http://archive.ubuntu.com trusty Release.gpg [933 B]          
Ign http://ppa.launchpad.net trusty Release.gpg                                
Ign http://ch.archive.ubuntu.com trusty-backports InRelease                    
Atteint http://extras.ubuntu.com trusty Release                                
Ign http://ch.archive.ubuntu.com trusty-security InRelease                     
Atteint http://ch.archive.ubuntu.com trusty Release.gpg                        
Atteint http://archive.canonical.com trusty Release                            
Réception de : 3 http://archive.ubuntu.com trusty Release [58.5 kB]            
Atteint http://ppa.launchpad.net trusty Release.gpg                            
Réception de : 4 http://ch.archive.ubuntu.com trusty-updates Release.gpg [933 B]
Ign http://ppa.launchpad.net trusty Release                                    
Réception de : 5 http://ch.archive.ubuntu.com trusty-backports Release.gpg [933 B]
Réception de : 6 http://ch.archive.ubuntu.com trusty-security Release.gpg [933 B]
Atteint http://ppa.launchpad.net trusty Release                                
Atteint http://ch.archive.ubuntu.com trusty Release                            
Réception de : 7 http://ch.archive.ubuntu.com trusty-updates Release [62.0 kB] 
Atteint http://extras.ubuntu.com trusty/main Sources                           
Réception de : 8 http://ch.archive.ubuntu.com trusty-backports Release [62.0 kB]
Réception de : 9 http://ch.archive.ubuntu.com trusty-security Release [62.0 kB]
Atteint http://extras.ubuntu.com trusty/main amd64 Packages                    
Atteint http://archive.canonical.com trusty/partner amd64 Packages             
Réception de : 10 http://archive.ubuntu.com trusty/main amd64 Packages [1'350 kB]
Atteint http://extras.ubuntu.com trusty/main i386 Packages                     
Atteint http://archive.canonical.com trusty/partner i386 Packages              
Atteint http://ch.archive.ubuntu.com trusty/main Sources                       
Atteint http://archive.canonical.com trusty/partner Translation-en             
Atteint http://ch.archive.ubuntu.com trusty/restricted Sources                 
Atteint http://ch.archive.ubuntu.com trusty/universe Sources                   
Atteint http://ch.archive.ubuntu.com trusty/multiverse Sources                 
Atteint http://ch.archive.ubuntu.com trusty/main amd64 Packages                
Atteint http://ppa.launchpad.net trusty/main amd64 Packages                    
Atteint http://ch.archive.ubuntu.com trusty/restricted amd64 Packages          
Atteint http://ppa.launchpad.net trusty/main i386 Packages                     
Atteint http://ch.archive.ubuntu.com trusty/universe amd64 Packages            
Atteint http://ppa.launchpad.net trusty/main Translation-en                    
Atteint http://ch.archive.ubuntu.com trusty/multiverse amd64 Packages          
Atteint http://ch.archive.ubuntu.com trusty/main i386 Packages                 
Atteint http://ch.archive.ubuntu.com trusty/restricted i386 Packages           
Atteint http://ch.archive.ubuntu.com trusty/universe i386 Packages             
Atteint http://ch.archive.ubuntu.com trusty/multiverse i386 Packages           
Atteint http://ch.archive.ubuntu.com trusty/main Translation-fr                
Ign http://extras.ubuntu.com trusty/main Translation-fr_CH                     
Atteint http://ch.archive.ubuntu.com trusty/main Translation-en                
Ign http://extras.ubuntu.com trusty/main Translation-fr                        
Réception de : 11 http://archive.ubuntu.com trusty/main i386 Packages [1'348 kB]
Atteint http://ch.archive.ubuntu.com trusty/multiverse Translation-fr          
Ign http://extras.ubuntu.com trusty/main Translation-en                        
Atteint http://ch.archive.ubuntu.com trusty/multiverse Translation-en          
Atteint http://ch.archive.ubuntu.com trusty/restricted Translation-fr          
Atteint http://ch.archive.ubuntu.com trusty/restricted Translation-en          
Atteint http://ch.archive.ubuntu.com trusty/universe Translation-fr            
Err http://ppa.launchpad.net trusty/main amd64 Packages                        
  404  Not Found
Atteint http://ch.archive.ubuntu.com trusty/universe Translation-en            
Err http://ppa.launchpad.net trusty/main i386 Packages                         
  404  Not Found
Réception de : 12 http://ch.archive.ubuntu.com trusty-updates/main Sources [181 kB]
Ign http://ppa.launchpad.net trusty/main Translation-fr_CH                     
Réception de : 13 http://archive.ubuntu.com trusty/main Translation-fr [814 kB]
Réception de : 14 http://ch.archive.ubuntu.com trusty-updates/restricted Sources [2'061 B]
Ign http://ppa.launchpad.net trusty/main Translation-fr                        
Réception de : 15 http://ch.archive.ubuntu.com trusty-updates/universe Sources [105 kB]
Ign http://ppa.launchpad.net trusty/main Translation-en                        
Réception de : 16 http://ch.archive.ubuntu.com trusty-updates/multiverse Sources [4'463 B]
Réception de : 17 http://archive.ubuntu.com trusty/main Translation-en [762 kB]
Réception de : 18 http://ch.archive.ubuntu.com trusty-updates/main amd64 Packages [446 kB]
Réception de : 19 http://ch.archive.ubuntu.com trusty-updates/restricted amd64 Packages [8'875 B]
Réception de : 20 http://ch.archive.ubuntu.com trusty-updates/universe amd64 Packages [254 kB]
Ign http://archive.ubuntu.com trusty/main Translation-fr_CH                    
Réception de : 21 http://ch.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [11.2 kB]
Réception de : 22 http://ch.archive.ubuntu.com trusty-updates/main i386 Packages [435 kB]
Réception de : 23 http://ch.archive.ubuntu.com trusty-updates/restricted i386 Packages [8'846 B]
Réception de : 24 http://ch.archive.ubuntu.com trusty-updates/universe i386 Packages [255 kB]
Réception de : 25 http://ch.archive.ubuntu.com trusty-updates/multiverse i386 Packages [11.3 kB]
Réception de : 26 http://ch.archive.ubuntu.com trusty-updates/main Translation-en [213 kB]
Atteint http://ch.archive.ubuntu.com trusty-updates/multiverse Translation-en
Atteint http://ch.archive.ubuntu.com trusty-updates/restricted Translation-en
Réception de : 27 http://ch.archive.ubuntu.com trusty-updates/universe Translation-en [131 kB]
Réception de : 28 http://ch.archive.ubuntu.com trusty-backports/main Sources [5'298 B]
Réception de : 29 http://ch.archive.ubuntu.com trusty-backports/restricted Sources [28 B]
Réception de : 30 http://ch.archive.ubuntu.com trusty-backports/universe Sources [20.7 kB]
Réception de : 31 http://ch.archive.ubuntu.com trusty-backports/multiverse Sources [1'898 B]
Réception de : 32 http://ch.archive.ubuntu.com trusty-backports/main amd64 Packages [5'536 B]
Réception de : 33 http://ch.archive.ubuntu.com trusty-backports/restricted amd64 Packages [28 B]
Réception de : 34 http://ch.archive.ubuntu.com trusty-backports/universe amd64 Packages [24.4 kB]
Réception de : 35 http://ch.archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1'245 B]
Réception de : 36 http://ch.archive.ubuntu.com trusty-backports/main i386 Packages [5'550 B]
Réception de : 37 http://ch.archive.ubuntu.com trusty-backports/restricted i386 Packages [28 B]
Réception de : 38 http://ch.archive.ubuntu.com trusty-backports/universe i386 Packages [24.5 kB]
Réception de : 39 http://ch.archive.ubuntu.com trusty-backports/multiverse i386 Packages [1'249 B]
Réception de : 40 http://ch.archive.ubuntu.com trusty-backports/main Translation-en [3'233 B]
Atteint http://ch.archive.ubuntu.com trusty-backports/multiverse Translation-en
Atteint http://ch.archive.ubuntu.com trusty-backports/restricted Translation-en
Réception de : 41 http://ch.archive.ubuntu.com trusty-backports/universe Translation-en [22.7 kB]
Réception de : 42 http://ch.archive.ubuntu.com trusty-security/main Sources [71.4 kB]
Réception de : 43 http://ch.archive.ubuntu.com trusty-security/restricted Sources [2'061 B]
Réception de : 44 http://ch.archive.ubuntu.com trusty-security/universe Sources [17.9 kB]
Réception de : 45 http://ch.archive.ubuntu.com trusty-security/multiverse Sources [1'896 B]
Réception de : 46 http://ch.archive.ubuntu.com trusty-security/main amd64 Packages [220 kB]
Réception de : 47 http://ch.archive.ubuntu.com trusty-security/restricted amd64 Packages [8'875 B]
Réception de : 48 http://ch.archive.ubuntu.com trusty-security/universe amd64 Packages [87.7 kB]
Réception de : 49 http://ch.archive.ubuntu.com trusty-security/multiverse amd64 Packages [3'458 B]
Réception de : 50 http://ch.archive.ubuntu.com trusty-security/main i386 Packages [210 kB]
Réception de : 51 http://ch.archive.ubuntu.com trusty-security/restricted i386 Packages [8'846 B]
Réception de : 52 http://ch.archive.ubuntu.com trusty-security/universe i386 Packages [87.7 kB]
Réception de : 53 http://ch.archive.ubuntu.com trusty-security/multiverse i386 Packages [3'624 B]
Réception de : 54 http://ch.archive.ubuntu.com trusty-security/main Translation-en [113 kB]
Réception de : 55 http://ch.archive.ubuntu.com trusty-security/multiverse Translation-en [1'580 B]
Réception de : 56 http://ch.archive.ubuntu.com trusty-security/restricted Translation-en [2'266 B]
Réception de : 57 http://ch.archive.ubuntu.com trusty-security/universe Translation-en [48.5 kB]
Ign http://ch.archive.ubuntu.com trusty/main Translation-fr_CH                 
Ign http://ch.archive.ubuntu.com trusty/multiverse Translation-fr_CH           
Ign http://ch.archive.ubuntu.com trusty/restricted Translation-fr_CH           
Ign http://ch.archive.ubuntu.com trusty/universe Translation-fr_CH             
7'594 ko réceptionnés en 6s (1'134 ko/s)                                       
W: Impossible de récupérer http://ppa.launchpad.net/michael-gruz/canon-stable/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found

W: Impossible de récupérer http://ppa.launchpad.net/michael-gruz/canon-stable/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.

Hors ligne

#30 Le 02/03/2015, à 22:34

cqfd93

Re : [résolu] mise à jour impossible

Il n'y a pas de ppa michael-gruz/canon-stable/ pour ta version d'ubuntu, d'où le message d'erreur :

W: Impossible de récupérer http://ppa.launchpad.net/michael-gruz/canon-stable/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found

Il faut donc aussi supprimer les fichiers

michael-gruz-canon-stable-trusty.list
michael-gruz-canon-stable-trusty.list.save

On va donc faire comme précédemment :

cd /etc/apt/sources.list.d/
sudo rm -f michael-gruz-canon-stable-trusty.list*

et refaire une mise à jour :

sudo apt-get update
sudo apt-get dist-upgrade

cqfd93

Hors ligne

#31 Le 02/03/2015, à 22:38

Fabien Vogelsperger

Re : [résolu] mise à jour impossible

encore un souci après la première commande tout à la fin

/etc/apt/sources.list.d$ sudo apt-get update
Ign http://ch.archive.ubuntu.com trusty InRelease
Ign http://archive.canonical.com trusty InRelease                              
Ign http://ppa.launchpad.net trusty InRelease                                  
Ign http://ch.archive.ubuntu.com trusty-updates InRelease                      
Ign http://archive.ubuntu.com trusty InRelease                                 
Ign http://extras.ubuntu.com trusty InRelease                                  
Atteint http://ppa.launchpad.net trusty Release.gpg                            
Atteint http://archive.canonical.com trusty Release.gpg                        
Ign http://ch.archive.ubuntu.com trusty-backports InRelease                    
Atteint http://extras.ubuntu.com trusty Release.gpg                            
Atteint http://archive.ubuntu.com trusty Release.gpg                           
Ign http://ch.archive.ubuntu.com trusty-security InRelease                     
Atteint http://ppa.launchpad.net trusty Release                                
Atteint http://archive.canonical.com trusty Release                            
Atteint http://ch.archive.ubuntu.com trusty Release.gpg                        
Atteint http://extras.ubuntu.com trusty Release                                
Atteint http://archive.ubuntu.com trusty Release                               
Atteint http://ch.archive.ubuntu.com trusty-updates Release.gpg                
Atteint http://ppa.launchpad.net trusty/main amd64 Packages                    
Atteint http://ch.archive.ubuntu.com trusty-backports Release.gpg              
Atteint http://archive.canonical.com trusty/partner amd64 Packages             
Atteint http://extras.ubuntu.com trusty/main Sources                           
Atteint http://ch.archive.ubuntu.com trusty-security Release.gpg               
Atteint http://archive.ubuntu.com trusty/main amd64 Packages                   
Atteint http://ppa.launchpad.net trusty/main i386 Packages                     
Atteint http://archive.canonical.com trusty/partner i386 Packages              
Atteint http://ch.archive.ubuntu.com trusty Release                            
Atteint http://extras.ubuntu.com trusty/main amd64 Packages                    
Atteint http://archive.ubuntu.com trusty/main i386 Packages                    
Atteint http://ch.archive.ubuntu.com trusty-updates Release                    
Atteint http://ppa.launchpad.net trusty/main Translation-en                    
Atteint http://ch.archive.ubuntu.com trusty-backports Release                  
Atteint http://extras.ubuntu.com trusty/main i386 Packages                     
Atteint http://ch.archive.ubuntu.com trusty-security Release                   
Atteint http://ch.archive.ubuntu.com trusty/main Sources                       
Atteint http://archive.ubuntu.com trusty/main Translation-fr                   
Ign http://archive.canonical.com trusty/partner Translation-en                 
Atteint http://ch.archive.ubuntu.com trusty/restricted Sources                 
Atteint http://archive.ubuntu.com trusty/main Translation-en                   
Atteint http://ch.archive.ubuntu.com trusty/universe Sources                   
Atteint http://ch.archive.ubuntu.com trusty/multiverse Sources                 
Atteint http://ch.archive.ubuntu.com trusty/main amd64 Packages                
Atteint http://ch.archive.ubuntu.com trusty/restricted amd64 Packages          
Atteint http://ch.archive.ubuntu.com trusty/universe amd64 Packages            
Ign http://archive.ubuntu.com trusty/main Translation-fr_CH                    
Atteint http://ch.archive.ubuntu.com trusty/multiverse amd64 Packages          
Atteint http://ch.archive.ubuntu.com trusty/main i386 Packages                 
Atteint http://ch.archive.ubuntu.com trusty/restricted i386 Packages           
Atteint http://ch.archive.ubuntu.com trusty/universe i386 Packages             
Atteint http://ch.archive.ubuntu.com trusty/multiverse i386 Packages           
Atteint http://ch.archive.ubuntu.com trusty/main Translation-fr                
Atteint http://ch.archive.ubuntu.com trusty/main Translation-en                
Ign http://extras.ubuntu.com trusty/main Translation-fr_CH                     
Atteint http://ch.archive.ubuntu.com trusty/multiverse Translation-fr          
Atteint http://ch.archive.ubuntu.com trusty/multiverse Translation-en          
Ign http://extras.ubuntu.com trusty/main Translation-fr                        
Ign http://extras.ubuntu.com trusty/main Translation-en                        
Atteint http://ch.archive.ubuntu.com trusty/restricted Translation-fr          
Atteint http://ch.archive.ubuntu.com trusty/restricted Translation-en
Atteint http://ch.archive.ubuntu.com trusty/universe Translation-fr
Atteint http://ch.archive.ubuntu.com trusty/universe Translation-en
Atteint http://ch.archive.ubuntu.com trusty-updates/main Sources
Atteint http://ch.archive.ubuntu.com trusty-updates/restricted Sources
Atteint http://ch.archive.ubuntu.com trusty-updates/universe Sources
Atteint http://ch.archive.ubuntu.com trusty-updates/multiverse Sources
Atteint http://ch.archive.ubuntu.com trusty-updates/main amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/restricted amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/universe amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/multiverse amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/main i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/restricted i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/universe i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/multiverse i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/main Translation-en
Atteint http://ch.archive.ubuntu.com trusty-updates/multiverse Translation-en
Atteint http://ch.archive.ubuntu.com trusty-updates/restricted Translation-en
Atteint http://ch.archive.ubuntu.com trusty-updates/universe Translation-en
Atteint http://ch.archive.ubuntu.com trusty-backports/main Sources
Atteint http://ch.archive.ubuntu.com trusty-backports/restricted Sources
Atteint http://ch.archive.ubuntu.com trusty-backports/universe Sources
Atteint http://ch.archive.ubuntu.com trusty-backports/multiverse Sources
Atteint http://ch.archive.ubuntu.com trusty-backports/main amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/restricted amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/universe amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/main i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/restricted i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/universe i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/multiverse i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/main Translation-en
Atteint http://ch.archive.ubuntu.com trusty-backports/multiverse Translation-en
Atteint http://ch.archive.ubuntu.com trusty-backports/restricted Translation-en
Atteint http://ch.archive.ubuntu.com trusty-backports/universe Translation-en
Atteint http://ch.archive.ubuntu.com trusty-security/main Sources
Atteint http://ch.archive.ubuntu.com trusty-security/restricted Sources
Atteint http://ch.archive.ubuntu.com trusty-security/universe Sources
Atteint http://ch.archive.ubuntu.com trusty-security/multiverse Sources
Atteint http://ch.archive.ubuntu.com trusty-security/main amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/restricted amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/universe amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/multiverse amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/main i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/restricted i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/universe i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/multiverse i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/main Translation-en
Atteint http://ch.archive.ubuntu.com trusty-security/multiverse Translation-en
Atteint http://ch.archive.ubuntu.com trusty-security/restricted Translation-en
Atteint http://ch.archive.ubuntu.com trusty-security/universe Translation-en
Ign http://ch.archive.ubuntu.com trusty/main Translation-fr_CH
Ign http://ch.archive.ubuntu.com trusty/multiverse Translation-fr_CH
Ign http://ch.archive.ubuntu.com trusty/restricted Translation-fr_CH
Ign http://ch.archive.ubuntu.com trusty/universe Translation-fr_CH
E: Impossible d'obtenir le verrou /var/lib/dpkg/lock - open (11: Ressource temporairement non disponible)
E: Impossible de verrouiller le répertoire d'administration (/var/lib/dpkg/). Il est possible qu'un autre processus l'utilise.

Hors ligne

#32 Le 02/03/2015, à 22:49

Fabien Vogelsperger

Re : [résolu] mise à jour impossible

je viens de constater que le gestionnaire de mise à jour fonctionne à nouveau. Le sens interdit a disparu

Hors ligne

#33 Le 02/03/2015, à 23:01

cqfd93

Re : [résolu] mise à jour impossible

Fabien Vogelsperger a écrit :

je viens de constater que le gestionnaire de mise à jour fonctionne à nouveau. Le sens interdit a disparu

C'est bon, on y est presque.

Pour le problème de verrou, vérifie que le gestionnaire de mises à jour est bien fermé, ensuite on le fait sauter avec :

sudo rm /var/lib/dpkg/lock

et on re-tente les mises à jour :

sudo apt-get update
sudo apt-get dist-upgrade

cqfd93

Hors ligne

#34 Le 02/03/2015, à 23:07

Fabien Vogelsperger

Re : [résolu] mise à jour impossible

Voilà le retour de la première commande

sudo apt-get update
~$ sudo apt-get update
Ign http://ppa.launchpad.net trusty InRelease
Ign http://archive.canonical.com trusty InRelease                              
Ign http://extras.ubuntu.com trusty InRelease                                  
Ign http://ch.archive.ubuntu.com trusty InRelease                              
Atteint http://ppa.launchpad.net trusty Release.gpg                            
Atteint http://extras.ubuntu.com trusty Release.gpg                            
Atteint http://archive.canonical.com trusty Release.gpg                        
Ign http://ch.archive.ubuntu.com trusty-updates InRelease                      
Atteint http://ppa.launchpad.net trusty Release                                
Ign http://ch.archive.ubuntu.com trusty-backports InRelease                    
Atteint http://extras.ubuntu.com trusty Release                                
Atteint http://archive.canonical.com trusty Release                            
Ign http://ch.archive.ubuntu.com trusty-security InRelease                     
Atteint http://ch.archive.ubuntu.com trusty Release.gpg                        
Atteint http://ch.archive.ubuntu.com trusty-updates Release.gpg                
Atteint http://ch.archive.ubuntu.com trusty-backports Release.gpg              
Atteint http://ch.archive.ubuntu.com trusty-security Release.gpg               
Atteint http://ppa.launchpad.net trusty/main amd64 Packages                    
Atteint http://ch.archive.ubuntu.com trusty Release                            
Atteint http://extras.ubuntu.com trusty/main Sources                           
Atteint http://archive.canonical.com trusty/partner amd64 Packages             
Atteint http://ch.archive.ubuntu.com trusty-updates Release                    
Ign http://archive.ubuntu.com trusty InRelease                                 
Atteint http://ch.archive.ubuntu.com trusty-backports Release                  
Atteint http://ppa.launchpad.net trusty/main i386 Packages                     
Atteint http://extras.ubuntu.com trusty/main amd64 Packages                    
Atteint http://archive.canonical.com trusty/partner i386 Packages              
Atteint http://ch.archive.ubuntu.com trusty-security Release                   
Atteint http://archive.ubuntu.com trusty Release.gpg                           
Atteint http://ch.archive.ubuntu.com trusty/main Sources                       
Atteint http://ppa.launchpad.net trusty/main Translation-en                    
Atteint http://extras.ubuntu.com trusty/main i386 Packages                     
Atteint http://archive.canonical.com trusty/partner Translation-en             
Atteint http://ch.archive.ubuntu.com trusty/restricted Sources                 
Atteint http://archive.ubuntu.com trusty Release                               
Atteint http://ch.archive.ubuntu.com trusty/universe Sources                   
Atteint http://ch.archive.ubuntu.com trusty/multiverse Sources                 
Atteint http://ch.archive.ubuntu.com trusty/main amd64 Packages                
Atteint http://archive.ubuntu.com trusty/main amd64 Packages                   
Atteint http://ch.archive.ubuntu.com trusty/restricted amd64 Packages          
Atteint http://ch.archive.ubuntu.com trusty/universe amd64 Packages            
Atteint http://archive.ubuntu.com trusty/main i386 Packages                    
Atteint http://ch.archive.ubuntu.com trusty/multiverse amd64 Packages          
Atteint http://archive.ubuntu.com trusty/main Translation-fr                   
Atteint http://ch.archive.ubuntu.com trusty/main i386 Packages                 
Atteint http://ch.archive.ubuntu.com trusty/restricted i386 Packages           
Atteint http://archive.ubuntu.com trusty/main Translation-en                   
Atteint http://ch.archive.ubuntu.com trusty/universe i386 Packages             
Atteint http://ch.archive.ubuntu.com trusty/multiverse i386 Packages           
Atteint http://ch.archive.ubuntu.com trusty/main Translation-fr                
Atteint http://ch.archive.ubuntu.com trusty/main Translation-en                
Atteint http://ch.archive.ubuntu.com trusty/multiverse Translation-fr          
Ign http://archive.ubuntu.com trusty/main Translation-fr_CH                    
Atteint http://ch.archive.ubuntu.com trusty/multiverse Translation-en          
Ign http://extras.ubuntu.com trusty/main Translation-fr_CH                     
Ign http://extras.ubuntu.com trusty/main Translation-fr                        
Atteint http://ch.archive.ubuntu.com trusty/restricted Translation-fr          
Atteint http://ch.archive.ubuntu.com trusty/restricted Translation-en          
Ign http://extras.ubuntu.com trusty/main Translation-en                        
Atteint http://ch.archive.ubuntu.com trusty/universe Translation-fr            
Atteint http://ch.archive.ubuntu.com trusty/universe Translation-en
Atteint http://ch.archive.ubuntu.com trusty-updates/main Sources
Atteint http://ch.archive.ubuntu.com trusty-updates/restricted Sources
Atteint http://ch.archive.ubuntu.com trusty-updates/universe Sources
Atteint http://ch.archive.ubuntu.com trusty-updates/multiverse Sources
Atteint http://ch.archive.ubuntu.com trusty-updates/main amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/restricted amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/universe amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/multiverse amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/main i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/restricted i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/universe i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/multiverse i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-updates/main Translation-en
Atteint http://ch.archive.ubuntu.com trusty-updates/multiverse Translation-en
Atteint http://ch.archive.ubuntu.com trusty-updates/restricted Translation-en
Atteint http://ch.archive.ubuntu.com trusty-updates/universe Translation-en
Atteint http://ch.archive.ubuntu.com trusty-backports/main Sources
Atteint http://ch.archive.ubuntu.com trusty-backports/restricted Sources
Atteint http://ch.archive.ubuntu.com trusty-backports/universe Sources
Atteint http://ch.archive.ubuntu.com trusty-backports/multiverse Sources
Atteint http://ch.archive.ubuntu.com trusty-backports/main amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/restricted amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/universe amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/main i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/restricted i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/universe i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/multiverse i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-backports/main Translation-en
Atteint http://ch.archive.ubuntu.com trusty-backports/multiverse Translation-en
Atteint http://ch.archive.ubuntu.com trusty-backports/restricted Translation-en
Atteint http://ch.archive.ubuntu.com trusty-backports/universe Translation-en
Atteint http://ch.archive.ubuntu.com trusty-security/main Sources
Atteint http://ch.archive.ubuntu.com trusty-security/restricted Sources
Atteint http://ch.archive.ubuntu.com trusty-security/universe Sources
Atteint http://ch.archive.ubuntu.com trusty-security/multiverse Sources
Atteint http://ch.archive.ubuntu.com trusty-security/main amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/restricted amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/universe amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/multiverse amd64 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/main i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/restricted i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/universe i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/multiverse i386 Packages
Atteint http://ch.archive.ubuntu.com trusty-security/main Translation-en
Atteint http://ch.archive.ubuntu.com trusty-security/multiverse Translation-en
Atteint http://ch.archive.ubuntu.com trusty-security/restricted Translation-en
Atteint http://ch.archive.ubuntu.com trusty-security/universe Translation-en
Ign http://ch.archive.ubuntu.com trusty/main Translation-fr_CH
Ign http://ch.archive.ubuntu.com trusty/multiverse Translation-fr_CH
Ign http://ch.archive.ubuntu.com trusty/restricted Translation-fr_CH
Ign http://ch.archive.ubuntu.com trusty/universe Translation-fr_CH
Lecture des listes de paquets... Fait

Et la deuxième commande

sudo apt-get dist-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
Les NOUVEAUX paquets suivants seront installés :
  linux-headers-3.13.0-46 linux-headers-3.13.0-46-generic
Les paquets suivants seront mis à jour :
  apport apport-gtk base-files bind9-host bsdutils ca-certificates compiz
  compiz-core compiz-gnome compiz-plugins-default cups cups-bsd cups-client
  cups-common cups-core-drivers cups-daemon cups-ppdc cups-server-common
  dnsutils e2fslibs e2fsprogs firefox firefox-locale-en firefox-locale-fr
  gir1.2-gnomebluetooth-1.0 gir1.2-gudev-1.0 gnome-bluetooth gnome-keyring
  language-pack-en language-pack-en-base language-pack-gnome-en
  language-pack-gnome-en-base libbind9-90 libblkid1 libc-bin libc-dev-bin
  libc6 libc6:i386 libc6-dbg libc6-dev libc6-i386 libcgmanager0
  libcgmanager0:i386 libcomerr2 libcomerr2:i386 libcompizconfig0 libcups2
  libcups2:i386 libcupscgi1 libcupsimage2 libcupsmime1 libcupsppdc1
  libdecoration0 libdns100 libdrm-intel1 libdrm-intel1:i386 libdrm-nouveau2
  libdrm-nouveau2:i386 libdrm-radeon1 libdrm-radeon1:i386 libdrm2 libdrm2:i386
  libfreetype6 libfreetype6:i386 libgnome-bluetooth11 libgudev-1.0-0 libisc95
  libisccc90 libisccfg90 liblightdm-gobject-1-0 liblwres90 libmount1
  libnautilus-extension1a libnss3 libnss3-1d libnss3-nssdb
  libp11-kit-gnome-keyring libpam-gnome-keyring libpam-systemd libprocps3
  libsmbclient libss2 libsystemd-daemon0 libsystemd-journal0 libsystemd-login0
  libthumbnailer0 libudev1 libudev1:i386 libunity-core-6.0-9 libuuid1
  libuuid1:i386 libwbclient0 lightdm linux-headers-generic linux-libc-dev
  mount multiarch-support nautilus nautilus-data procps python-samba
  python-urllib3 python3-apport python3-distupgrade python3-problem-report
  python3-urllib3 samba-common samba-common-bin samba-libs smbclient
  systemd-services ubuntu-docs ubuntu-release-upgrader-core
  ubuntu-release-upgrader-gtk udev unattended-upgrades unity unity-services
  unzip util-linux uuid-runtime x11-common xorg xserver-common xserver-xorg
  xserver-xorg-core xserver-xorg-input-all xserver-xorg-video-all
128 mis à jour, 2 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 88.8 Mo/92.7 Mo dans les archives.
Après cette opération, 77.2 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] 

Dois je continuer ?

Hors ligne

#35 Le 02/03/2015, à 23:54

cqfd93

Re : [résolu] mise à jour impossible

oui, c'est bon, tu continues !


cqfd93

Hors ligne

#36 Le 02/03/2015, à 23:58

Fabien Vogelsperger

Re : [résolu] mise à jour impossible

Donc c'est fait. L'ordinateur a été relancé. le gestionnaire de mise à jour fonctionne et précise que tout est à jour. Cqfd, n'est il pas ?

Mille merci à cqfd93 ( et à alca94 pour les balises !)

Hors ligne

#37 Le 03/03/2015, à 00:04

cqfd93

Re : [résolu] mise à jour impossible

Super ! Maintenant, tu peux faire un peu de ménage avec ces 3 commandes :

sudo apt-get clean
sudo apt-get autoclean
sudo apt-get autoremove

Et tu peux marquer ton sujet comme résolu.


cqfd93

Hors ligne

#38 Le 03/03/2015, à 00:07

Fabien Vogelsperger

Re : [résolu] mise à jour impossible

Ok, c'est fait.
La question bête de la fin : comment marque ton un sujet comme résolu ?

Hors ligne

#39 Le 03/03/2015, à 00:10

cqfd93

Re : [résolu] mise à jour impossible

Tu modifies le titre en choisissant "Modifier" au bas de ton premier message. On recommande d'ajouter [Résolu] au début du titre.


cqfd93

Hors ligne