Re: netmanager problems with ubuntu 8.04



Dan Williams wrote:
Looks like there might be Debian-style D-Bus permission issues with the
nm-dhcp.action callout's dbus config files disallowing it from sending
NetworkManager the returned DHCP configuration.

What's the contents of your /etc/dbus-1/system.d/nm-dhcp-client.conf
file?

<!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="org.freedesktop.nm_dhcp_client"/>
		<allow send_interface="org.freedesktop.nm_dhcp_client"/>
        </policy>
        <policy context="default">
                <deny own="org.freedesktop.nm_dhcp_client"/>
		<deny send_interface="org.freedesktop.nm_dhcp_client"/>
        </policy>
</busconfig>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]