hmm linux problem.. -
Crystallize - 07.03.2015
Ok so I'm following the tutorial by VOXrr to set up a SAMP server on linux platform ..
It always worked on my other VPS's except this one
I get this error
[~hidden the username]# nohup ./samp03svr &
[1] 10149
[!hidden the username]# nohup: appending output to `nohup.out'
Could anybody please help?
I'm having the errors same as those guys
The one that helps me gets a little reward from me
Re: hmm linux problem.. -
Crystallize - 07.03.2015
Bump...
Re: hmm linux problem.. -
Isolated - 07.03.2015
try:
Код:
killall samp03svr
./samp03svr
Print output, further more, add me on skype and we'll go through troubleshooting procedures.
Re : hmm linux problem.. -
LinuxViper - 07.03.2015
This is not an error is just a return caused by nohup command, you can just press ENTER and then see on the sa-mp client if your server's IP is UP or DOWN, if it's UP enjoy, if not tell us
Re: hmm linux problem.. -
Crystallize - 08.03.2015
Isolated I already tried doing it killed the processes etc it's still offline it says samp server started but it's offline
Linux , nope it's offline
Re: hmm linux problem.. -
Jake187 - 08.03.2015
start the server without nohup first such as ./samp03svr
See if it has any errors such as missing libs or something.
Re: hmm linux problem.. -
Parallax - 08.03.2015
Quote:
Originally Posted by Jake187
start the server without nohup first such as ./samp03svr
See if it has any errors such as missing libs or something.
|
Do what he said. Plus, post server_log.txt.
Re: hmm linux problem.. -
Finnick - 08.03.2015
If You Want Make Your Server Down, Type killall -9 samp03svr
If You Want Make Your Server UP, Type nohup ./samp03svr
If nohup ./samp03svr is not working try this,
chmod 777 ./announce
chmod 777 ./samp03svr
nohup ./samp03svr &
Re: hmm linux problem.. -
Crystallize - 08.03.2015
Guys thanks for supporting but as I said I've tried everything possible ...also I've tried your steps too but still offline
Re: hmm linux problem.. -
Sithis - 08.03.2015
Ever heard of iptables? It's a firewall. Open your port!