#1 Le 07/12/2015, à 12:52
- piedsdeplume
ligne 59 malformée (RESOLU)
Bonjour...
Je suis tout à fait novice sur Ubuntu et de façon générale sur tout ce qui est "programmation" ou "réparation".
Je sais quand même lancer le terminal...
Je n'arrive plus du tout à accéder à la logithèque.
Sur le terminal je vois ceci : Ligne 59 mal formée dans la liste des sources /etc/apt/sources.list (analyse de distribution)
Merci de bien vouloir me contacter afin de récupérer ma logithèque !!!
Dernière modification par piedsdeplume (Le 07/12/2015, à 17:58)
Hors ligne
#2 Le 07/12/2015, à 13:04
- nany
Re : ligne 59 malformée (RESOLU)
Bonjour,
afin de voir ce qui peut clocher dans la ligne 59, je te demande d’ouvrir un terminal pour donner, en suivant les indications de ce message, le retour de la commande suivante :
nl -ba /etc/apt/sources.list
Hors ligne
#3 Le 07/12/2015, à 13:10
- piedsdeplume
Re : ligne 59 malformée (RESOLU)
Ok merci d'avoir répondu aussi rapidement (c'est cool !)
Voici ce que je vois sur le terminal :
40 deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
41 deb http://security.ubuntu.com/ubuntu trusty-security universe
42 deb-src http://security.ubuntu.com/ubuntu trusty-security universe
43 deb http://security.ubuntu.com/ubuntu trusty-security multiverse
44 deb-src http://security.ubuntu.com/ubuntu trusty-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 trusty partner
51 # deb-src http://archive.canonical.com/ubuntu trusty partner
52
53 ## This software is not part of Ubuntu, but is offered by third-party
54 ## developers who want to ship their latest software.
55 deb http://extras.ubuntu.com/ubuntu trusty main
56 deb-src http://extras.ubuntu.com/ubuntu trusty main
57 deb http://archive.canonical.com/ trusty partner
58 # deb-src http://archive.canonical.com/ trusty partner
59 deb http://archive.canonical.com/ partner
60 # deb-src http://archive.canonical.com/ partner
Modération : merci à l'avenir d'utiliser les balises code (explications ici).
Dernière modification par cqfd93 (Le 07/12/2015, à 18:08)
Hors ligne
#4 Le 07/12/2015, à 13:12
- piedsdeplume
Re : ligne 59 malformée (RESOLU)
Est ce que cela suffit ?
Hors ligne
#5 Le 07/12/2015, à 13:15
- piedsdeplume
Re : ligne 59 malformée (RESOLU)
Je précise que je suis sous Ubuntu 14.04. Et que je viens tout juste de l'installer sur un ordi tout neuf... C'est bien ma veine ! Qu'est ce que j'ai pu faire pour en arriver là ?
Hors ligne
#6 Le 07/12/2015, à 13:37
- nany
Re : ligne 59 malformée (RESOLU)
Est ce que cela suffit ?
Fort heureusement, oui. Mais tu n’as pas du suivre le lien que j’ai mis vers ce message (grmpf ! ).
Je précise que je suis sous Ubuntu 14.04. Et que je viens tout juste de l'installer sur un ordi tout neuf... C'est bien ma veine ! Qu'est ce que j'ai pu faire pour en arriver là ?
Je ne sais pas comment ça a pu arriver, mais il y a eu des erreurs lors de l’écriture dans le fichier quand tu as activer le dépôt partenaires.
Pour remédier à cette situation, passe les commandes suivantes :
sudo sed -i '57,60d' /etc/apt/sources.list
sudo sed -i 's/# deb http/deb http/g' /etc/apt/sources.list
Puis, pour voir si tout s’est passé correctement, redonne le retour (complet cette fois-ci si possible) de la commande :
nl -ba /etc/apt/sources.list
Hors ligne
#7 Le 07/12/2015, à 13:56
- piedsdeplume
Re : ligne 59 malformée (RESOLU)
Désolé de n'avoir pas vu le lien
Je n'ai pas vu de tranformation à tout ce que tu m'a (si gentiment) laissé : donc voici le retour à la commande (nl -ba /etc/apt/sources.list)
pierre@pierre-CR61-2M-CX61-2OC-CX61-2OD:~$ nl -ba /etc/apt/sources.list
1 deb cdrom:[Ubuntu 14.04.3 LTS _Trusty Tahr_ - Beta amd64 (20150805)]/ trusty 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://fr.archive.ubuntu.com/ubuntu/ trusty main restricted
6 deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
11 deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-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://fr.archive.ubuntu.com/ubuntu/ trusty universe
17 deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe
19 deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-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://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
27 deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
29 deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-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://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
37 deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
38
39 deb http://security.ubuntu.com/ubuntu trusty-security main restricted
40 deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
41 deb http://security.ubuntu.com/ubuntu trusty-security universe
42 deb-src http://security.ubuntu.com/ubuntu trusty-security universe
43 deb http://security.ubuntu.com/ubuntu trusty-security multiverse
44 deb-src http://security.ubuntu.com/ubuntu trusty-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 trusty partner
51 # deb-src http://archive.canonical.com/ubuntu trusty partner
52
53 ## This software is not part of Ubuntu, but is offered by third-party
54 ## developers who want to ship their latest software.
55 deb http://extras.ubuntu.com/ubuntu trusty main
56 deb-src http://extras.ubuntu.com/ubuntu trusty main
Alors ?
Modération : merci à l'avenir d'utiliser les balises code (explications ici).
Dernière modification par cqfd93 (Le 07/12/2015, à 18:10)
Hors ligne
#8 Le 07/12/2015, à 14:11
- nany
Re : ligne 59 malformée (RESOLU)
Désolé de n'avoir pas vu le lien
Ceci est un lien → Cliquez ici. ← Ceci est un lien.
Je n'ai pas vu de tranformation à tout ce que tu m'a (si gentiment) laissé : donc voici le retour à la commande (nl -ba /etc/apt/sources.list)
C’est normal, les commandes que j’ai données ne renvoient pas de retour à part un message d’erreur si la commande est erronée. D’où ma demande pour voir le contenu du fichier après ces commandes pour que je puisse voir si mes commandes ont bien fait leur boulot.
C’est bien le cas mais il reste encore à désactiver le CDROM à l’aide de cette commande :
sudo sed -i 's/deb cdrom/# deb cdrom/' /etc/apt/sources.list
Puis donne le retour de cette commande :
sudo apt-get update
Hors ligne
#9 Le 07/12/2015, à 14:20
- piedsdeplume
Re : ligne 59 malformée (RESOLU)
pierre@pierre-CR61-2M-CX61-2OC-CX61-2OD:~$ sudo apt-get update
Ign http://archive.canonical.com trusty InRelease
Ign http://extras.ubuntu.com trusty InRelease
Atteint http://ppa.launchpad.net trusty InRelease
Réception de : 1 http://archive.canonical.com trusty Release.gpg [933 B]
Atteint http://extras.ubuntu.com trusty Release.gpg
Ign http://ppa.launchpad.net trusty InRelease
Réception de : 2 http://archive.canonical.com trusty Release [9 359 B]
Atteint http://extras.ubuntu.com trusty Release
Atteint http://security.ubuntu.com trusty-security InRelease
Atteint http://ppa.launchpad.net trusty InRelease
Réception de : 3 http://archive.canonical.com trusty/partner amd64 Packages [5 625 B]
Atteint http://extras.ubuntu.com trusty/main Sources
Atteint http://ppa.launchpad.net trusty/main amd64 Packages
Atteint http://ppa.launchpad.net trusty/main i386 Packages
Ign http://fr.archive.ubuntu.com trusty InRelease
Réception de : 4 http://archive.canonical.com trusty/partner i386 Packages [6 308 B]
Atteint http://security.ubuntu.com trusty-security/main Sources
Atteint http://ppa.launchpad.net trusty/main Translation-en
Atteint http://extras.ubuntu.com trusty/main amd64 Packages
Réception de : 5 http://archive.canonical.com trusty/partner Translation-en [4 588 B]
Atteint http://ppa.launchpad.net trusty Release.gpg
Atteint http://extras.ubuntu.com trusty/main i386 Packages
Atteint http://fr.archive.ubuntu.com trusty-updates InRelease
Atteint http://ppa.launchpad.net trusty/main amd64 Packages
Atteint http://security.ubuntu.com trusty-security/restricted Sources
Atteint http://ppa.launchpad.net trusty/main i386 Packages
Atteint http://fr.archive.ubuntu.com trusty-backports InRelease
Atteint http://ppa.launchpad.net trusty/main Translation-en
Atteint http://security.ubuntu.com trusty-security/universe Sources
Atteint http://ppa.launchpad.net trusty Release
Atteint http://fr.archive.ubuntu.com trusty Release.gpg
Atteint http://ppa.launchpad.net trusty/main amd64 Packages
Atteint http://security.ubuntu.com trusty-security/multiverse Sources
Atteint http://ppa.launchpad.net trusty/main i386 Packages
Atteint http://fr.archive.ubuntu.com trusty-updates/main Sources
Atteint http://ppa.launchpad.net trusty/main Translation-en
Atteint http://security.ubuntu.com trusty-security/main amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty-updates/restricted Sources
Atteint http://fr.archive.ubuntu.com trusty-updates/universe Sources
Ign http://extras.ubuntu.com trusty/main Translation-fr_FR
Ign http://extras.ubuntu.com trusty/main Translation-fr
Atteint http://fr.archive.ubuntu.com trusty-updates/multiverse Sources
Ign http://extras.ubuntu.com trusty/main Translation-en
Atteint http://fr.archive.ubuntu.com trusty-updates/main amd64 Packages
Atteint http://security.ubuntu.com trusty-security/restricted amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty-updates/restricted amd64 Packages
Atteint http://security.ubuntu.com trusty-security/universe amd64 Packages
Atteint http://security.ubuntu.com trusty-security/multiverse amd64 Packages
Atteint http://security.ubuntu.com trusty-security/main i386 Packages
Atteint http://fr.archive.ubuntu.com trusty-updates/universe amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty-updates/multiverse amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty-updates/main i386 Packages
Atteint http://security.ubuntu.com trusty-security/restricted i386 Packages
Atteint http://fr.archive.ubuntu.com trusty-updates/restricted i386 Packages
Atteint http://security.ubuntu.com trusty-security/universe i386 Packages
Atteint http://fr.archive.ubuntu.com trusty-updates/universe i386 Packages
Atteint http://security.ubuntu.com trusty-security/multiverse i386 Packages
Atteint http://fr.archive.ubuntu.com trusty-updates/multiverse i386 Packages
Atteint http://security.ubuntu.com trusty-security/main Translation-en
Atteint http://fr.archive.ubuntu.com trusty-updates/main Translation-en
Atteint http://security.ubuntu.com trusty-security/multiverse Translation-en
Atteint http://fr.archive.ubuntu.com trusty-updates/multiverse Translation-en
Atteint http://security.ubuntu.com trusty-security/restricted Translation-en
Atteint http://security.ubuntu.com trusty-security/universe Translation-en
Atteint http://fr.archive.ubuntu.com trusty-updates/restricted Translation-en
Atteint http://fr.archive.ubuntu.com trusty-updates/universe Translation-en
Atteint http://fr.archive.ubuntu.com trusty-backports/main Sources
Atteint http://fr.archive.ubuntu.com trusty-backports/restricted Sources
Atteint http://fr.archive.ubuntu.com trusty-backports/universe Sources
Atteint http://fr.archive.ubuntu.com trusty-backports/multiverse Sources
Atteint http://fr.archive.ubuntu.com trusty-backports/main amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty-backports/restricted amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty-backports/universe amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty-backports/main i386 Packages
Atteint http://fr.archive.ubuntu.com trusty-backports/restricted i386 Packages
Atteint http://fr.archive.ubuntu.com trusty-backports/universe 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 Release
Atteint http://fr.archive.ubuntu.com trusty/main Sources
Atteint http://fr.archive.ubuntu.com trusty/restricted Sources
Atteint http://fr.archive.ubuntu.com trusty/universe Sources
Atteint http://fr.archive.ubuntu.com trusty/multiverse Sources
Atteint http://fr.archive.ubuntu.com trusty/main amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty/restricted amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty/universe amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty/multiverse amd64 Packages
Atteint http://fr.archive.ubuntu.com trusty/main i386 Packages
Atteint http://fr.archive.ubuntu.com trusty/restricted i386 Packages
Atteint http://fr.archive.ubuntu.com trusty/universe 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
26,8 ko réceptionnés en 10s (2 439 o/s)
Lecture des listes de paquets... Fait
Donc ?...
Modération : merci à l'avenir d'utiliser les balises code (explications ici).
Dernière modification par cqfd93 (Le 07/12/2015, à 18:12)
Hors ligne
#10 Le 07/12/2015, à 14:24
- nany
Re : ligne 59 malformée (RESOLU)
C’est tout bon, la logithèque devrait pouvoir s’ouvrir correctement, maintenant.
Si tel est le cas, tu peux éditer le premier message de cette discussion pour ajouter [RÉSOLU] au début du titre.
Hors ligne
#11 Le 07/12/2015, à 14:34
- piedsdeplume
Re : ligne 59 malformée (RESOLU)
Je suis désolé : la logithèque ne s'ouvre toujours pas...
Hors ligne
#12 Le 07/12/2015, à 14:53
- nany
Re : ligne 59 malformée (RESOLU)
Arf !
Le problème semble donc un peu plus sérieux.
On va alors tenter de lancer la logithèque par le terminal afin de voir s’il y a des messages d’erreurs intéressants.
Donne le retour de cette commande :
software-center
Cette fois-ci, tache d’utiliser les balises [code] en relisant le message dont j’ai donné le lien.
Ou, si une image te paraît plus explicite :
Hors ligne
#13 Le 07/12/2015, à 15:03
- piedsdeplume
Re : ligne 59 malformée (RESOLU)
pierre@pierre-CR61-2M-CX61-2OC-CX61-2OD:~$ software-center
2015-12-07 13:58:32,379 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 'None'
2015-12-07 13:58:32,526 - softwarecenter.ui.gtk3.app - INFO - building local database
2015-12-07 13:58:32,526 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
2015-12-07 13:58:33,076 - softwarecenter.db.update - WARNING - Problem creating rebuild path '/var/cache/software-center/xapian_rb'.
2015-12-07 13:58:33,076 - softwarecenter.db.update - WARNING - Please check you have the relevant permissions.
2015-12-07 13:58:33,459 - softwarecenter.backend.reviews - WARNING - Could not get usefulness from server, no username in config file
2015-12-07 13:58:33,460 - softwarecenter.plugin - INFO - activating plugin '<module 'webapps_activation' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc'>'
2015-12-07 13:58:33,522 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
2015-12-07 13:58:33,864 - softwarecenter.backend.reviews - WARNING - error creating bsddb: '(22, 'Argument invalide -- BDB0054 illegal flag combination specified to DB_ENV->open')' (corrupted?)
2015-12-07 13:58:33,865 - softwarecenter.backend.reviews - ERROR - trying to repair DB failed
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/backend/reviews/__init__.py", line 358, in _save_review_stats_cache_blocking
self._dump_bsddbm_for_unity(outfile, outdir)
File "/usr/share/software-center/softwarecenter/backend/reviews/__init__.py", line 377, in _dump_bsddbm_for_unity
0600)
DBInvalidArgError: (22, 'Argument invalide -- BDB0054 illegal flag combination specified to DB_ENV->open')
/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py:535: Warning: Source ID 68 was not found when attempting to remove it
return super(MainContext, self).iteration(may_block)
Traceback (most recent call last):
File "/usr/bin/software-center", line 183, in <module>
app.run(args)
File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 1378, in run
self.show_available_packages(args)
File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 1316, in show_available_packages
self.view_manager.set_active_view(ViewPages.AVAILABLE)
File "/usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py", line 150, in set_active_view
view_widget.init_view()
File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py", line 193, in init_view
SoftwarePane.init_view(self)
File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/softwarepane.py", line 138, in init_view
self.icons, self.show_ratings)
File "/usr/share/software-center/softwarecenter/ui/gtk3/views/appview.py", line 71, in __init__
self.helper = AppPropertiesHelper(db, cache, icons)
File "/usr/share/software-center/softwarecenter/ui/gtk3/models/appstore2.py", line 112, in __init__
self.all_categories = cat_parser.parse_applications_menu()
File "/usr/share/software-center/softwarecenter/db/categories.py", line 277, in parse_applications_menu
category = self._parse_menu_tag(child)
File "/usr/share/software-center/softwarecenter/db/categories.py", line 473, in _parse_menu_tag
query = self._parse_include_tag(element)
File "/usr/share/software-center/softwarecenter/db/categories.py", line 431, in _parse_include_tag
xapian.Query.OP_AND)
File "/usr/share/software-center/softwarecenter/db/categories.py", line 368, in _parse_and_or_not_tag
operator_elem, xapian.Query(), xapian.Query.OP_OR)
File "/usr/share/software-center/softwarecenter/db/categories.py", line 414, in _parse_and_or_not_tag
q = self.db.xapian_parser.parse_query(s,
File "/usr/share/software-center/softwarecenter/db/database.py", line 185, in xapian_parser
xapian_parser = self._get_new_xapian_parser()
File "/usr/share/software-center/softwarecenter/db/database.py", line 211, in _get_new_xapian_parser
xapian_parser.set_database(self.xapiandb)
File "/usr/share/software-center/softwarecenter/db/database.py", line 177, in xapiandb
self._db_per_thread[thread_name] = self._get_new_xapiandb()
File "/usr/share/software-center/softwarecenter/db/database.py", line 190, in _get_new_xapiandb
xapiandb = xapian.Database(self._db_pathname)
File "/usr/lib/python2.7/dist-packages/xapian/__init__.py", line 3667, in __init__
_xapian.Database_swiginit(self,_xapian.new_Database(*args))
xapian.DatabaseOpeningError: Couldn't detect type of database
pierre@pierre-CR61-2M-CX61-2OC-CX61-2OD:~$
(et en plus je comprends rien à cette histoire de code (pardon de n'avoir qu'un seul neurone... )
Hors ligne
#14 Le 07/12/2015, à 15:22
- nany
Re : ligne 59 malformée (RESOLU)
Ne t’inquiète pas pour ton neurone, il va tenir le choc.
Il y a un problème avec la base de données. Essayons une réinstallation de la logithèque pour voir si ça va remettre tout ça d’aplomb.
Passe cette commande :
sudo apt-get install --reinstall -y --force-yes software-center
Puis redonne le retour de :
software-center
Hors ligne
#15 Le 07/12/2015, à 15:38
- piedsdeplume
Re : ligne 59 malformée (RESOLU)
pierre@pierre-CR61-2M-CX61-2OC-CX61-2OD:~$ software-center
2015-12-07 14:33:25,205 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 'None'
2015-12-07 14:33:26,135 - softwarecenter.backend.reviews - WARNING - Could not get usefulness from server, no username in config file
2015-12-07 14:33:26,137 - softwarecenter.plugin - INFO - activating plugin '<module 'webapps_activation' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc'>'
2015-12-07 14:33:26,207 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
2015-12-07 14:33:26,541 - softwarecenter.backend.reviews - WARNING - error creating bsddb: '(22, 'Argument invalide -- BDB0054 illegal flag combination specified to DB_ENV->open')' (corrupted?)
2015-12-07 14:33:26,541 - softwarecenter.backend.reviews - ERROR - trying to repair DB failed
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/backend/reviews/__init__.py", line 358, in _save_review_stats_cache_blocking
self._dump_bsddbm_for_unity(outfile, outdir)
File "/usr/share/software-center/softwarecenter/backend/reviews/__init__.py", line 377, in _dump_bsddbm_for_unity
0600)
DBInvalidArgError: (22, 'Argument invalide -- BDB0054 illegal flag combination specified to DB_ENV->open')
/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py:535: Warning: Source ID 74 was not found when attempting to remove it
return super(MainContext, self).iteration(may_block)
[PIPELIGHT:LIN:unknown] attached to process.
[PIPELIGHT:LIN:unknown] checking environment variable PIPELIGHT_FLASH_CONFIG.
[PIPELIGHT:LIN:unknown] searching for config file pipelight-flash.
[PIPELIGHT:LIN:unknown] trying to load config file from '/home/pierre/.config/pipelight-flash'.
[PIPELIGHT:LIN:unknown] trying to load config file from '/etc/pipelight-flash'.
[PIPELIGHT:LIN:unknown] trying to load config file from '/usr/share/pipelight/configs/pipelight-flash'.
[PIPELIGHT:LIN:unknown] sandbox not found or not installed!
[PIPELIGHT:LIN:flash] using wine prefix directory /home/pierre/.wine-pipelight.
[PIPELIGHT:LIN:flash] checking plugin installation - this might take some time.
[install-dependency] wine-flash-installer is already installed in '/home/pierre/.wine-pipelight'.
[PIPELIGHT:WIN:flash] Read dllPath 'C:\windows\system32\Macromed\Flash' and dllName 'NPSWF32_19_0_0_245.dll' from registry
[PIPELIGHT:WIN:flash] embedded mode is on.
[PIPELIGHT:WIN:flash] windowless mode is off.
[PIPELIGHT:WIN:flash] linux windowless mode is off.
[PIPELIGHT:WIN:flash] force SetWindow is off.
[PIPELIGHT:WIN:flash] window class hook is on.
[PIPELIGHT:WIN:flash] strict draw ordering is off.
[PIPELIGHT:WIN:flash] replaced API function CreateWindowExA.
[PIPELIGHT:WIN:flash] replaced API function CreateWindowExW.
[PIPELIGHT:WIN:flash] replaced API function TrackPopupMenuEx.
[PIPELIGHT:WIN:flash] replaced API function TrackPopupMenu.
Vector smash protection is enabled.
[PIPELIGHT:WIN:flash] init successful!
[PIPELIGHT:LIN:flash] using thread asynccall event handling.
[PIPELIGHT:LIN:unknown] attached to process.
[PIPELIGHT:LIN:unknown] checking environment variable PIPELIGHT_SILVERLIGHT5_1_CONFIG.
[PIPELIGHT:LIN:unknown] searching for config file pipelight-silverlight5.1.
[PIPELIGHT:LIN:unknown] trying to load config file from '/home/pierre/.config/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] trying to load config file from '/etc/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] trying to load config file from '/usr/share/pipelight/configs/pipelight-silverlight5.1'.
[PIPELIGHT:LIN:unknown] sandbox not found or not installed!
[PIPELIGHT:LIN:silverlight5.1] using wine prefix directory /home/pierre/.wine-pipelight.
[PIPELIGHT:LIN:silverlight5.1] checking plugin installation - this might take some time.
[install-dependency] wine-silverlight5.1-installer is already installed in '/home/pierre/.wine-pipelight'.
[install-dependency] wine-mpg2splt-installer is already installed in '/home/pierre/.wine-pipelight'.
[PIPELIGHT:WIN:silverlight5.1] embedded mode is on.
[PIPELIGHT:WIN:silverlight5.1] windowless mode is off.
[PIPELIGHT:WIN:silverlight5.1] linux windowless mode is off.
[PIPELIGHT:WIN:silverlight5.1] force SetWindow is off.
[PIPELIGHT:WIN:silverlight5.1] window class hook is on.
[PIPELIGHT:WIN:silverlight5.1] strict draw ordering is off.
[PIPELIGHT:WIN:silverlight5.1] replaced API function CreateWindowExA.
[PIPELIGHT:WIN:silverlight5.1] replaced API function CreateWindowExW.
[PIPELIGHT:WIN:silverlight5.1] replaced API function TrackPopupMenuEx.
[PIPELIGHT:WIN:silverlight5.1] replaced API function TrackPopupMenu.
fixme:advapi:RegisterTraceGuidsW (0x7021a7, 0x7a0120, {aa087e0e-0b35-4e28-8f3a-440c3f51eef1}, 1, 0x68f638, (null), (null), 0x7a0120): stub
fixme:advapi:RegisterTraceGuidsW register trace class {aa087e0e-0b35-4e28-8f3a-440c3f51eef1}
[PIPELIGHT:WIN:silverlight5.1] init successful!
[PIPELIGHT:WIN:silverlight5.1] OpenGL Vendor: Intel Open Source Technology Center
[PIPELIGHT:WIN:silverlight5.1] OpenGL Renderer: Mesa DRI Intel(R) Haswell Mobile x86/MMX/SSE2
[PIPELIGHT:WIN:silverlight5.1] Your GPU is in the whitelist, hardware acceleration should work.
[PIPELIGHT:LIN:silverlight5.1] using thread asynccall event handling.
2015-12-07 14:33:30,280 - softwarecenter.ui.gtk3.views.lobbyview - WARNING - skipping exhibit for: 'u'leadwerks\r\nleadwerks-indie'' not available
/usr/bin/software-center:184: Warning: Source ID 154 was not found when attempting to remove it
Gtk.main()
/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py:535: Warning: Source ID 20 was not found when attempting to remove it
return super(MainContext, self).iteration(may_block)
fixme:advapi:UnregisterTraceGuids deadbeef: stub
pierre@pierre-CR61-2M-CX61-2OC-CX61-2OD:~$
Ok je crois que c'est bon !!!! Merci beaucoup ...
Je voudrais installer Skype "proprement" sans faire de dégats sur ma version 14.04 c'est possible ???
Hors ligne
#16 Le 07/12/2015, à 15:47
- nany
Re : ligne 59 malformée (RESOLU)
Oui, tu peux installer Skype par la logithèque maintenant que celle-ci est à nouveau fonctionnelle.
Tu peux maintenant passer le sujet en résolu comme je l’ai indiqué au message #10.
Hors ligne
#17 Le 07/12/2015, à 17:59
- piedsdeplume
Re : ligne 59 malformée (RESOLU)
Merci Nany
Et en plus vous êtes charmante... :cool::cool:
Hors ligne