-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Update systemd and unbreak staging #37647
Conversation
It's required by systemd 238 because of a bug, otherwise systemd aborts.
Changes in systemd: removed NixOS/systemd@0a69f1d along with NixOS/systemd@74e8210 , added a patch on top to fix build with new https://github.com/abbradar/systemd/tree/nixos-v238 this should be pushed to a new branch in NixOS/systemd. cc @fpletz |
@GrahamcOfBorg build systemd |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: systemd Partial log (click to expand)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes LGTM. I'm giving this a spin on 18.03 now.
Success on x86_64-linux (full log) Attempted: systemd Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: systemd Partial log (click to expand)
|
Reported upstream: systemd/systemd#8556 |
|
@matthewbauer This should unbreak x86 on staging, I'll try to help with aarch64 separately. |
Hrm, apparently the old predictable interface naming from pre-17.09 is back: https://hydra.nixos.org/build/71743537/log/tail |
Just checked: The systemd update is triggering the predictable interface names change, not the kernel config change. 😕 |
Ugh. I found potentially breaking commits; investigating. |
@fpletz systemd/systemd@73fc96c#r176675065 found the offending change (notice that it was done in logging improvements ~_~). It seems from the code the previous naming has been a bug! We can wait for upstream comments I guess. |
Also if we don't want to change the behavior this late in the release cycle we can revert this one line specifically in 18.03 -- I've confirmed that it reverts names to the old (post-17.09) ones. |
Motivation for this change
Fix current staging problems by updating systemd and fix other packages around.
Fixes #36918.
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)Tested by building a near-empty VM. Upstream systemd bug report related to
CGROUP_NET_PRIO
is coming.