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

WSL2: After having started new WSL instance many times, it doesn't start any more. #4126

Closed
0xbadfca11 opened this issue Jun 14, 2019 · 5 comments
Assignees
Labels
workaround-available wsl2 Issue/feature applies to WSL 2

Comments

@0xbadfca11
Copy link

  • Your Windows build number:
    Microsoft Windows [Version 10.0.18917.1000]

  • What you're doing and what's happening:
    Every time start a new WSL instance, ext4.vhdx is given a new ACL.
    When after it starts approximately 2000 times, WSL will not start.

Batch file for reproduction

:start
wsl -e /bin/true
wsl --shutdown
goto start

The inherited access control list (ACL) or access control entry (ACE) could not be built.
The inherited access control list (ACL) or access control entry (ACE) could not be built.

@benhillis
Copy link
Member

Excellent bug! I will take a look.

@benhillis benhillis self-assigned this Jun 14, 2019
@benhillis
Copy link
Member

If you get into this state, you can remove the GUID ACLs from the file via Properties -> Security -> Edit and removing the GUID entries from the "Group or user name"list.

@wisq
Copy link

wisq commented Oct 13, 2022

I just experienced this bug and had to delete (presumably some 2000) ACLs from my ext4.vhdx file to get WSL working again. Is there some update process I need to apply to get this fix?

@ggodool
Copy link

ggodool commented Oct 20, 2023

I just experienced this bug too. And I also had to delete GUID ACLS from my ext4.vhdx too.
Could you fix this bug?

@darkzbaron
Copy link

Have the same issue, the fix works but it's annoying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workaround-available wsl2 Issue/feature applies to WSL 2
Projects
None yet
Development

No branches or pull requests

6 participants