Author Topic: SHH and Linux server  (Read 3319 times)

rotacak

  • Posts: 761
  • Turrets: +39/-64
SHH and Linux server
« 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).

Undeference

  • Tremulous Developers
  • *
  • Posts: 1254
  • Turrets: +122/-45
Re: SHH and Linux server
« Reply #1 on: February 19, 2008, 05:01:07 pm »
screen
Need help? Ask intelligently. Please share solutions you find.

Thats what we need, helpful players, not more powerful admins.

rotacak

  • Posts: 761
  • Turrets: +39/-64
Re: SHH and Linux server
« Reply #2 on: February 19, 2008, 05:12:56 pm »
 ???

Odin

  • Spam Killer
  • *
  • Posts: 1767
  • Turrets: +113/-204
    • My Website
Re: SHH and Linux server
« Reply #3 on: February 19, 2008, 05:28:52 pm »
screen ./tremded-server

Ctrl+A, then D

screen -r to restore the screen.

durand

  • Posts: 201
  • Turrets: +0/-0
Re: SHH and Linux server
« Reply #4 on: February 19, 2008, 05:38:57 pm »
what if you have to turn your computer off?

rotacak

  • Posts: 761
  • Turrets: +39/-64
Re: SHH and Linux server
« Reply #5 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.