I'm getting support from my gameserver provider over at inx-gaming.co.uk. They're helping me to set it up and get it running. The servers are running Linux.
The guy says everything is configured OK, but now we have the following problem :
Spoiler anzeigen
This is what I do to check it is working:
[gs7391@quadcore4 adminmod]$ ./startscript start
ManuAdminMod_1 was started. If you have problems try './startscript debug'
[gs7391@quadcore4 adminmod]$ ./startscript status
ManuAdminMod_1 is currently running
[gs7391@quadcore4 adminmod]$ ps -x
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
PID TTY STAT TIME COMMAND
30394 ? S 0:20 ./codwaw_lnxded-bin +set dedicated 2 +set net_port 28
31813 pts/1 S 0:00 bash
31835 ? Ss 0:00 SCREEN -dmS ManuAdminMod_1 php -f daemon.php -- -conf
31836 pts/2 Ss+ 0:00 php -f daemon.php -- -configdir config -logdir log
31841 pts/1 R+ 0:00 ps -x
[gs7391@quadcore4 adminmod]$ ./startscript status
ManuAdminMod_1 is NOT running
It appears to crash as soon as I leave the terminal window, despite it (supposedly) running in Screen.
Any idea how this happens?? (I'm not that known in linux btw.. :P)
Thanks!!