-
Notifications
You must be signed in to change notification settings - Fork 9
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
"proc: Bad value for 'gid'" #20
Comments
Unable to reproduce on my machine. Rebuild for me works fine and so does the mount, where nix automatically replaces the group name with the gid number once the group is created with
I'll try to see if I can reproduce it in a VM. |
Issue reproduced in a fresh install on a new NixOS 24.05 VM. Unclear why so far? |
Please bear with the process, since there are currently some outstanding problems with the current implementation and a "stable" release is pending an initial rewrite. |
Are you on NixOS 24.05, per chance? This might have something to do with the version you're on. The boot failure occured in my 24.05 VM, but not on my unstable (24.11) system, and it seems likely that other users are using flakes which also forces upgrading to unstable. If this is the case, then there's presumably nothing I can do other than advise that all users run on 24.11+ as 24.05 is soon to reach EOL and unlikely to receive any upstream updates anymore as development focuses on the next version. |
Thanks for taking the time to see this!
I think so.
Oh cool. I'm pretty new to NixOS so I didn't know the versions had so short timespan (I'm assuming 24.05 came out on may? and we're in august). However if this is not a problem in the new version (probably a kernel upgrade that make the 'gid' accept strings?) I'll close this as "can't reproduce". Perhaps you can update the README with a compatibility notice? |
I am using nixpkgs-unstable, and I updated my stateVersion to |
Just to rule this out, what kernel version are you running? |
Linux 6.6.54 NixOS x86_64 GNU/Linux |
After applying the current (477ef33) version via zip-downloading and importing, and then
sudo nixos-rebuild switch
a reboot fails with:Commenting out this lines:
fixes it. It seems to dislike the "gid=proc" parameter (perhaps the group is created afterwards)?
BTW this is the first time I see a group being referred by name (and not id) in mount parameters.
I'm using
stateVersion=24.05
.The text was updated successfully, but these errors were encountered: