-
Notifications
You must be signed in to change notification settings - Fork 854
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: Wsl/Service/E_UNEXPECTED #9490
Comments
/logs |
Hello! Could you please provide more logs to help us better diagnose your issue? To collect WSL logs, download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The scipt will output the path of the log file once done. Once completed please upload the output files to this Github issue. Click here for more info on logging Thank you! |
this just happened to me after shutting down my ubuntu distro and then rebooting (after installing a few packages from the ubuntu-desktop bundle) please help, that distro has a lot of important stuff on it |
it somehow automagically revived itself? |
WslLogs-2023-04-14_07-19-36.zip For me WSL runs great initially. I notice this issue if I come back to work after a big gap. Once I hit the error, wsl --shutdown is useful.
I am running the following: snapd, microk8s and I use VSCode plugin for WSL. |
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-open it. Thank you! |
1 similar comment
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-open it. Thank you! |
same error |
same error: |
@Taco0220, It's not the solution to this issue. Only a way to get back the files inside the WSL. |
I've tried a lot of things, but nothing worked。 |
This just happened to me |
Get it frequently lately. Much confusion. I feel like it started once I:
|
I had the same error today. |
wsl.exe --shutdown worked for me |
Version
Microsoft Windows [Versión 10.0.19045.2486]
WSL Version
Kernel Version
5.15.79.1
Distro Version
Ubuntu 22.04
Other Software
No response
Repro Steps
steps taken until I got the error, in a fresh OS installation
sudo nano /etc/wsl.conf
[boot] systemd=true
wsl.exe –shutdown
Install webmin
sudo nano /etc/apt/sources.list → deb https://download.webmin.com/download/repository sarge contrib
wget https://download.webmin.com/jcameron-key.asc
cat jcameron-key.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/jcameron-key.gpg
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install webmin
install webinoly (lemp)
wget -qO weby qrok.es/wy && sudo bash weby -clean
sudo stack -php-ver=8.1
sudo stack -mysql-ver=10.6
sudo stack -lemp
So far so good, all services work properly.
Expected Behavior
When closing the console window where the linux operating system is open, the WSL is expected to stop all services in the background and turn off the virtual machine.
Actual Behavior
When I start the application again I get the following error:
Fatal Error
Error code: Wsl/Service/E_UNEXPECTED
press any key to continue
and then the window closes.
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: