-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
screen - open fifo /var/run/screen/S-root/2904.tty.localhost: No such file or directory #39
Comments
@atari MS know about that, they are working to fix this. |
Thanks for reporting the issue. Some fixes were made recently to support tmux, but from strace it appears that screen is still blocked due to a lack of packet mode on ptmx (TIOCPKT). Please give us feedback on the user voice page so we can prioritize. |
stephanie@ASYLUM:~$ screen build 14393 |
You have to run |
sudo screen starts you in root, that's bad. We need screen without privilege escalation. |
@archon810 - you only need to run screen as root the first time.
|
This solution works better for me. https://www.systutorials.com/qa/1639/screen-reporting-cannot-directory-screen-permission-denied Screen works without root now. I use SecureCRT with logon action of |
@archon810 - agreed, that's another way to do it. |
@benhillis I'm not sure if you're working on this, but it's a pretty simple issue to fix and the only one standing between screen working out of the box like tmux does. Would be great to finish the 1% left from making it 100%. |
|
@michaelmhoffman - It is looking like this is kind of a dupe of #2530 (correct me if I am wrong). The |
Basically, although it's
|
This sounds v. like #2350 wherein tmux fails to run after restarting openSUSE session; caused by missing Please try this:
Expected: Screen should now work |
I think you mean #2530 as pointed out by @therealkenc. It works but only until the next WSL session starts.
|
Thanks @michaelmhoffman. Since you've verified it works (temporarily) and this issue tracker is long closed since the fall of 2016, follow further developments over in #2530. |
apt-get install screen
screen
open fifo /var/run/screen/S-root/2904.tty.localhost: No such file or directory
The text was updated successfully, but these errors were encountered: