Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

problems maintaining DS process

Page: 1 of 1
 Ginga
03-28-2002, 10:28 PM
#1
Having managed to get a DS up and running using the linux server files, I'm now stuck by having to keep the a SSH window open connected to the server to keep the process alive...

As soon as I lose focus to the server process, the process dies. as you can imagine, this is totally frustrating.

I can live with having the SSH window open and connected to the server, but it's hardly a permanent solution.

if you have any ideas, any at all, please let me know!

Ginga
 [GSI]STEM
03-28-2002, 11:44 PM
#2
need to use the screen command...

following command will start jk2ded in a virtual terminal
screen -A -m -d -S jk2 ./jk2ded +exec server.cfg

to reconnect, type:
screen -r jk2

and to quit the reconnected screen w/out killing the jkded process, hit control "a" and then "d"


/stem
 Slaughter
03-29-2002, 1:42 AM
#3
You could also append the server command with a & and it will launch it as a background process. Useful if you won't be needing the console any, but meh. heh
Page: 1 of 1