Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156650 - net-misc/dhcdbd: unknown username "named" in config file
Summary: net-misc/dhcdbd: unknown username "named" in config file
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Luis Medinas (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-29 12:56 UTC by Christian Schlotter
Modified: 2007-01-15 01:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Schlotter 2006-11-29 12:56:50 UTC
Hi!

When starting up, D-Bus prints the following warning on console:
 * Starting D-BUS system messagebus ...
Unknown username "named" in message bus configuration file                [ ok ]

This is probably caused by an entry in /etc/dbus-1/system.d/dhcdbd.conf:

    <policy user="named">
            <allow send_interface="com.redhat.dhcp"/>
            <allow send_destination="com.redhat.dhcp"/>
    </policy>

I also noticed that the file /etc/dbus-1/system.d/dhcdbd.conf is installed as executable -- that should be fixed, too.

Best regards
Christian

Some links I found on the net:
http://forums.gentoo.org/viewtopic-t-497893.html
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205254
Comment 1 Steev Klimaszewski (RETIRED) gentoo-dev 2006-11-29 15:37:45 UTC
It is not a stray entry in the file.  Portage cannot handle dependencies in an overlay, and NetworkManager expects bind to be installed with a patch to add dbus support which hasn't been accepted upstream (as far as I know)
Comment 2 Christian Schlotter 2007-01-15 01:44:57 UTC
Thanks for the explanation, Steev.  I will close this bug as invalid.