LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Screen - Reattaching problem (https://www.linuxquestions.org/questions/linux-software-2/screen-reattaching-problem-296304/)

]SK[ 03-01-2005 10:38 AM

Screen - Reattaching problem
 
Code:

screen -A -m -d -S tfc ./hlds_run -game tfc -pingboost 1 -port 27015 +map concmap_r +maxplayers 32 -autoupdate -insecure
Which is working fine. If I now use...

Code:

screen -r tfc
it seems to timeout and I get..

Code:

Suddenly the Dungeon collapses!! - You die...
If I do...

Code:

screen -list
I get...

Code:

There is a screen on:
        20399.tfc      (Dead ???)
Remove dead screens with 'screen -wipe'.
1 Socket in /tmp/uscreens/S-sk.

Ive tried from sitting at the machine and this works fine. Its just over PuTTY its doing it. Ideas?

d0odman 03-02-2005 08:40 PM

OK, this is just a guess, but I think you may need to run an x-windows server on whichever computer you're using to access your other computer through PuTTY with. Enable X11 forwarding on your PuTTY session, BEFORE you log in, then start up your x-win server, then go back to your PuTTY session and run that awaken command again. It MAY work. Like I said, it's just a guess.

]SK[ 03-04-2005 01:51 AM

Surly thats just adding more system resources to the machine? I kinda want as much CPU power as I can get out of the box.

d0odman 03-04-2005 02:00 PM

Like I said, it was just a guess. Try out Cygwin, just to SEE if it works. There's some pretty good instructions on their site on how to establish port forwarding through PuTTY.

kev82 03-04-2005 03:31 PM

I don't use putty anymore as I don't have a windows machine but I used to run screen over it with no problems

Out of interest what happens if you don't detach it initially, and in putty you do

screen -d -r tfc

or

screen -x tfc


All times are GMT -5. The time now is 07:30 PM.