0

BUG:I had fatal error when I update service from [system-packages] menu.

soaper_coco 7 years ago 0

Ubuntu 16.04


org.freedesktop.DBus.Error.ServiceUnknown: The name :1.1 was not provided by any .service files

Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 158, in handle_message
self.ui.dispatch_event(update['uid'], update['event'], update['params'])
File "/usr/lib/pymodules/python2.7/ajenti/ui/__init__.py", line 72, in dispatch_event
self.root.dispatch_event(uid, event, params)
File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
if child.dispatch_event(uid, event, params):
File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 378, in dispatch_event
self.event(event, params)
File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 402, in event
getattr(self, 'on_%s' % self_event)(**(params or {}))
File "/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 381, in on_switch
child.broadcast('on_page_load')
File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 356, in broadcast
getattr(self, method)(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/ajenti/plugins/services/main.py", line 32, in on_page_load
self.refresh()
File "/usr/lib/pymodules/python2.7/ajenti/plugins/services/main.py", line 35, in refresh
self.services = sorted(self.mgr.get_all(), key=lambda x: x.name)
File "/usr/lib/pymodules/python2.7/ajenti/util.py", line 75, in wrapper
val = fx(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/ajenti/plugins/services/api.py", line 21, in get_all
r += mgr.get_all()
File "/usr/lib/pymodules/python2.7/ajenti/util.py", line 75, in wrapper
val = fx(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/ajenti/plugins/services/sm_systemd.py", line 58, in get_all
unit_files = self.interface.ListUnitFiles()
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.1 was not provided by any .service files
Submit this report to Github.