-
Notifications
You must be signed in to change notification settings - Fork 830
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
Error code: CreateInstance/CreateVm/ConfigureNetworking/0x8007054f #12351
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The script will output the path of the log file once done. If this is a networking issue, please use collect-networking-logs.ps1, following the instructions here Once completed please upload the output files to this Github issue. Click here for more info on logging View similar issuesPlease 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! Closed similar issues:
|
/emailed-logs |
Diagnostic information
|
Alright, I need to correct my previous description. Today, when I encountered this issue again, I tried changing |
Is your system fully patched with Windows updates? There was a regression in Windows that has been fixed in a recent KB. |
I checked Windows Update, and it just notified me that I am using the latest version. However, I noticed that there is a manually installable patch, KB5046732. I will download it and continue to monitor whether the issue reoccurs. |
It still occurred, the latest KB patch didn't work. |
可以先关闭占用53端口的系统进程,然后在进程重启之前快速打开wsl |
我怀疑过端口问题,但我不确定是哪个冲突的端口。我刚刚检查了,没有在系统上找到使用53端口的进程。 |
Windows Version
Microsoft Windows [Version 10.0.22631.4460]
WSL Version
2.3.26.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.167.4-1
Distro Version
Ubuntu 22.04
Other Software
None
Repro Steps
Running wsl terminal first while wsl is stop.
Expected Behavior
wsl can start normally without any errors.
Actual Behavior
After Windows has been running for a certain period (during which WSL is usually inactive), there is a chance that the next time you attempt to start WSL, the following error may occur:
or maybe like this in english:
LOG:I'm not sure where the log will appear, and the error message doesn't provide a log path.
I suspect this error code 0x8007054f is primarily caused by Windows, and the error code likely originates from the Windows system. Although WSL is functioning properly, there seems to be no internet connectivity.
And this error code always disappears after a Windows restart. Or I change
autoProxy=true
tofalse
in the.wslconfig
file. Of course, I just tested it, and even if I change the autoProxy configuration back to true and only restart WSL, it still works fine.Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: