1 votes

software-properties-gtk ne s'ouvre pas

J'ai suivi toutes les questions sur cet article mais aucune ne m'a donné de solution. Quelqu'un peut-il m'aider ?

Ubuntu 19.04 sortie de software-properties-gtk :

wim@PC-kamer:~$ software-properties-gtk
ERROR:dbus.proxies:Introspect error on :1.209:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Traceback (most recent call last):

 File "/usr/bin/software-properties-gtk", line 100, in <module>
    app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)

File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 172, in __init__
    self.backend.Reload();

 File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)

 File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
    **keywords)

File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
and tried 
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.209 was not provided by any .service files

0voto

Wim1948 Points 11

Dans la partie inférieure de la sortie de wim@PC-kamer:~$ software-properties-gtk il y a une erreur : dbus.exceptions.DBusException : org.freedesktop.DBus.Error.ServiceUnknown : The name :1.209 was not provided by any .service files

Est-il possible de réinstaller en toute sécurité : dBus dBus-user-session dbus-x11 Python-dbus python3-dBus python3-dBus.mainloop.qt ubuntu-system-service

quelqu'un ?

0voto

Baa Points 1873

Ce problème est dû à des paquets Python manquants ou défectueux.

Tout d'abord, vérifiez quels sont les paquets manquants, exécutez : sudo journalctl -u dbus -f JournalCTL est le programme de journalisation qui permet d'accéder aux journaux de Systemd, -u est l'unité pour laquelle vous souhaitez consulter les journaux, -f signifie "suivre", il restera ouvert et imprimera de nouveaux journaux jusqu'à ce que vous le fermiez.

Ouvrez un nouveau terminal et essayez d'exécuter software-properties-gtk votre premier terminal recevra l'erreur Python vous indiquant les paquets manquants :

Sep 18 00:33:42 Tiles-PC dbus-daemon[3736]: [system] Activating service name='com.ubuntu.SoftwareProperties' requested by ':1.1926' (uid=1000 pid=408791 comm="/usr/bin/python3 /usr/bin/software-properties-gtk " label="unconfined") (using servicehelper)
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]: Unable to init server: Could not connect: Connection refused
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]: Unable to init server: Could not connect: Connection refused
Sep 18 00:33:42 Tiles-PC dbus-daemon[3736]: [system] Successfully activated service 'com.ubuntu.SoftwareProperties'
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]: Traceback (most recent call last):
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:   File "/usr/lib/software-properties/software-properties-dbus", line 68, in <module>
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:     server = SoftwarePropertiesDBus(bus, datadir=datadir)
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:   File "/lib/python3/dist-packages/softwareproperties/dbus/SoftwarePropertiesDBus.py", line 66, in __init__
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:     self._livepatch_service = LivepatchService()
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:   File "/lib/python3/dist-packages/softwareproperties/LivepatchService.py", line 93, in __init__
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:     self._session = requests_unixsocket.Session()
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]: NameError: name 'requests_unixsocket' is not defined
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]: Error in sys.excepthook:
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]: Traceback (most recent call last):
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:   File "/lib/python3/dist-packages/apport_python_hook.py", line 72, in apport_excepthook
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:     from apport.fileutils import likely_packaged, get_recent_crashes
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:   File "/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:     from apport.report import Report
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:   File "/lib/python3/dist-packages/apport/report.py", line 32, in <module>
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:     import apport.fileutils
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:   File "/lib/python3/dist-packages/apport/fileutils.py", line 12, in <module>
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:     import os, glob, subprocess, os.path, time, pwd, sys, requests_unixsocket
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:   File "/lib/python3/dist-packages/requests_unixsocket/__init__.py", line 1, in <module>
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:     import requests
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]: ModuleNotFoundError: No module named 'requests'
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]: Original exception was:
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]: Traceback (most recent call last):
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:   File "/usr/lib/software-properties/software-properties-dbus", line 68, in <module>
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:     server = SoftwarePropertiesDBus(bus, datadir=datadir)
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:   File "/lib/python3/dist-packages/softwareproperties/dbus/SoftwarePropertiesDBus.py", line 66, in __init__
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:     self._livepatch_service = LivepatchService()
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:   File "/lib/python3/dist-packages/softwareproperties/LivepatchService.py", line 93, in __init__
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]:     self._session = requests_unixsocket.Session()
Sep 18 00:33:42 Tiles-PC com.ubuntu.SoftwareProperties[408804]: NameError: name 'requests_unixsocket' is not defined

Vous recherchez le ModuleNotFoundError dans mon cas requests y requests_unixsocket sont manquantes ou cassées.

Réinstaller les paquets manquants ou cassés : sudo apt install python3-requests python3-requests-unixsocket --reinstall

Essayez de courir software-properties-gtk encore une fois. Il peut être nécessaire de répéter l'opération plusieurs fois si d'autres paquets sont cassés.

SistemesEz.com

SystemesEZ est une communauté de sysadmins où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.

Powered by:

X