SA-MP Forums Archive
Linux Help - 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: Linux Help (/showthread.php?tid=456505)



Linux Help - BoOob - 06.08.2013

How to Make The server Online , even i logout from the VPS .. Cuz when i Logout from the VPS , server closed


Re: Linux Help - Nofear192 - 06.08.2013

lol then do Forever online


Re: Linux Help - BoOob - 06.08.2013

Quote:
Originally Posted by Nofear192
Посмотреть сообщение
lol then do Forever online
o.O ,
Its linux , not Windows vps .. when i logout from VPS also server closed


Re: Linux Help - Inverse - 06.08.2013

Use nohup.

Код:
nohup ./samp03svr &



Re: Linux Help - Xtream - 06.08.2013

or use ./samp03svr & disown


Re: Linux Help - Xtream - 06.08.2013

I have samp linux server i haved samp problem like u and i maked ./samp03svr & disown and closed my shell and it still was online


Re: Linux Help - BoOob - 06.08.2013

i try Inverse Is command and its works , thanks You Also and U Inverse


Re: Linux Help - Xtream - 06.08.2013

np good luck


Re: Linux Help - ColorHost-Kevin - 06.08.2013

./samp03 &

That command should be able to keep it online, and give you the process ID.


Re: Linux Help - BoOob - 06.08.2013

When I restart The VPS , server is closed and when i reopen it again , it says Permission Denied .. What i do ?