Results 1 to 10 of 39

Thread: Install libcod on CoD 2 1.0

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Feb 2017
    Posts
    37
    Thanks
    24
    Thanked 7 Times in 7 Posts
    How can i see the game console after closing a ssh session?
    How can i reboot only the game server?

  2. #2
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    Quote Originally Posted by sttte93 View Post
    How can i see the game console after closing a ssh session?
    PHP Code:
    screen -ls 
    PHP Code:
    screen -xr *processnumber
    Quote Originally Posted by sttte93 View Post
    How can i reboot only the game server?
    PHP Code:
    kill *processnumber
    Then start your sv again
    sudo apt-get rekt

  3. The Following User Says Thank You to voron00 For This Useful Post:

    sttte93 (6th March 2017)

  4. #3
    Private Lonsofore's Avatar
    Join Date
    Oct 2016
    Posts
    86
    Thanks
    82
    Thanked 38 Times in 25 Posts
    Quote Originally Posted by sttte93 View Post
    How can i see the game console after closing a ssh session?
    How can i reboot only the game server?
    Or you can enter your screen (with "screen -xr") and press Ctrl+C - it will also kill your process.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •