Paul Gress wrote: > John Weekley wrote: >> Has anyone else experienced this? >> [ Apr 21 10:11:43 Executing start method >> ("/lib/svc/method/svc-network-discovery start snmp"). ] >> /usr/bin/dbus-send --system --print-reply --dest=org.freedesktop.Hal >> --type=method_call /org/freedesktop/Hal/devices/network_attached >> org.freedesktop.Hal.Device.NetworkDiscovery.EnablePrinterScanningViaSNMP >> int32:60 string:public string:0.0.0.0 >> Error org.freedesktop.DBus.Error.AccessDenied: Rejected send message, >> 1 matched rules; type="method_call", sender=":1.18" (uid=0 pid=2608 >> comm=") interface="org.freedesktop.Hal.Device.NetworkDiscovery" >> member="EnablePrinterScanningViaSNMP" error name="(unset)" >> requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=430 >> comm=")) >> >> >> > Yes I've experienced this, and still experience this. I have posted > in several forums (including this forum and x-windows and printing) > and never got a single response. It seems the dbus experts don't > monitor these forums. For me, dbus is running no problems so I don't > understand what to fix. > > Paul Try this, Paul
Edit /etc/*dbus*-1/system.conf commenting out : <!-- <deny send_type="method_call"/> --> and adding : <allow send_requested_reply="true" send_type="method_call"/> under <allow send_requested_reply="true" send_type="error"/> then restart the dbus and the printer discovery service. John