OpenVPN useradd error

Posted by zfz on Super User See other posts from Super User or by zfz
Published on 2012-11-07T10:50:14Z Indexed on 2012/11/07 11:07 UTC
Read the original article Hit count: 229

Filed under:
|
|

I tried to install an OpenVPN access server in Centos 6 on a linode VPS.

The installation error occours when adding the user "openvpn". However, the installation is okay for my ubuntu 11.10 distro in another VPS.

The error message is

"useradd: canot open /etc/passwd"

The detail of My "/etc/passwd" file:

"-rw-r--r-- 1 root root 1194 Oct  9 00:33 /etc/passwd"

So how can I add the user "openvpn" to setup the VPN service?

Thanks.

© Super User or respective owner

OpenVPN useradd error

Posted by zfz on Server Fault See other posts from Server Fault or by zfz
Published on 2012-11-07T10:53:24Z Indexed on 2012/11/07 11:06 UTC
Read the original article Hit count: 229

Filed under:
|
|

I tried to install an OpenVPN access server in Centos 6 on a linode VPS.

The installation is okay for my ubuntu 11.10 distro in another VPS. The installation error occours when adding the user "openvpn" in Centos.

The error message is

"useradd: canot open /etc/passwd"

The detail of My "/etc/passwd" file:

"-rw-r--r-- 1 root root 1194 Oct  9 00:33 /etc/passwd"

I am not quite familiar with Centos, so how can I add the user "openvpn" in order to setup the VPN service?

Thanks.

© Server Fault or respective owner

Related posts about vpn

Related posts about centos