Ginga Posted March 29, 2002 Share Posted March 29, 2002 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 Link to comment Share on other sites More sharing options...
[GSI]STEM Posted March 29, 2002 Share Posted March 29, 2002 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 Link to comment Share on other sites More sharing options...
Slaughter Posted March 29, 2002 Share Posted March 29, 2002 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.