Summary: | net-misc/networkmanager-openvpn-1.0.6 breaks openvpn connection: 'User 'nm-openvpn' not found, check NM_OPENVPN_USER.'. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Markos Chandras (RETIRED) <hwoarang> |
Component: | [OLD] Unspecified | Assignee: | Steev Klimaszewski (RETIRED) <steev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gnome, poncho |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Markos Chandras (RETIRED)
![]() Solution posted on archlinux works fine groupadd -r nm-openvpn useradd -r -g nm-openvpn -d / -s /sbin/nologin -c "Default user for running openvpn spawned by NetworkManager" nm-openvpn Well, i guess that's a bug in the networkmanager-openvpn package instead of networkmanager itself. Does running in ebuild: enewgroup nm-openvpn enewuser -1 nm-openvpn nm-openvpn or do we need to use other options for the helpers? (if you find the invocations that work for you, feel dree to go ahead and commit with a new revision) Thanks by the looks of the eclass, seems like: enewuser nm-openvpn -1 -1 -1 nm-openvpn would probably work |