( search forums )
how to let linux dedicated server go background??
Soldat Forums - Soldat Talk - Server Help
pesmergas
May 2, 2003, 6:04 pm
i just wondering how to make the linux dedicated server run on background .. like it doesnt go interactively ...and also... nobody can connect to my server .. i tried telnet the server . only for the server admin console thing ...

chrisfu
May 2, 2003, 8:04 pm
I had this problem.

bash$ nohup ./soldatserver yourpass &

I've found it works much, much better if you use nohup. But I still get crashes every 2 hours or so, but I'll put that down to the fact it's beta code.

Michal Marcinkowski
May 4, 2003, 6:48 pm
You can use the screen command to create background sessions.
Search the net for: "screen linux"

chrisfu
May 6, 2003, 6:31 pm
Have you experianced these random Linux server crashing bugs Michal? I'm getting them around every 2 hours.