Bug 219764

Summary: Unknown group "netdev" in message bus configuration file
Product: [Fedora] Fedora Reporter: Ralf Corsepius <rc040203>
Component: avahiAssignee: Martin Bacovsky <mbacovsk>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-18 17:05:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ralf Corsepius 2006-12-15 09:02:35 UTC
Description of problem:

I am seeing this message during bootup:

Unknown group "netdev" in message bus configuration file


According to a debian bug report
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385495

this is caused by /etc/dbus-1/system.d/avahi-dbus.conf
mismatching with the system setup.


And indeed (according some hints in the Debian PR), adding a "netdev" group to
/etc/groups (groupadd -r netdev) really silences this warning.

Though I only know very little about avahi, letting the avahi rpm issue
groupadd -r netdev
inside of the rpm's %post section probably is an appropriate approach to resolve
this issue.


Version-Release number of selected component (if applicable):
avahi-0.6.15-1.fc6

Comment 1 Bastien Nocera 2006-12-18 17:05:50 UTC

*** This bug has been marked as a duplicate of 219218 ***