Bug 1732487
Summary: | Wireguard can't start with current systemd | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Vasiliy Glazov <vascom2> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 30 | CC: | innocent.bustander, lnykryn, msekleta, ssahani, s, systemd-maint, vitaly, xshram, yaneti, 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-08-05 19:57:33 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
Vasiliy Glazov
2019-07-23 12:46:18 UTC
The same bug after upgrade and reboot. I can confirm this issue. Broken in systemd-241-9.gitb67ecf2.fc30. Downgrading to systemd-241-8.git9ef65cb.fc30 helps. It looks like systemd-resolved might not be running. Does it help if you run 'sudo systemctl enable --now systemd-resolved' ? (In reply to Zbigniew Jędrzejewski-Szmek from comment #3) > It looks like systemd-resolved might not be running. Does it help > if you run 'sudo systemctl enable --now systemd-resolved' ? Thanks, it helped. Any changes in next systemd build will be done or we must enable systemd-resolved manually now? Current Fedora(*) default is to not enable systemd-resolved. It is true that in the past systemd-resolved would be enabled after the package was installed, but that was a bug. Wireguard should not rely on systemd-resolved running, since it's an optional component. Sorry, but the bug is the wireguard script. Most likely, the service needs to declare a dependency on systemd-resolved.service. (*) /usr/lib/systemd/system-preset/90-default.preset is owned by fedora-release-common. |