Cannot find server.
#1

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
Reply
#2

^ I'm hosting it on my own VPS.
Reply
#3

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

Код:
ps aux
and
Код:
netstat -l
Reply
#4

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
Reply
#5

@Plastic - Doesn't work.

@VOXrr - PM'd you.
Reply
#6

Did you make it run as a background process?

It looks to me you may have not do that.
Reply
#7

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.
Reply
#8

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

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

Still not getting anything with nohup added.
Reply
#10

screen -dmS `whoami` ./samp03svr
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)