DrDoener 0 Posted January 25, 2003 Hi dudes! Perhaps this problem may be a very simple one, but I cannot find an answer to it... I have setted up an OFP Linux dedicated 1.90f. I start it using my SSH console ( ./server -config=resi.cfg -port=2302 ). Everythings fine until I log out of my SSH concole and close the SSH connection... Then the server shuts down automatically... I treid to avoid this problem by creating a little script with the server command in it </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">./server -config=resi.cfg -port=2302<span id='postcolor'> I hoped it would be a workaround if I do not start the server directly over the command but over a script called "start" ( ./start )... It also does not work! Server shuts down when I log out of SSH Perhaps someone of you knows what's going on there and could help me solving the problem! Awaiting many nice answers Greetz Doc Share this post Link to post Share on other sites
kegetys 2 Posted January 25, 2003 Run it as described in the readme (nohup ./server > out.txt 2> err.txt &) or use screen. Share this post Link to post Share on other sites
madtomo 0 Posted January 25, 2003 i use command nohup ./server-config=server.cfg then either ctrl a+d then type exit to dettach or ctrl alt and del once then end telnet task hope this helps Share this post Link to post Share on other sites