SA-MP Forums Archive
Cannot find server. - 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: Cannot find server. (/showthread.php?tid=328679)



Cannot find server. - Project Life - 25.03.2012

No, I'm not a noob, before anyone asks.

Everything seems to be running fine through linux SSH - it says it runs under port 7777, and I have tried other ports. The only thing is, when I open up SAMP and add the IP to my favourites, it says the following;

(Retrieving Info) *IP blah:7777*...

And doesn't connect or show the server information. Below are screenshots of the SSH loading it on PuTTY and the server config file;

SSH/PUTTY: http://i40.tinypic.com/wk4qwp.png
CONFIG FILE: http://i42.tinypic.com/33m5sup.png


Re: Cannot find server. - Project Life - 25.03.2012

^ I'm hosting it on my own VPS.


Re: Cannot find server. - VOXrr - 25.03.2012

Hm, try running a couple commands for me, and paste the output:

Код:
ps aux
and
Код:
netstat -l



Re: Cannot find server. - Plastic - 25.03.2012

your missing the line ''password'' in server.cfg, usually when i forgot to add password my server won't work.

Hope that helped.

Check the log aswell


Re: Cannot find server. - Project Life - 25.03.2012

@Plastic - Doesn't work.

@VOXrr - PM'd you.


Re: Cannot find server. - ColorHost-Kevin - 25.03.2012

Did you make it run as a background process?

It looks to me you may have not do that.


Re: Cannot find server. - Project Life - 25.03.2012

No - I'm running it so that when I close PuTTY the server will also close.

Although running it in background does not work either.


Re: Cannot find server. - VOXrr - 26.03.2012

Well, from what you sent, the process isn't staying alive.

Use...
Код:
nohup ./samp03srv &
Should do the trick.


Re: Cannot find server. - Project Life - 27.03.2012

Still not getting anything with nohup added.


Re: Cannot find server. - kikito - 27.03.2012

screen -dmS `whoami` ./samp03svr