You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT
Please read README and Docs before creating the issue.
Please fill out the below information: Describe the issue
A clear and concise description of what the bug is.
when setting up a new instance, I get a couple errors upon running sudo pacman -Su
( 1/13) Creating system user accounts...
Failed to take /etc/passwd lock: Invalid argument
error: command failed to execute correctly
...
( 7/13) Creating temporary files...
/usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc/ detected, skipping.
All rules containing unresolvable specifiers will be skipped.
/usr/lib/tmpfiles.d/shadow.conf:1: Failed to resolve group 'groups': No such process
error: command failed to execute correctly
go through steps as described in docs. Error occurs in the last command at Initialize Keyring
Expected behavior
A clear and concise description of what you expected to happen.
I expected the output to not contain errors
Screenshots
If applicable, add screenshots to help explain your problem.
Enviroment:
Windows build number: [e.g. 10.0.17134.228] (Type ver at a Command Prompt)
Microsoft Windows [Version 10.0.19045.3930]
Security Software: [e.g. ESET Internet Security]
builtin windows defender ? Not sure what this is asking
WSL version 1/2: [e.g. WSL1]
Should be wsl 1 but I'm not entirely sure how this is working. For example the command wsl --set-version arch 1 results in
λ wsl --set-version arch 1
Conversion in progress, this may take a few minutes.
The distribution is already the requested version.
Error code: Wsl/Service/WSL_E_VM_MODE_INVALID_STATE
so let me know if this is an invalid setup. Working with this has been extremely frustrating.
ArchWSL version [e.g. 19.3.7.0]
22.10.16.0
ArchWSL Installer type zip/appx/other clean/update [e.g. appx update]
zip
Launcher version [e.g. 19030700] (Type Arch.exe version at a Command Prompt)
wsldl2, version 22020900 (amd64)
Additional context
Add any other context about the problem here.
this is on an azure windows vm provided by my employer so I'd have to ask for additional details surrounding the vm if that info is needed
The text was updated successfully, but these errors were encountered:
but the issue is with the original sudo pacman -Syu, i.e. if I rerun sudo pacman -Syu then the output says everything's fine - the same way sudo pacman -Syyu does. However when further trying to use arch, clearly things aren't working properly as I run into a lot of issues such as being unable to install packages. The original hint that things aren't working like they should is with the first run of sudo pacman -Syu
IMPORTANT
Please read README and Docs before creating the issue.
Please fill out the below information:
Describe the issue
A clear and concise description of what the bug is.
when setting up a new instance, I get a couple errors upon running
sudo pacman -Su
full command output here
To Reproduce
Steps to reproduce the behavior:
go through steps as described in docs. Error occurs in the last command at Initialize Keyring
Expected behavior
A clear and concise description of what you expected to happen.
I expected the output to not contain errors
Screenshots
If applicable, add screenshots to help explain your problem.
Enviroment:
Windows build number: [e.g. 10.0.17134.228] (Type
ver
at a Command Prompt)Microsoft Windows [Version 10.0.19045.3930]
Security Software: [e.g. ESET Internet Security]
builtin windows defender ? Not sure what this is asking
WSL version 1/2: [e.g. WSL1]
Should be wsl 1 but I'm not entirely sure how this is working. For example the command
wsl --set-version arch 1
results inhowever
wsl --version
results inso let me know if this is an invalid setup. Working with this has been extremely frustrating.
ArchWSL version [e.g. 19.3.7.0]
22.10.16.0
ArchWSL Installer type zip/appx/other clean/update [e.g. appx update]
zip
Launcher version [e.g. 19030700] (Type
Arch.exe version
at a Command Prompt)wsldl2, version 22020900 (amd64)
Additional context
Add any other context about the problem here.
this is on an azure windows vm provided by my employer so I'd have to ask for additional details surrounding the vm if that info is needed
The text was updated successfully, but these errors were encountered: