C:\Users\用户名>net stop vmms The Hyper-V 虚拟机管理 service is stopping. The Hyper-V 虚拟机管理 service was stopped successfully. C:\Users\用户名>net stop LxssManager The LxssManager service is stopping. The LxssManager service was stopped successfully. C:\Users\用户名>taskkill /f /im wsl...
If it fails to work, then you will come across different issues such as the WSL2 stopped working error. You can try deleting the latest Windows update that you have installed on your PC. When running a Linux virtual machine on your Windows PC, you may come across issues such as the WSL...
网络服务管理程序分为两种,分别为SysV和systemd * service network status|start|stop|restart * chkconfig --list network * chkconfig --level ???(2345) network on|off * systemctl list-unit-files NetworkManager.service * systemctlstart|stop|restart NetworkManager * systemctl enable|disable NetworkManager...
How to collect WSL logs Download and executecollect-wsl-logs.ps1in anadministrative powershell prompt: Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1 Set-ExecutionPolicy Bypass -Scope Process ...
https://aka.ms/PSWindows PS C:\Users\kylin> wsl -l --all 适用于 Linux 的 Windows 子系统分发版: Legacy (默认) Ubuntu-20.04 PS C:\Users\kylin> wsl -l -v NAME STATE VERSION * Legacy Stopped 1 Ubuntu-20.04 Running 1 PS C:\Users\kylin> wsl --set-version Ubuntu-20.04 2 正在进行...
stopped the pause stream!0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Closing connection 0curl: (60) SSL certificate problem: unable to get local issuer certificateMore details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the serve...
facing the same situation. I thought docker was the problem, but then i realize it was something with wsl. I try everything: restarting, unistalling, checking / unchecking windows resources, cleaning processes, changing ubuntu 18 for 20... and i all got is this error when i start ubuntu...
PS D:> wsl --list --verbose NAME STATE VERSION * Debian Running 1 Debian11 Stopped 2 Ubuntu Running 2 打开新安装的系统 刚才的wsl --list,记录NAME列对应的名字,然后这样打开自己的刚安装的bullseye wsl -d Debian11 root@PC-XZ:/mnt/d# cat /etc/*-release PRETTY_NAME="Debian GNU/Linux 11 ...
Kernel version:5.4.72 I can verify that build 20313 it is still broken. I landed here trying to figure out what had gone wrong and what the triage was. I'm in the same boat as you as my working WSL2 compatible version expired on 1/31 and now won't start up....
Introduce wsl.exe --cd command to set current working directory of a command. Improve mapping of NTSTATUS to Linux error codes. [GH 6063] Improve wsl.exe --mount error reporting. Added an option to /etc/wsl.conf to enable start up commands: Console Copy [boot] command=<string> Build...