Bug 1733674
Summary: | networkd doesn't manage network devices during boot | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Georg Sauthoff <fedora> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 29 | CC: | lnykryn, msekleta, ssahani, s, systemd-maint, zbyszek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-07-27 09:16:40 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Georg Sauthoff
2019-07-27 07:44:33 UTC
Please attach the boot log (journalctl -b -u systemd-networkd -u systemd-udevd). Hm, I was confused by `systemctl status systemd-networkd` reporting: Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; vendor preset: disabled) Turns out it wasn't really enabled and a following `systemctl enable systemd-networkd` did create some links: Created symlink /etc/systemd/system/multi-user.target.wants/systemd-networkd.service → /usr/lib/systemd/system/systemd-networkd.service. Created symlink /etc/systemd/system/sockets.target.wants/systemd-networkd.socket → /usr/lib/systemd/system/systemd-networkd.socket. Created symlink /etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service → /usr/lib/systemd/system/systemd-networkd-wait-online.service. Meaning that it wasn't really enabled, before. The 'link is not managed by us' apparently come from the dhcp6 client (which is enabled because of RAs) which arguably kind of misleading. I saw them during boot because networkd was actually enabled in the initramfs. |