When I use screen
on my computer and detach, I am taken back to the command prompt and everything is fine. However, if I SSH into my computer remotely and use screen, when I try to detach I get the error Utmp slot not found -> not removed
.
It then hangs and I cannot even ctrl-c
, ctrl-d
and have to close the Cygwin window. Why is this occuring and how can I fix it?
Note to recreate error by SSH-ing out of your computer then back in:
$ screen
(C-a d)
$ ssh -R12345:localhost:22 username@someServer
$ ssh -p12345 username@127.0.0.1
$ screen -r
(C-a d)