Go Back   Champions of Regnum > English > Technical Support

Technical Support Questions about game technical support to the users of the community

Reply
 
Thread Tools Display Modes
Old 03-27-2007, 08:01 AM   #11
_Meldanen_
Pledge
 
_Meldanen_'s Avatar
 
Join Date: Mar 2007
Posts: 46
_Meldanen_ is on a distinguished road
Default

With the server going down shortly after you leave the office it's a pain for users in another timezone
Isn't there a way to use another process to watch the game and restart accordingly? Or just restart every 2 hours during the night until the server is somewhat stable
_Meldanen_ no ha iniciado sesión   Reply With Quote
Old 03-27-2007, 08:03 AM   #12
Wyatt
Count
 
Join Date: Dec 2006
Posts: 1,544
Wyatt will become famous soon enoughWyatt will become famous soon enough
Default

yeah like a automatic restart or something. that would help
Wyatt no ha iniciado sesión   Reply With Quote
Old 03-27-2007, 01:40 PM   #13
chilko
NGD·Studios
 
Join Date: Mar 2006
Posts: 892
chilko is on a distinguished road
Default

there is an auto restart feature in place of course... the only problem is that it is not compatible with the debugging tool we are using to find the bug responsible for the crash in the first place...

we just need to be patient... we are very sorry for the inconvenience.
chilko no ha iniciado sesión   Reply With Quote
Old 03-29-2007, 12:06 PM   #14
hziplugs
Pledge
 
Join Date: Dec 2006
Posts: 2
hziplugs is on a distinguished road
Default

most easy auto restart feaure, and compatible with debug tool:

Code:
#!/bin/sh

while true
do
   ./regnum_server
   sleep 60
done
or if you have some ping tool:

Code:
#!/bin/sh

while true
do
   if ./regnum_server_pinger
   then
      kill `cat regnum_server.pid`
      # wait for process close
      ./regnum_server_starter
   fi  
   sleep 60
done
hziplugs no ha iniciado sesión   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:26 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved