SA-MP Forums Archive
[?] Running Server Automatically when crashed - 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: [?] Running Server Automatically when crashed (/showthread.php?tid=156778)



[?] Running Server Automatically when crashed - BlueRey - 24.06.2010

Possible?
My OS: CentOS Linux 5.5

Thanks!


Re: [?] Running Server Automatically when crashed - TruServe - 24.06.2010

This may help: https://sampwiki.blast.hk/wiki/Linux_Ser..._Server_Online


Re: [?] Running Server Automatically when crashed - RoBo - 05.07.2010

You should be able to get this working if you fiddle around with it a little.


Re: [?] Running Server Automatically when crashed - BlueRey - 05.07.2010

-bash: ./checksamp.sh: /bin/sh^M: bad interpreter: No such file or directory


Re: [?] Running Server Automatically when crashed - Ash. - 06.07.2010

It is possible - im running it on CentOS 5.5 Beta 1

Try redownloading

Or follow these instruction (how i did it)

login as root in SSH

wget http://files.sa-mp.com/samp03asvr_R8.tar.gz

tar samp03asrv_R8.tar.gz

cd /

cd /root/samp03

run temporarily:
./samp03svr

run 24/7

nohup ./samp03svr

Hope it all goes well for you


Re: [?] Running Server Automatically when crashed - BlueRey - 06.07.2010

-_-
Look it up before post.


Re: [?] Running Server Automatically when crashed - RoBo - 06.07.2010

Quote:
Originally Posted by BlueRey
Посмотреть сообщение
-bash: ./checksamp.sh: /bin/sh^M: bad interpreter: No such file or directory
Have you checked the file paths?


Re: [?] Running Server Automatically when crashed - snoob - 15.07.2010

file.sh is chmod 777 ?


Re: [?] Running Server Automatically when crashed - BlueRey - 15.07.2010

yap......


Re: [?] Running Server Automatically when crashed - RoBo - 15.07.2010

Why? It only needs to be 700.