-
Notifications
You must be signed in to change notification settings - Fork 0
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
called Result::unwrap()
on an Err
value: InitSeccompContext
#1
Comments
Potentially you should try to disable sandboxing in virtiofsd in runInLinuxVM. It's a GitHub runner restriction from the looks of it. NixOS is fine with it. |
Appreciate the further tips @Mic92! I'll find some time to investigate this properly. I tried bringing up |
Maybe check if the sandbox option is actually responsible for disabling seccomp https://gitlab.com/virtio-fs/virtiofsd/-/blob/main/src/sandbox.rs?ref_type=heads https://gitlab.com/virtio-fs/virtiofsd/-/blob/main/src/seccomp.rs?ref_type=heads |
fixed in NixOS/nixpkgs#375792, waiting for https://nixpk.gs/pr-tracker.html?pr=375792 thanks again @Mic92 ⭐ |
This is resolved, but latest nixpkgs is broken for another reason (#2). Closing |
FWIW, I just ran into this on a local machine. Trying to apply the patterns in: NixOS/nixos-hardware#1329
|
@kibiz0r good to know. Does NixOS/nixpkgs#375792 solve the problem for you? |
@rcambrj Yep, that got me past it. Thanks for fixing that! |
Wish I could take the credit. I was still stumbling around trying to reproduce the problem by the time Mic92 had fixed it. |
Oh, big thanks to @Mic92 as well then! |
Cannot upgrade nixpkgs beyond
7cf092925906d588daabc696d663c100f2bbacc6
due to:...which only occurs in the github runners (local builds still succeed).
Raised on the offending nixpkgs pull request, will investigate @Mic92's suggestion.
The text was updated successfully, but these errors were encountered: