Bug ID | 1210085 |
---|---|
Summary | systemd-networkd: wireguard device no longer properly setup when using dracut-sshd |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | screening-team-bugs@suse.de |
Reporter | mrueckert@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
the server is boosted via dracut-sshd to unlock the encrypted root device. during that phase the setup of the wireguard devices fails with ``` Apr 03 12:37:16 fortizar systemd-networkd[687]: wg_darix: netdev could not be created: Operation not supported ``` though after the initrd is done and the normal system the devices are not being tried to set up again. a simple `networkctl reconfigure wg_darix` after logging in per ssh fixes it.