• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

screen command hangs

Red Squirrel

No Lifer
I had used the screen command to setup a long run task months ago and want to check up on it, but when I type screen -r it just hangs. I can't really google this since screen refers to a monitor or display so I'm just getting irrelevant results.

Only way out is to close the SSH tab as I can't ctrl+c or anything.
 
Have you tried opening another terminal and running the following?

ps -ef | grep screen

This will show you the running processes and may lead you closer to what is occurring.
 
Back
Top