GNU screen - Unable to reattach to screen after lost connection

Posted by subhashish on Super User See other posts from Super User or by subhashish
Published on 2011-01-01T10:08:30Z Indexed on 2011/01/01 10:55 UTC
Read the original article Hit count: 389

Filed under:
|

I was using irssi in screen but lost connection. After I ssh'd back in to the server, I can no longer attach to that screen. screen -ls shows that the screen is already attached.

I tried screen -D to force detach it, and it said detach but screen -ls still says it's attached. I tried screen -x and it just hangs there.

[sub@server ~]$ screen -ls 
There are screens on:
 4033.poe (Detached)
 7728.irssi (Attached)
2 Sockets in /var/run/screen/S-sub.

What can I do now?

© Super User or respective owner

Related posts about linux

Related posts about screen