Cant start my server on my VPS
#1

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'

Reply
#2

Try this: ./samp03svr &

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

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

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

it says a number some 2...
Reply
#6

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

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

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)