Hi, I run several game servers on a single machine. since most of these servers require to have their output directed to a console and also to be controlled form it, i usually use the terminal multiplexer screen. However i have a problem, whenever the server loses power (for one reason or another) all these screens are lost and need to be remade again manually.
I would like to know if it is possible for me to create a script which creates the screen sessions such as screen -S cod2 and then once in it runs the appropriate shell scripts i wrote that run the servers, thus creating a separate window int he same script session for each and then exit the screen in order to process to the next one in the list thus effectively running all the servers once power returns. Also is there a way to pause in the middle of execution since if all the servers were to be executed at the same time, the machine would die with overload even tho it's a dual xeon with 15k rpm scsi raid. Thanks Anton Xuereb
_______________________________________________ MLUG-list mailing list [email protected] http://mailserv.megabyte.net/mailman/listinfo/mlug-list

