Your message dated Wed, 20 Jan 2016 15:57:25 +0100
with message-id <[email protected]>
and subject line Re: [Pkg-utopia-maintainers] Bug#727057: network-manager:
Fails to install if netdev group already exists
has caused the Debian Bug report #727057,
regarding network-manager: Fails to install if netdev group already exists
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.)
--
727057: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727057
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: network-manager
Version: 0.9.8.0-5
Severity: normal
Dear Maintainer,
While upgrade my Sid box, network-manager failed to install cause the postinst
exited as the netdev group already exists, causing the addgroup command
to fail.
The addgroup should probably use a construct similar to this:
if ! getent group netdev >/dev/null
then
addgroup --quiet --system netdev
fi
Cheers!
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.10.13-vs2.3.6.6-beng (SMP w/8 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=POSIX (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages network-manager depends on:
ii adduser 3.113+nmu3
ii dbus 1.6.16-1
ii isc-dhcp-client 4.2.4-7
ii libc6 2.17-93
ii libdbus-1-3 1.6.16-1
ii libdbus-glib-1-2 0.100.2-1
ii libgcrypt11 1.5.3-2
ii libglib2.0-0 2.36.4-1
ii libgnutls26 2.12.23-8
ii libgudev-1.0-0 204-5
ii libnl-3-200 3.2.21-1
ii libnl-genl-3-200 3.2.21-1
ii libnl-route-3-200 3.2.21-1
ii libnm-glib4 0.9.8.0-5
ii libnm-util2 0.9.8.0-5
ii libpolkit-gobject-1-0 0.105-4
ii libuuid1 2.20.1-5.5
ii lsb-base 4.1+Debian12
ii udev 204-5
ii wpasupplicant 1.0-3+b2
Versions of packages network-manager recommends:
ii crda 1.1.2-1
ii dnsmasq-base 2.66-4
ii iptables 1.4.20-2
ii modemmanager 0.5.2.0-2
ii policykit-1 0.105-4
ii ppp 2.4.5-5.2
Versions of packages network-manager suggests:
pn avahi-autoipd <none>
-- Configuration Files:
/etc/polkit-1/localauthority/10-vendor.d/org.freedesktop.NetworkManager.pkla
[Errno 13] Permission denied:
u'/etc/polkit-1/localauthority/10-vendor.d/org.freedesktop.NetworkManager.pkla'
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi
On Tue, 22 Oct 2013 00:34:12 +0200 Michael Biebl <[email protected]> wrote:
> Am 22.10.2013 00:24, schrieb Andrew Ruthven:
> > On Tue, 2013-10-22 at 00:05 +0200, Michael Biebl wrote:
> >> This getent check is not necessary:
> >> # addgroup --system netdev
> >> addgroup: The group `netdev' already exists as a system group. Exiting.
> >> # echo $?
> >> 0
> >>
> >> If addgroup fails for you, please file a bug against adduser.
> >
> > Sadly if the group is not a system group, then it exits with return code
> > 1 and a warning that the GID isn't in the system group range.
> >
> > This may be an edge case, but it certainly stopped network-manager from
> > upgrading.
>
> The network-manager package never created a non-system group for netdev.
> So I assume you once created that manually/yourself?
>
> Erring out at this case is probably the right thing to do so you can fix
> up this situation.
I think there is nothing to fix on the network-manager side, but this
was just a local misconfiguration, where the netdev group was
incorrectly created as non-system group.
I'm therefor closing the bug report.
Regards,
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 ---
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-utopia-maintainers