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

systemd-sysctl stopped working at boot #2167

Open
anmazzotti opened this issue Aug 27, 2024 · 0 comments
Open

systemd-sysctl stopped working at boot #2167

anmazzotti opened this issue Aug 27, 2024 · 0 comments

Comments

@anmazzotti
Copy link
Contributor

elemental-toolkit version: nightly

Describe the bug

I did setup /etc/sysctl.d/99-k8s.conf as follows:

net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_forward = 1
net.ipv4.conf.all.forwarding = 1

This used to work fine and I think it broke somewhere in July 2024.
Can only be reproduced on nightly, not on 2.1.0 for example.

systemd-sysctl doesn't seem to work anymore at boot.
Config is not applied.
This only happens on the installed/active system, it works as expected from the live media.

Logs
live-logs.txt
active-logs.txt

Additional context
As a workaround, restarting systemd-sysctl at boot seems to work fine

name: "Workaround for systemd-sysctl missing boot"
stages:
  boot:
  - commands:
    - systemctl restart systemd-sysctl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant