Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408141 - network-manager-openconnect: dbus warning at boot for unknown username "nm-openconnect"
Summary: network-manager-openconnect: dbus warning at boot for unknown username "nm-op...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-14 10:01 UTC by Berthold Humkamp
Modified: 2012-03-14 13:48 UTC (History)
0 users

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 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.