VPS Help -
Face9000 - 25.09.2015
Hello, i run my samp server in CentOS 64 and i have a problem.
When i quit putty (the terminal to manage the vps and shit), the server goes offline unless i restart it via putty.
How to fix this?
Re: VPS Help -
Isolated - 25.09.2015
nohup ./samp03svr &
Quote:
The first method uses the nohup command to keep the server running. nohup is a Linux command that starts a program, which will ignore any SIGHUP signals - disconnect signals
|
Re: VPS Help -
Face9000 - 25.09.2015
I did already, but when i close putty the server goes off.
Re: VPS Help -
jlalt - 25.09.2015
download that file >>
http://www.mediafire.com/download/47...ver-starter.sh
then edit samp location on it by opening with text editor [ notpad or pawn lol ]
then put it in samp folder and
nohup ./server-starter.sh &
that would keep your server online
Re: VPS Help -
Face9000 - 25.09.2015
Quote:
nohup: ignoring input and appending output to `nohup.out'
nohup: failed to run command `./server-starter.sh': Permission denied
|
Fix a thing and break 100..
Re: VPS Help -
jlalt - 25.09.2015
Quote:
Originally Posted by Face9000
Fix a thing and break 100..
|
fix the permission of file try to put it to 777
Re: VPS Help -
Infinity - 25.09.2015
Quote:
Originally Posted by Face9000
I did already, but when i close putty the server goes off.
|
Are you sure you added the "&"?
Re: VPS Help -
SoFahim - 25.09.2015
use chmod +x samp03svr announce samp-npc
Maybe it can help ya
Re: VPS Help -
KingHual - 25.09.2015
RTFM