-
Notifications
You must be signed in to change notification settings - Fork 822
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 does not start: Error code: Wsl/Service/CreateInstance/CreateVm/ConfigureNetworking/HNS/0x800706d9 #11265
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
Go try |
Thanks, but unfortunately this didn't change anything and I think I need WSL 2 for Docker. |
I also use docker, I did uninstall Docker and reinstalled with the latest installer. This won't harm your Containers, they presist. |
@keith-horton: This seems to be caused by an HNS issue although I'm seeing any HNS logs in the trace. How can the user work around this ? |
It doesn't look like HNS is running: @ElD4n1 , can you see the state of the HNS service? did someone disable it? sc queryex hns it might have crashed repeatedly which now it won't auto-start. If the service shows stopped, then you can start the WSL Network powershell script again, then run "sc start HNS". If it doesn't start running, please share the traces. @OneBlue , do we publish a way to capture if someone has crashed? If so, we would want to look at the svchost crashing process for HNS. |
@OneBlue , do we publish a way to capture if someone has crashed? If so, we would want to look at the svchost crashing process for HNS. Yes, these are the instructions on how to collect a usermode crash |
This issue has been automatically closed since it has not had any author activity for the past 7 days. If you're still experiencing this issue please re-file it as a new issue. Thank you! |
The problem in my case was, that the "Host Network Service" (hns) was not running. After setting it to "Auto Delayed" is worked for me. |
Thank you! I disabled all the services in Windows, and everything stopped working. To get it working again, I had to use the following commands: And start this service: Host Network Service (hns). |
Windows Version
Microsoft Windows [Version 10.0.19045.4046]
WSL Version
2.1.4.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.146.1-2
Distro Version
No response
Other Software
Docker Desktop (Windows) Version 4.26.1
Repro Steps
Run "wsl" in command line
Expected Behavior
WSL starts
Actual Behavior
Diagnostic Logs
WslNetworkingLogs-2024-03-07_10-24-12.zip
WSL suddenly stopped working, it was already working before.
I already tried the following steps, mainly based on #10755 :
The networking logs were collected after performing those steps.
The text was updated successfully, but these errors were encountered: