Bug 656747
Summary: | systemd continually setting clock to UTC vice local time | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Clyde E. Kunkel <clydekunkel7734> |
Component: | systemd | Assignee: | Lennart Poettering <lpoetter> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | awilliam, lpoetter, metherid, mschmidt, notting, plautrba, robatino |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-11-25 01:50:22 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Clyde E. Kunkel
2010-11-24 01:50:10 UTC
Do you have initscripts-legacy installed? No. Should I? Could you paste /etc/adjtime please? What is the result of 'systemctl is-enabled hwclock-load.service ; echo $?' this is with clock showing UTC when local time is wanted: [kunkelc@P5K-EWIFI ~]$ cat /etc/adjtime -5.875116 1290638232 0.000000 1290638232 LOCAL [kunkelc@P5K-EWIFI ~]$ systemctl is-enabled hwclock-load.service ; echo $? 1 [kunkelc@P5K-EWIFI ~]$ Hmm, OK. this happens because i forgot to enable hwclock-load.service on package install. I have now fixed that in the .spec file in 15. On your machine please fix this manually with "systemctl enable hwclock-load.service". That fixed it. Thanks. I converted an F15 to Rawhide day before yesterday, with the problem reported here resulting. I had to 'systemctl enable hwclock-load.service' to get my clock right. as I read the fix, it won't work for updates of an already-installed systemd-units package, indeed - only for the first install of that package (including the first time it's installed to replace upstart, so it'll work okay on f14->f15 upgrades). -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers |