Problème synaptic
gesor
Messages postés
87
Date d'inscription
Statut
Membre
Dernière intervention
-
gesor Messages postés 87 Date d'inscription Statut Membre Dernière intervention -
gesor Messages postés 87 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
J'ai un message d'erreur dans le gestionnaire de paquets synaptic:
https://www.cjoint.com/?iyoE172KtK
Comment rérarer?
J'ai un message d'erreur dans le gestionnaire de paquets synaptic:
https://www.cjoint.com/?iyoE172KtK
Comment rérarer?
29 réponses
Je ne l'ai pas dit mais déja fait.
En réalité c'est :
sudo dpkg --configure-a'
je me trouve avec:
>
Là, je ne sais plus que faire?
En réalité c'est :
sudo dpkg --configure-a'
je me trouve avec:
>
Là, je ne sais plus que faire?
merci pour ta réponse, mais le résultat est le même.
Je crois que je vais farmater et tout réinstaller, je galère et y passe beaucoup trop de temps, je n'arrive à rien.
Je crois que je vais farmater et tout réinstaller, je galère et y passe beaucoup trop de temps, je n'arrive à rien.
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
sudo dpkg --audit doit te donner une liste des paquets à probleme
Histoire d'avoir une idée de l'origine du problème.
Histoire d'avoir une idée de l'origine du problème.
Voila ce que j'ai pu avoir:
Les paquets suivants ont été dépaquetés mais ne sont pas configurés. Ils
doivent être configurés en utilisant dpkg --configure ou l'option configure
du menu de dselect pour pouvoir fonctionner :
rpm Red Hat package manager
The following packages need to do processing triggered by other
package(s). This processing can be requested with
dpkg --triggers or the configure menu option in dselect:
libc6 GNU C Library: Shared libraries
Les paquets suivants sont à demi configurés, probablement à cause de
problèmes survenus lors de la première configuration. Il faudrait réessayer
de les configurer en utilisant dpkg --configure <paquet> ou l'option
configure du menu de dselect :
ndoutils-nagios2-mysql This provides the NDOUtils for Nagios with MySQL suppor
The following packages have been triggered, but the trigger processesing
has not yet been done. Trigger processing can be requested using
dselect or dpkg --configure --pending (or dpkg --triggers-only):
libc6 GNU C Library: Shared libraries
Les paquets suivants ont été dépaquetés mais ne sont pas configurés. Ils
doivent être configurés en utilisant dpkg --configure ou l'option configure
du menu de dselect pour pouvoir fonctionner :
rpm Red Hat package manager
The following packages need to do processing triggered by other
package(s). This processing can be requested with
dpkg --triggers or the configure menu option in dselect:
libc6 GNU C Library: Shared libraries
Les paquets suivants sont à demi configurés, probablement à cause de
problèmes survenus lors de la première configuration. Il faudrait réessayer
de les configurer en utilisant dpkg --configure <paquet> ou l'option
configure du menu de dselect :
ndoutils-nagios2-mysql This provides the NDOUtils for Nagios with MySQL suppor
The following packages have been triggered, but the trigger processesing
has not yet been done. Trigger processing can be requested using
dselect or dpkg --configure --pending (or dpkg --triggers-only):
libc6 GNU C Library: Shared libraries
Pour tenter la configuration par paquet:
sudo dpkg --configure libc6
sudo dpkg --configure ndoutils-nagios2-mysql
sudo dpkg --configure libc6
sudo dpkg --configure ndoutils-nagios2-mysql
Concernant le paramétrage de mysql, voila ce que j'obtiens, un curseur attend à la fin:
root@moi-desktop:~# dpkg --configure --pending
Paramétrage de ndoutils-nagios2-mysql (1.4b7-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/ndoutils-mysql.conf
granting access to database ndoutils for ndoutils@localhost: already exists.
creating database ndoutils: already exists.
dbconfig-common: flushing administrative password
root@moi-desktop:~# dpkg --configure --pending
Paramétrage de ndoutils-nagios2-mysql (1.4b7-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/ndoutils-mysql.conf
granting access to database ndoutils for ndoutils@localhost: already exists.
creating database ndoutils: already exists.
dbconfig-common: flushing administrative password
Même résultats avec tes cdes:
root@moi-desktop:~# sudo dpkg --configure libc6
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
root@moi-desktop:~# sudo dpkg --configure ndoutils-nagios2-mysql
Paramétrage de ndoutils-nagios2-mysql (1.4b7-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/ndoutils-mysql.conf
granting access to database ndoutils for ndoutils@localhost: already exists.
creating database ndoutils: already exists.
dbconfig-common: flushing administrative password
IL Y A UN CURSEUR A LA FIN.
root@moi-desktop:~# sudo dpkg --configure libc6
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
root@moi-desktop:~# sudo dpkg --configure ndoutils-nagios2-mysql
Paramétrage de ndoutils-nagios2-mysql (1.4b7-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/ndoutils-mysql.conf
granting access to database ndoutils for ndoutils@localhost: already exists.
creating database ndoutils: already exists.
dbconfig-common: flushing administrative password
IL Y A UN CURSEUR A LA FIN.
Je pense ici qu'il y a un mieux, puisque le mot de passe a réussi:
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 21
Server version: 5.0.51a-3ubuntu5.1 (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
ICI, JE NE SAIS QUE FAIRE ?
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 21
Server version: 5.0.51a-3ubuntu5.1 (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
ICI, JE NE SAIS QUE FAIRE ?
vous pouvez utiliser ctrl-c pour fermer le moniteur mysql
ensuite à nouveau : sudo dpkg --audit pour verifier si tout va bien
ensuite à nouveau : sudo dpkg --audit pour verifier si tout va bien
Salut,
il suffit de taper exit pour quitter mysql
Si tu veux apprendre utiliser mysql en ligne de commande alors il faut lire la documentation http://dev.mysql.com/doc/refman/5.0/fr/index.html
voir le chapitre 3 pour commencer http://dev.mysql.com/doc/refman/5.0/fr/tutorial.html
Sinon, tu peux utiliser phpmyadmin, pour gérer tes bases mysql
il suffit de taper exit pour quitter mysql
lami20j@debian:~$ mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 Server version: 5.0.32-Debian_7etch6-log Debian etch distribution Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> exit Bye lami20j@debian:~$pas besoin d'une autre commande après ;-)
Si tu veux apprendre utiliser mysql en ligne de commande alors il faut lire la documentation http://dev.mysql.com/doc/refman/5.0/fr/index.html
voir le chapitre 3 pour commencer http://dev.mysql.com/doc/refman/5.0/fr/tutorial.html
Sinon, tu peux utiliser phpmyadmin, pour gérer tes bases mysql
La commande c'est pour vérifier la configuration du paquet ( cf le probleme à la base ) je pense donc qu'elle n'est pas superflue ... m'enfin si elle est superfue c'est que tout va bien en même temps ;)
Désolé, mais j'ai fait la manip et ai la même erreur:
https://www.cjoint.com/?iyoE172KtK
https://www.cjoint.com/?iyoE172KtK
je parlais de la commande sudo dpkg --audit
http://www.commentcamarche.net/forum/affich 8074571 probleme synaptic#6
http://www.commentcamarche.net/forum/affich 8074571 probleme synaptic#6
https://www.cjoint.com/?izxulUyRcI
et
root@je-desktop:~# dpkg --configure -a
Paramétrage de ndoutils-nagios2-mysql (1.4b7-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/ndoutils-mysql.conf
granting access to database ndoutils for ndoutils@localhost: already exists.
creating database ndoutils: already exists.
dbconfig-common: flushing administrative password
Quelle est la manip ici?
et
root@je-desktop:~# dpkg --configure -a
Paramétrage de ndoutils-nagios2-mysql (1.4b7-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/ndoutils-mysql.conf
granting access to database ndoutils for ndoutils@localhost: already exists.
creating database ndoutils: already exists.
dbconfig-common: flushing administrative password
Quelle est la manip ici?
Dans la console
RE:
root@je-desktop:~# dpkg --configure -a
Paramétrage de ndoutils-nagios2-mysql (1.4b7-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/ndoutils-mysql.conf
granting access to database ndoutils for ndoutils@localhost: already exists.
creating database ndoutils: already exists.
dbconfig-common: flushing administrative password
RE:
root@je-desktop:~# dpkg --configure -a
Paramétrage de ndoutils-nagios2-mysql (1.4b7-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/ndoutils-mysql.conf
granting access to database ndoutils for ndoutils@localhost: already exists.
creating database ndoutils: already exists.
dbconfig-common: flushing administrative password