Softethervpn: error occurred while setting up VPN Server Using SoftEther

Created on 7 Jan 2017  路  4Comments  路  Source: SoftEtherVPN/SoftEtherVPN

sudo chmod 755 /etc/init.d/vpnserver && /etc/init.d/vpnserver start
-- Alert: SoftEther VPN Kernel --
Fatal Error: The file "hamcore.se2" is missing or broken.
Please check hamcore.se2.

(First, reboot the computer. If this problem occurs again, please reinstall VPN software files.)
touch: cannot touch '/var/lock/subsys/vpnserver': Permission denied

I tried rebooting my system..still i get the same problem.
Help me out with this.

Thanks

Most helpful comment

You must start SoftEther as a root.

All 4 comments

I had the same problem. It麓s related to path.

I use it from /usr/vpnserver and added a WorkingDirectory = to the service module (systemd).

You must start SoftEther as a root.

For future travellers driving rhel7 or similar: Make sure 'hamcore.se2' has the same file permissions as the vpnserver binary.

sudo chown --reference=vpnserver hamcore.se2

For me I had this problem when attempting to run it from a symlink I created thus /usr/local/bin/(vpnmd/vpnclient) -> /usr/local/vpnclient/(vpncmd/vpnclient). The problem can be resolved by instead adding /usr/local/vpnclient/ to PATH or running ./(vpncmd/vpnclient) from the installation directory.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

halloamt picture halloamt  路  12Comments

takotakot picture takotakot  路  6Comments

connLAN picture connLAN  路  9Comments

AdroitAdorKhan picture AdroitAdorKhan  路  13Comments

ghost picture ghost  路  4Comments