Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#12125 - networkmanager-0.7.0rc2-1 dbus issues
Attached to Project:
Arch Linux
Opened by Shem Valentine (xvalentinex) - Saturday, 15 November 2008, 01:55 GMT
Last edited by Allan McRae (Allan) - Thursday, 04 December 2008, 11:33 GMT
Opened by Shem Valentine (xvalentinex) - Saturday, 15 November 2008, 01:55 GMT
Last edited by Allan McRae (Allan) - Thursday, 04 December 2008, 11:33 GMT
|
DetailsDescription: There seems to be a permission issue with networkmanager from testing. At first trying nm-tool as root would give me similar errors as below. Restarting the service didn't seem to be working either. Sending sig HUP to the process /usr/bin/dbus-daemon --system resolved the issue for root. However, I am still getting the error below as my normal user. I'm not very good with dbus permissions and such, so I apologize if this is just a user error.
Additional info: Error running nm-tool as user: ** (process:6956): WARNING **: _nm_object_get_property: Error getting 'WirelessHardwareEnabled' for /org/freedesktop/NetworkManager: A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.DBus.Properties" member "Get" error name "(unset)" destination "org.freedesktop.NetworkManager") ** (process:6956): WARNING **: _nm_object_get_property: Error getting 'State' for /org/freedesktop/NetworkManager: A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.DBus.Properties" member "Get" error name "(unset)" destination "org.freedesktop.NetworkManager") NetworkManager Tool ** (process:6956): WARNING **: _nm_object_get_property: Error getting 'State' for /org/freedesktop/NetworkManager: A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.DBus.Properties" member "Get" error name "(unset)" destination "org.freedesktop.NetworkManager") State: unknown NetworkManager appears not to be running (could not get its state). Steps to reproduce: Update to networkmanager-0.7.0rc2-1 from testing. Send HUP signal to dbus-daemon process Restart networkmanager daemon Run nm-tool as normal user. |
This task depends upon
Closed by Allan McRae (Allan)
Thursday, 04 December 2008, 11:33 GMT
Reason for closing: Works for me
Thursday, 04 December 2008, 11:33 GMT
Reason for closing: Works for me
Reloading dbus can be done with /etc/rc.d/dbus reload, no need to HUP anything. After dbus has reloaded the new configuration, root should always have access to networkmanager, at least it has here.