-
Notifications
You must be signed in to change notification settings - Fork 182
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
WSL DS doesn't work on Windows 10 build 1709 #84
Comments
The same for me, Build 1709 and WSL seems working fine with ubuntu |
There seem to be more details on how to find the path on stackoverflow. One of the comments suggests to look into HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss\ |
This is a crippling issue. Is this project abandoned? |
Looks like they're working on similar on #88 - though i just tried that PR and didn't work for me. |
For the record these were my hacks to get it working (before deciding not to go ahead and actually replace my default instance - I went for LxRunOffline instead to install a new image alongside but used this app to grab the docker images):
There are a few uuid-ish things in there which you will need to modify to match your environment's registry entry / directory but generally that appeared to be all that was required. There be dragons. |
I've tried fquinner's patch (making the appropriate changes) and while we can make this generic by querying "HKCU\Software\Microsoft\Windows\CurrentVersion\Lxss" for "DefaultDistribution" and get the UUID key (which includes the BasePath for basedir) I'm stopped with another issue. get_lxss_user in utils.py fails because DefaultGid and DefaultUsername are missing from the Lxss registery keys. Searching the full registry they don't seem to exist. Can we default these to a value if they don't exist? This is with a fresh Win10 Pro install (version 1803), WSL enabled, and WSL Ubuntu from the AppStore installed. |
I think this project is dead. Use https://github.com/Microsoft/WSL-DistroLauncher or something else. |
The only thing you need to do is go to the windows store and install the Debian package from there. |
I don't think WSL DS works with the fall creators update (build 1709). This presents similarly to #30, but I think it's a different issue.
I believe this because one of the recent updates (build 1703 or 1709, I'm not sure which), changed a number of things about how the system works. For one, the windows store has multiple available distributions.
Using Anaconda Python 3.6:
Attempting a fix from #30:
To be clear, WSL is installed, and the Ubuntu distro for WSL is installed and not running. And I was running from CMD.
The text was updated successfully, but these errors were encountered: