-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
21.11-d89f18a1 fails after initial import with nsenter: failed to parse pid: '-p'
#67
Comments
This
Seems like the |
Rebooting or terminating the instance after importing 'solves' the problem. It looks like the installer leaves the system in a bad state.
|
The "An error occurred mounting one of your file systems. Please run 'dmesg' for more details." on first launch can be safely ignored. It should not happen after the installer has ran though. It happens because there is no You should not drop back to powershell after the installer finishes, instead a bash should open. There was an issue that caused the activation script to fail on the first start. I have pushed a fix for that issue and moved the release to that commit. The issue might be that you have a copy of the installer tarball that does not contain the fix. Can you give me the timestamp of the tarball you downloaded? |
|
The file you have contains the fix. That means there is another problem here |
The problem was introduced by a change from #64. The commit just before it was merged works just fine |
nsenter: failed to parse pid: '-p'
I have created a PR that should fix the issue. The CI should have built a tarball soon, so you can try if it works https://github.com/nix-community/NixOS-WSL/suites/5882551859/artifacts/198820817 |
Solves the problem for me. Thank you! |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: |
This is on a Dell Latitude 7320 with Windows 11 fresh from the box.
Ubuntu on WSL works fine.
Import goes fine.
First run gives
An error occurred mounting one of your file systems. Please run 'dmesg' for more details.
but continues installation.Second run exits with
An error occurred mounting one of your file systems. Please run 'dmesg' for more details. nsenter: failed to parse pid: '-p'
.I'll see if I can troubleshoot what's going on. I suspect it may be behind on updates.
I'll update it and report back.
If the updates fix it, I'll close the issue and hopefully somebody else who runs into this issue is helped by this.
The text was updated successfully, but these errors were encountered: