Skip to content
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

can't start Docker Desktop after upgrading to 2.3.11 #11813

Closed
1 of 2 tasks
pavelppp opened this issue Jul 19, 2024 · 10 comments
Closed
1 of 2 tasks

can't start Docker Desktop after upgrading to 2.3.11 #11813

pavelppp opened this issue Jul 19, 2024 · 10 comments

Comments

@pavelppp
Copy link

Windows Version

Microsoft Windows [Version 10.0.22631.3880]

WSL Version

2.3.11

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

No response

Distro Version

No response

Other Software

No response

Repro Steps

updated wsl 2.3.4 to 2.3.11

Expected Behavior

start Docker Desktop

Actual Behavior

running wsl distro proxy in Ubuntu-22.04 distro: exit status 1

Diagnostic Logs

No response

@pavelppp
Copy link
Author

works well after downgrading wsl to 2.3.4 from 2.3.11 that's apparently broken

Copy link

Logs are required for review from WSL team

If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'.
Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.

How to collect WSL logs

Download and execute collect-wsl-logs.ps1 in an administrative 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 -Force
.\collect-wsl-logs.ps1

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
If you choose to email these logs instead of attaching to the bug, please send them to [email protected] with the number of the github issue in the subject, and in the message a link to your comment in the github issue and reply with '/emailed-logs'.

View similar issues

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!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@jasonw4331
Copy link

Same Issue applies to me
WslLogs-2024-07-19_15-12-11.zip

@K2ouMais
Copy link

Yes, Docker Desktop crashes after updating to v2.3.11.

@marcingajda
Copy link

marcingajda commented Jul 20, 2024

I have downgraded to v2.2.4 and Docker Desktop works again.

Steps I made:

Now, it should start normally.

What I saw with v2.3.11 is that Docker Desktop fails to find the LxssManager service. But I have also found this comment which says that the service is not present when someone downloaded WSL from the Store.

Here is the output of Docker Desktop autodiagnose tool:

Please investigate the following 1 issue:

1 : The test: is the WSL LxssManager service running?
Failed with: LxssManager service is not running

The WSL LxssManager service must be running. Try running sc config LxssManager start=auto from an Administrator cmd.exe.

Unfortunately, the given command ends with:

sc.exe config LxssManager start=auto
[SC] OpenService FAILED 1060

I hope this will help the team to fix this (and will allow other people to easily Google this thread ;))

@AngelRodriguez8008
Copy link

@marcingajda Thanks a lot! It takes some hours to find it.

@purplelemons-dev
Copy link

Downgrading to 2.2.4.0 worked for me!

@denkulikov
Copy link

@marcingajda Thank you, it works fine!

@RichardWhitfield
Copy link

RichardWhitfield commented Jul 25, 2024

Downgrading worked for me too. Thanks @marcingajda!

@benhillis
Copy link
Member

Fixed with 2.3.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants