-
Notifications
You must be signed in to change notification settings - Fork 63
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
Wsl 2 error #1006
Comments
We're sorry that this issue has affected your experience. It appears to be a Windows permissions problem. It appears to be a Windows permissions issue, which may be caused by these reasons:
could you please let me know which language your Windows system is using? or you can try the following commands in PowerShell: takeown.exe /f C:\.olares
icacls.exe C:\.olares /grant Users:F |
hi ,my system language is french , thanks for help |
takeown.exe /f C:.olares C:\Users\ness_\Downloads>icacls.exe C:.olares /grant Users:F |
could you please try this command and then share the command output:
|
icacls.exe C:.olares /grant *S-1-5-32-545:F I tried to put the script at the root of C:, still the same error at the output : current: AZOTE\ness_ 2025-03-02T02:53:26.155+0100 [A] Azote: InstallWSLDistro success (8.6443736s) Installing Olares will create a WSL Ubuntu Distro and occupy at least 80 GB of disk space. Please enter the drive letter (e.g., C): C 2025-03-02T02:53:43.829+0100 [A] Azote: GetDiskPartition success (17.6735111s) |
C:>icacls.exe C:.olares /grant *S-1-5-32-545:F the problem would not be that yes the script is executed in admin but then: olares-cli.exe is not executed in administrator mode ? |
olares-cli.exe is also running with administrator privileges, but during the installation process, an error 1332 occurred when executing icacls.exe.
The 'Users' group was not correctly recognized in the French system. Based on the command you tried, we've identified the issue:
I sincerely apologize for the installation issues this caused. We will fix this bug as soon as possible. Thanks again for your help in tracking down this issue! |
thank you to you , I will install the docker version while waiting |
Please enter the drive letter (e.g., C):C
2025-03-01T01:32:10.190+0100 [A] Azote: GetDiskPartition success (26.0457377s)
2025-03-01T01:32:10.191+0100 [Module] MoveDistro
2025-03-01T01:32:10.191+0100 distro store path: C:.olares\distro, user: AZOTE\ness_
2025-03-01T01:32:10.209+0100 Azote exit status 1332
2025-03-01T01:32:10.209+0100 [A] Azote: MoveDistro failed (18.3144ms)
2025-03-01T01:32:10.210+0100 [Job] [Install the System] execute failed
2025/03/01 01:32:10 error: Module[MoveDistro] exec failed:
failed - Azote: [A] Azote: MoveDistro exec failed after 1 retires: exit status 1332
The text was updated successfully, but these errors were encountered: