-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
udev gets stuck after reload not initializing devices #182449
Comments
In my case, it's The workaround in #195777 (comment) fixes the lack of initialization. However, the value of |
Is there any fix, we can work towards, should we change the parameter |
The lack of |
So I take it we should open an issue upstream and discuss a solution with udev devs ? |
Yeah, this is most likely an upstream issue. I put |
I've opened an issue upstream : systemd/systemd#34585 Hopefully we can get to the bottom of this issue |
Describe the bug
systemd-udev doesn't initialize all devices after a reload. This causes various follow-on issues like #180175.
Steps To Reproduce
Steps to reproduce the behavior:
sudo udevadm info /sys/class/net/wg0
The device is not initialized (note the lack of
USEC_INITIALIZED
):Expected behavior
Additional context
Probably an upstream bug triggered by NixOS because it likes to reload udev.
Notify maintainers
@flokli @kloenk @Mic92
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: