Sometimes the SSH shell featuring a active screen session to my remote server gets broken (internet line not very stable, for example) with the session still attached.
Then I SSH again into the server, and try to resume the screen session:
luis@Zarzamoro:~$ screen -r There is a screen on: 9166.pts-2.Zarzamoro (12/23/15 23:47:34) (Attached) There is no screen to be resumed. luis@Zarzamoro:~$ screen -r 9166.pts-2.Zarzamoro There is a screen on: 9166.pts-2.Zarzamoro (12/23/15 23:47:34) (Attached) There is no screen to be resumed matching 9166.pts-2.Zarzamoro. I don't know much about GNU screen. Why does this happen?
Is it possible to resume this screen session?
alias rs='screen -R -D'.