OpenVPN useradd error
- by zfz
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.