Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error occurred while setting up VPN Server Using SoftEther #286

Closed
suyash95 opened this issue Jan 7, 2017 · 4 comments
Closed

error occurred while setting up VPN Server Using SoftEther #286

suyash95 opened this issue Jan 7, 2017 · 4 comments

Comments

@suyash95
Copy link

suyash95 commented Jan 7, 2017

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

@Siggemada
Copy link

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

@moatazelmasry2
Copy link
Member

You must start SoftEther as a root.

@ToroNZ
Copy link

ToroNZ commented Feb 5, 2019

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

@johnbendi
Copy link

johnbendi commented Feb 12, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants