Your message dated Sun, 21 Aug 2011 15:34:20 +0200
with message-id <[email protected]>
and subject line Re: [Pkg-utopia-maintainers] Bug#638723: network-manager: uses
group "netdev" in D-Bus policy files, but does not create the group
has caused the Debian Bug report #638723,
regarding network-manager: uses group "netdev" in D-Bus policy files, but does
not create the group
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
638723: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638723
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: network-manager
Version: 0.8.4.0-2
Severity: normal
On a brand new system installed using debootstrap, the following error
occurs during installation of NetworkManager:
Setting up dbus (1.4.14-1) ...
Starting system message bus: dbusUnknown group "netdev" in message bus
configuration file
..
These are the offending files:
root@mimosa:/etc# git grep netdev -- dbus-1
dbus-1/system.d/NetworkManager.conf: <policy group="netdev">
dbus-1/system.d/wpa_supplicant.conf: <policy group="netdev">
root@mimosa:/etc#
I'm not quite sure who should create the group (maybe both wpasupplicant
and network-manager), so I'm filing this against network-manager (only).
Feel free to reassign or duplicate the bug.
-- System Information:
Debian Release: 6.0.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Am 21.08.2011 15:02, schrieb Sascha Silbe:
> Package: network-manager
> Version: 0.8.4.0-2
> Severity: normal
>
>
> On a brand new system installed using debootstrap, the following error
> occurs during installation of NetworkManager:
>
> Setting up dbus (1.4.14-1) ...
> Starting system message bus: dbusUnknown group "netdev" in message bus
> configuration file
> ..
>
> These are the offending files:
>
> root@mimosa:/etc# git grep netdev -- dbus-1
> dbus-1/system.d/NetworkManager.conf: <policy group="netdev">
> dbus-1/system.d/wpa_supplicant.conf: <policy group="netdev">
> root@mimosa:/etc#
>
>
> I'm not quite sure who should create the group (maybe both wpasupplicant
> and network-manager), so I'm filing this against network-manager (only).
> Feel free to reassign or duplicate the bug.
network-manager postinst contains:
if ! getent group netdev > /dev/null; then
addgroup --quiet --system netdev
fi
I'm assuming you deleted the group manually. I don't see a bug in
network-manager, thus closing.
Cheers,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---