[Bug 715707] Re: Error:dbus.proxies:Introspect error

Ovidiu Geaboc ovidiurg at gmail.com
Wed Feb 4 15:00:43 UTC 2015


Hello from 2015! Since this bug is still open I thought it might help if
I post how I resolved the error on my Ubuntu 12.04 LTS headless server:

apt-get  install python-gobject policykit-1

Edit XML configuration file /etc/dbus-1/system.d/com.ubuntu.ComputerJanitor.conf 
and add following line as a child of the <policy context="default"> element: <allow send_destination="com.ubuntu.ComputerJanitor"/>

It should look like this
<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
        <policy user="root">
                <allow own="com.ubuntu.ComputerJanitor"/>
        </policy>

        <policy context="default">
                <allow send_interface="com.ubuntu.ComputerJanitor"/>
                <allow receive_interface="com.ubuntu.ComputerJanitor"
                       receive_sender="com.ubuntu.ComputerJanitor"/>
                <allow send_destination="com.ubuntu.ComputerJanitor"/>
        </policy>

</busconfig>

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to computer-janitor in Ubuntu.
https://bugs.launchpad.net/bugs/715707

Title:
  Error:dbus.proxies:Introspect error

Status in computer-janitor package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: computer-janitor

  system: Ubuntu 10.10 Maverick installed from minimal CD

  all dependencies OK

  error:
  cybero at oscamsrv:~$ computer-janitor find
  ERROR:dbus.proxies:Introspect error on :1.5:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.11" (uid=1000 pid=7234 comm="/usr/bin/python) interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply=0 destination=":1.5" (uid=0 pid=869 comm="/usr/bin/python))
  removable  deb:webmin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/computer-janitor/+bug/715707/+subscriptions



More information about the foundations-bugs mailing list