Skip to content

Instantly share code, notes, and snippets.

@skids
Created November 26, 2015 15:53
Show Gist options
  • Save skids/66eac23412c51b3297b2 to your computer and use it in GitHub Desktop.
Save skids/66eac23412c51b3297b2 to your computer and use it in GitHub Desktop.
Screen Aborts on info command with defutf8 off
bri@atlas:~/git/perl6-Proc-Screen$ cat /tmp/screenrc
debug on
defutf8 off
bri@atlas:~/git/perl6-Proc-Screen$ screen -D -m -c /tmp/screenrc # then do "screen -Q info" from another window
Aborted
bri@atlas:~/git/perl6-Proc-Screen$ screen -ls
There are screens on:
7478..atlas-queryA (08/07/2015 09:41:20 PM) (Dead ???)
7478..atlas (08/07/2015 09:41:20 PM) (Dead ???)
Remove dead screens with 'screen -wipe'.
2 Sockets in /var/run/screen/S-bri.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment