Aborted nohup ./samp03svr - 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: Aborted nohup ./samp03svr (
/showthread.php?tid=584240)
Aborted nohup ./samp03svr -
appleomax - 03.08.2015
I changed my server files through FTP and tried to start my server again, but I got this message:
I don't know why did this happen, because I was doing everything like in this tutorial:
https://sampforum.blast.hk/showthread.php?tid=327272 and it worked everytime, except now.
Re: Aborted nohup ./samp03svr -
SoFahim - 03.08.2015
Use sudo command .
Like sudo nohup ./samp03svr &
Re: Aborted nohup ./samp03svr -
Jake187 - 03.08.2015
Quote:
Originally Posted by SoFahim
Use sudo command .
Like sudo nohup ./samp03svr &
|
What you're suggesting is not recommended and actually highly advised not to do when it comes to running online services such as a SA-MP server. Hes already running it as root so it is not like it would change much either.
Now anyways please run ./samp03svr first no nohup or anything. I could only guess the server won't run fine and you will be given a error. If it runs fine click Ctrl + C to exit the server.
I also strongly suggest you stop using root to run the SAMP server.