-
Notifications
You must be signed in to change notification settings - Fork 827
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 is terminating] #774
Comments
Not sure what the problem with Screen is right now, but tmux is working. |
@fpqc same here. |
When I run screen without sudo i get the message: |
@poschi3 yes, IMHO that's default behavior in WLS. |
One of the developers on the team is currently working on getting screen working. |
@benhillis It's fine anyway tmux is way better!! |
same here... I got /var/run/utmp does not exists and the [screen is terminating], I created that file but now I don't get any error message but then got [screen is terminating] |
@Freakzoid use tmux in the mean time. One of the devs even said this isn't done yet. |
Time for an update. Try [sudo screen] again on build 14915. There are still some issues with the function keys, but I was able to create new screens and navigate using ctrl-a c / n. |
Has the fix pushed to non-preview systems? My Win10 doesn't have insider-preview enabled, and I still can't run |
@likan999 - this issue will be resolved for non-preview builds when Windows 10 Creator's Update releases (early 2017). |
For future WSL users trying to run screen without In standard ubuntu boots, startup scripts automatically create the
To enable this to happen automatically and just use
That recipe will make |
hello @sbull can you reproduce the issue with a version equal or after OS Build 15063.447? |
I'm running 15063.413. My comment is about how to just be able to run |
@sbull I had this exact issue. Thank you for an easy fix. |
Thanks, @sbull ! The issue with non-sudo screen still exists in 16299.64. |
Bigger issue that needs resolving is having the all the standard startup scripts native Ubuntu runs being supported to run automatically upon launching a Ubuntu.exe console. I would go further and say OpenSuse is most likely experiencing the same issue of startup scripts and should be addressed as well. Long term goal I would say is to look higher level and make it so all current and future distros are able to load and run their startup scripts by default upon user logon (and eventually physical machine boot-up instead) on machines that have WSL installed. Part of this solution (and solution to other errors that pop up) is to emulate the kernels each Linux distro utilizes since there is no actual kernel in WSL for the Linux distros. |
@sbull thanks for your proposed patch! Just one comment that might help others to get it running (did not run out of the box for me). Executing |
When I run [sudo screen] I get only [screen is terminating].
If I [su] I still get the same behavior.
user@machine:~$ ll /usr/bin/screen
-rwxr-sr-x 1 root utmp 421768 Nov 7 2013 /usr/bin/screen*
The text was updated successfully, but these errors were encountered: