Hi,
I trying to run server on debian trough SHH. All working ok, but when I close SHH, then server is terminated. I also tried something like this: setsid ./tremulous-server
but tremded is in running tasks, but not work.
Can you tell me how to run server with some another session and then how to switch between sessions? (Trough SHH).
screen
???
screen ./tremded-server
Ctrl+A, then D
screen -r to restore the screen.
what if you have to turn your computer off?
Quote from: Odin on February 19, 2008, 05:28:52 PM
screen ./tremded-server
Ctrl+A, then D
screen -r to restore the screen.
Thanx a lot, it works.