Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 408141

Summary: network-manager-openconnect: dbus warning at boot for unknown username "nm-openconnect"
Product: Gentoo Linux Reporter: Berthold Humkamp <Timewulf>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Berthold Humkamp 2012-03-14 10:01:14 UTC
Lately, at every system boot I've seen this warning:

 * Starting D-BUS system messagebus ...
Unknown username "nm-openconnect" in message bus configuration file

My version of network-manager-openconnect is 0.9.2.0.

The error is solved with this solution:

# groupadd -r nm-openconnect
# useradd -r -s /sbin/nologin -d / -M -c 'NetworkManager user for OpenConnect' -g nm-openconnect nm-openconnect

source of information: https://bugs.archlinux.org/task/17777
or                     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567358
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-03-14 13:48:07 UTC
Fixed, thanks!

>*networkmanager-openconnect-0.9.2.0-r1 (14 Mar 2012)
>
>  14 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  +networkmanager-openconnect-0.9.2.0-r1.ebuild,
>  +files/networkmanager-openconnect-0.9.2.0-glib-2.31.patch:
>  Create nm-openconnect user (bug #408141, thanks to Berthold Humkamp). Fix
>  building with glib-2.31.