PDA

View Full Version : Keep servers stopped


MMmmGood
07-02-2005, 19:20
Right now if I have say 50 servers, and 5 of them are stopped, when I restart the TS2 server ( have to every now and then due to memory leak ) EVERYTHING starts.

Would it be possible for it to remember ( in an ini file somewhere ) if a server is in a stopped state and not to start it on restart of the TS2 server?

R. Ludwig
08-02-2005, 08:01
Right now if I have say 50 servers, and 5 of them are stopped, when I restart the TS2 server ( have to every now and then due to memory leak ) EVERYTHING starts.

Would it be possible for it to remember ( in an ini file somewhere ) if a server is in a stopped state and not to start it on restart of the TS2 server?

restart issue:
the flag b_server_active inside the ts2_servers table decide on this. if you put that on false (0) the server wont restart anymore on next instance restart.

memory leak:
i tried to reproduce it and wasnt able todo so. do you have any tcpquery bots running or some other special stuff ? do you use mysql ?

MMmmGood
09-02-2005, 20:21
restart issue:
the flag b_server_active inside the ts2_servers table decide on this. if you put that on false (0) the server wont restart anymore on next instance restart.

memory leak:
i tried to reproduce it and wasnt able todo so. do you have any tcpquery bots running or some other special stuff ? do you use mysql ?

Yes TCPquery is running on all of our servers so we can gather usage stats to change our pricing as applicable.


where is this flag and how can i change it?

gasxtreme
09-02-2005, 20:42
if you open up the database with a program such as SQLite Control Center v0.06m (what I use) its a GUI for editing a SQLite database..... If you open the database with that, you will be able to easily navigate to b_server_active and edit it for which ever server you wish to edit :)
-steve