Bug 1341817
Summary: | timedatectl: Failed to query server: Input/output error | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Juan Orti <jorti> | ||||
Component: | timedatex | Assignee: | Miroslav Lichvar <mlichvar> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 23 | CC: | johannbg, jsynacek, lnykryn, mlichvar, msekleta, muadda, 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: | 2016-06-14 10:13:48 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: | |||||||
Attachments: |
|
Description
Juan Orti
2016-06-01 19:44:34 UTC
Created attachment 1163775 [details]
strace -f timedatectl
Looks like a there is a clashing BusName=org.freedesktop.timedate1 in /usr/lib/systemd/system/timedatex.service and /usr/lib/systemd/system/systemd-timedated.service How do I fix this? (In reply to Juan Orti from comment #2) > How do I fix this? # systemctl mask systemd-timedated # systemctl stop systemd-timedated In https://bugzilla.redhat.com/show_bug.cgi?id=1187072, timedatex.service was enabled in by default. timedatex.service should include Conflicts=systemd-timedated. Ok, masking that unit fixes the problem. Thank you. The timedatex package includes a symlink which masks systemd-timedated by default. Was the symlink removed? Maybe something related to presets? This problem happened after I did a failed dnf upgrade to f24 which ended with many duplicate packages from f23 and f24. As I did a btrfs rollback of the root filesystem I thought everything was ok, but maybe I messed up things playing with the dnf command. I've just verified that after installing F23, fully updating it and updating to F24 still leaves systemd-timedated masked. |