The following outlines the problem I am trying to solve.
# screen -list
There are screens on:
59963.rc5 (Detached)
53764.mail (Remote or dead)
23079.cool (Detached)
12476.top1 (Remote or dead)
4 Sockets in /tmp/screens/S-chris.
If I try to resume either of the two sessions marked as remote or dead, I get the
following message:
# screen -r mail
There is a screen on:
53764.mail (Dead ???)
Remove dead screens with 'screen -wipe'.
There is no screen to be resumed matching mail.
If I try screen -r 53764.mail, I get the same response.
Attempts to use wipe don't seem to do anything:
$ screen -wipe mail
There are screens on:
59963.rc5 (Detached)
53764.mail (Remote or dead)
23079.cool (Detached)
12476.top1 (Remote or dead)
4 Sockets in /tmp/screens/S-chris.
|