SA-MP Forums Archive
Cant start my server on my VPS - 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: Cant start my server on my VPS (/showthread.php?tid=341781)



Cant start my server on my VPS - [UE]Milan - 12.05.2012

When i do nohup ./samp03svr i get the below message.All the files are placed correctly.
Quote:

nohup: ignoring input and appending output to `nohup.out'




Re: Cant start my server on my VPS - ColorHost-Kevin - 12.05.2012

Try this: ./samp03svr &

Make sure you in the directory that SAMP server is in before running that command.


Re: Cant start my server on my VPS - [UE]Milan - 12.05.2012

yes it is and i have this problem only in a particular folder.


Re: Cant start my server on my VPS - ColorHost-Kevin - 12.05.2012

Quote:
Originally Posted by [UE]Milan
Посмотреть сообщение
yes it is and i have this problem only in a particular folder.
That command should work and start your server.

Did it produce any error?


Re: Cant start my server on my VPS - [UE]Milan - 12.05.2012

it says a number some 2...


Re: Cant start my server on my VPS - ColorHost-Kevin - 12.05.2012

Quote:
Originally Posted by [UE]Milan
Посмотреть сообщение
it says a number some 2...
Can you paste the full error?


Re: Cant start my server on my VPS - [UE]Milan - 12.05.2012

me@rootbox:~$ cd "/home/me/svr2"
me@rootbox:~/me$ ./samp03svr &
[1] 5765


Re: Cant start my server on my VPS - ColorHost-Kevin - 12.05.2012

Quote:
Originally Posted by [UE]Milan
Посмотреть сообщение
me@rootbox:~$ cd "/home/me/svr2"
me@rootbox:~/me$ ./samp03svr &
[1] 5765
Thats not a error, thats outputting the process ID so incase you need to kill the process you would do:

kill 5765


Re: Cant start my server on my VPS - [UE]Milan - 12.05.2012

Quote:
Originally Posted by ColorHost-Kevin
Посмотреть сообщение
Thats not a error, thats outputting the process ID so incase you need to kill the process you would do:

kill 5765
yes Done but notthing else pop up..


Re: Cant start my server on my VPS - kikito - 12.05.2012

when you see nohup, it's not a problem, because the server is already running.
anyways, try:
screen -dmS `whoami` ./samp03svr