Hi all,
First time this has happened to me. I detached a session last night with about 5 windows inside it, and today I type in
and the result is:
Which is strange because there were definitely 3 detached screens before I went to bed. I think they're still there too:
Does anybody know how I can salvage the sessions? They contain processes that are still running. I guess killing off the screens will kill them off.. if I'm even able to:
Strange one!
Edit: I noticed that they appear to be processes owned by root if I'm reading ps correctly, but I definitely created them as myself. I tried to reattach as root anyway and got the same results.
First time this has happened to me. I detached a session last night with about 5 windows inside it, and today I type in
% screen -r
and the result is:
Code:
There is no screen to be resumed.
% ps -auxww | grep screen
Code:
root 6057 0.0 0.1 3708 1968 ?? Ss Thu03PM 0:26.08 screen
root 8286 0.0 0.0 3708 1532 ?? Is 17Apr12 0:01.06 screen
root 36206 0.0 0.1 3708 1700 ?? Is 24Apr12 0:00.04 screen
rofl 25480 0.0 0.0 3500 1040 0 R+ 1:38PM 0:00.00 grep screen
Does anybody know how I can salvage the sessions? They contain processes that are still running. I guess killing off the screens will kill them off.. if I'm even able to:
% screen -r 6057
Code:
There is no screen to be resumed matching 6057.
Strange one!
Edit: I noticed that they appear to be processes owned by root if I'm reading ps correctly, but I definitely created them as myself. I tried to reattach as root anyway and got the same results.