Since quite some time (I don't actually know if it ever worked) the Magneto Update Notifier crashes directly after starting it.
When I start it in the console I find the following output after the crash:
ERROR:dbus.proxies:Introspect error on :1.135:/notifier: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 2 matched rules; type="method_call", sender=":1.134" (uid=1000 pid=1767 comm="/usr/bin/python2.7 /usr/lib/entropy/magneto/magnet") interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply=0 destination=":1.135" (uid=0 pid=1769 comm="/usr/bin/python2 -O /usr/libexec/entropy-updates-s"))
Traceback (most recent call last):
File "/usr/lib/entropy/magneto/magneto.py", line 90, in <module>
_startup()
File "/usr/lib/entropy/magneto/magneto.py", line 64, in _startup
magneto.startup()
File "/usr/lib/entropy/magneto/magneto/gtk/interfaces.py", line 103, in startup
self.__send_keepalive()
File "/usr/lib/entropy/magneto/magneto/gtk/interfaces.py", line 119, in __send_keepalive
self.send_keepalive()
File "/usr/lib/entropy/magneto/magneto/core/interfaces.py", line 294, in send_keepalive
iface.client_ping()
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 2 matched rules; type="method_call", sender=":1.134" (uid=1000 pid=1767 comm="/usr/bin/python2.7 /usr/lib/entropy/magneto/magnet") interface="org.entropy.Client" member="client_ping" error name="(unset)" requested_reply=0 destination=":1.135" (uid=0 pid=1769 comm="/usr/bin/python2 -O /usr/libexec/entropy-updates-s"))
Is this a well-known problem?
Thanks in advance!
Ben
EDIT: It works as root! I tried adding several groups (entropy) to my user, but magneto still fails to start!
