Skip to content
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

Fix switch-to-configuration-ng on WSL #321662

Merged
merged 3 commits into from
Jul 26, 2024
Merged

Conversation

jmbaur
Copy link
Contributor

@jmbaur jmbaur commented Jun 22, 2024

Description of changes

Fixes #319529

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

In order to have the format strings include the proper content, we must
use `with_context()`.
The switch-to-configuration-ng program is able to be called in two
different contexts, (1) when being called as root by as the entrypoint
to NixOS switching (often from nixos-rebuild), and (2) when performing
user activation. On WSL, calling the child process for the latter
context appears to not work without also setting the GID of the child.
Setting the GID for the child process is likely the right thing to do
regardless of the host system being WSL.
@jmbaur
Copy link
Contributor Author

jmbaur commented Jun 22, 2024

@ofborg test switchTestNg

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/4148

@jmbaur jmbaur requested a review from dasJ July 15, 2024 22:52
@jmbaur
Copy link
Contributor Author

jmbaur commented Jul 15, 2024

@dasJ could I get a review from you on this one? I apologize as I realize you're not directly tied to the maintenance of this, but there isn't really any once else I can think of to pull in and review this one.

Copy link
Member

@isabelroses isabelroses left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes this issue for me, would love to have this merged :)

@jmbaur jmbaur added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Jul 21, 2024
@Aleksanaa Aleksanaa merged commit c5c722b into NixOS:master Jul 26, 2024
41 checks passed
@jmbaur jmbaur deleted the stc-ng-wsl branch July 26, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new switch-to-configuration-ng: Failed to run user activation...
4 participants