View previous topic :: View next topic |
Author |
Message |
xblinkx Tux's lil' helper
Joined: 18 Jan 2004 Posts: 112
|
Posted: Sun May 16, 2004 10:24 pm Post subject: shh into server |
|
|
Is there any way to SSH using putty into my CS server start it and then exit putty and still have my server running? |
|
Back to top |
|
|
marting n00b
Joined: 03 Oct 2003 Posts: 64
|
Posted: Sun May 16, 2004 10:32 pm Post subject: |
|
|
look for a "daemon"-option. if the half-life server is a good program, there must be an option. if it's not there, search for a program called "screen" (i don't know if it is that one included in portage).
good luck. |
|
Back to top |
|
|
rmalolepszy Apprentice
Joined: 01 Jan 2004 Posts: 167
|
Posted: Mon May 17, 2004 1:16 pm Post subject: |
|
|
is your cs server gentoo? Code: | /etc/init.d/hlds start | (of course it must be configured to start the cs mod as well). _________________ Cheers,
Ryan |
|
Back to top |
|
|
kezzla Apprentice
Joined: 21 Aug 2003 Posts: 253 Location: Austin, TX
|
Posted: Mon May 17, 2004 2:01 pm Post subject: |
|
|
Assuming what rmalolepszy is true...
On the CS box, create user "startcs".
Setup RSA keys for passwordless authentication for this user.
Edit the users .profile -->
Code: | /etc/init.d/hlds start &&
exit
|
Hope this helps
If you need help with keys, let us know |
|
Back to top |
|
|
anderiv Tux's lil' helper
Joined: 29 Mar 2004 Posts: 79
|
Posted: Mon May 17, 2004 2:27 pm Post subject: |
|
|
marting wrote: | search for a program called "screen" (i don't know if it is that one included in portage). |
I'd highly recommend screen as well, and yes, it's in portage.
Screen is at the top of my "most-loved" apps list, second only to vim. It's an amazingly complex and powerful app. Let me know if you'd like more info about it. |
|
Back to top |
|
|
xblinkx Tux's lil' helper
Joined: 18 Jan 2004 Posts: 112
|
|
Back to top |
|
|
TwoSlick Tux's lil' helper
Joined: 22 Apr 2002 Posts: 114 Location: Rolla, MO
|
Posted: Mon May 17, 2004 4:58 pm Post subject: |
|
|
Have you tried using nohup? |
|
Back to top |
|
|
jjasghar Guru
Joined: 07 Mar 2004 Posts: 342 Location: $HOME=/usa/tx/austin
|
Posted: Mon May 17, 2004 5:07 pm Post subject: |
|
|
master the use of screen and sshing becomes so much easier that it's almost scary. _________________ #include <LinuxUser #324070>
main()
{
printf("and i'm sorry my spellign sucs.");
} |
|
Back to top |
|
|
|