stillbeben / hopmod

Export of Sauerbraten hopmod Server from code.google.com/p/hopmod
3 stars 0 forks source link

It appears the game server is already running. #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.closing the server process via htop

What version of the product are you using? On what operating system?
newest version on debian

Please provide any additional information below.

i cant even stop the server with ./bin/server stop
Need fast help thx

Original issue reported on code.google.com by tim.en...@gmail.com on 5 Jan 2013 at 4:12

GoogleCodeExporter commented 8 years ago
Don't terminate the server process with the SIGKILL signal. Normally you should 
use SIGINT or SIGTERM. Only use SIGKILL when the other signals have failed to 
terminate the process.

Delete the ./serverexec file before trying to start the server. The bin/server 
script won't attempt to start the server if the serverexec file exists.

When you see the message "It appears the game server is already running." look 
at the process list in htop to check that there's a bin/sauer_server process 
running.

Original comment by graham.d...@gmail.com on 5 Jan 2013 at 9:42

GoogleCodeExporter commented 8 years ago
thx for this useful answer :)

Original comment by tim.en...@gmail.com on 5 Jan 2013 at 11:10

GoogleCodeExporter commented 8 years ago

Original comment by graham.d...@gmail.com on 6 Jan 2013 at 2:10