Tremulous Forum

Community => Servers => Topic started by: rotacak on February 19, 2008, 04:55:01 pm

Title: SHH and Linux server
Post by: rotacak on February 19, 2008, 04:55:01 pm
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).
Title: Re: SHH and Linux server
Post by: Undeference on February 19, 2008, 05:01:07 pm
screen
Title: Re: SHH and Linux server
Post by: rotacak on February 19, 2008, 05:12:56 pm
 ???
Title: Re: SHH and Linux server
Post by: Odin on February 19, 2008, 05:28:52 pm
screen ./tremded-server

Ctrl+A, then D

screen -r to restore the screen.
Title: Re: SHH and Linux server
Post by: durand on February 19, 2008, 05:38:57 pm
what if you have to turn your computer off?
Title: Re: SHH and Linux server
Post by: rotacak on February 19, 2008, 05:55:45 pm
screen ./tremded-server

Ctrl+A, then D

screen -r to restore the screen.
Thanx a lot, it works.