On Mon, 2008-05-19 at 19:05 -0400, Eric S. Johansson wrote: > 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>
Yeah, I don't think that's good enough; see Darren's instructions on how to fix that. dan _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
