Server not starting - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server not starting (
/showthread.php?tid=508819)
Server not starting -
Bondage - 24.04.2014
Hey!
I just bought a VPS and done everything but when i go for a START it shows this error on console
Quote:
root@nrg-server:~/NRGServer# nohup: ignoring input and appending output to `nohup.out'
nohup: failed to run command `./samp03svr': Permission denied
|
Why this happening? How to get this crap out of it?
Re: Server not starting -
Sithis - 24.04.2014
You need to chmod your samp executable with +x (aka. make it executable).
A tutorial here:
http://www.linux.org/threads/file-pe...ns-chmod.4094/
Good luck!
EDIT: Don't run your server as root. It poses a serious security risk. Give your personal account +x instead of root.