|
Bugzilla – Full Text Bug Listing |
| Summary: | timedated fails to enable/disable NTP and fails to detect if NTP is enabled | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.3 | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | Basesystem | Assignee: | Reinhard Max <max> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P2 - High | CC: | forgotten_2I9xix4fwL, sorenson2743 |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michael Catanzaro
2013-02-14 05:23:49 UTC
I don't know if this is the same thing, but ... clean install of 12.3rc1 KDE4 (tried with both 32 and 64 bit DVDs) into real partition, in a multiboot environment: Win7, 12.2 (default), 12.2 (another part'n, backup). My 12.2 NTP both work fine, as does Win7 (with task/rule set to do NTP each boot time). In 12.3 RC1 (and Mx IIRC), clock is off (ahead) by 5 hours, despite specifying Eastern US timezone in setup. Moreover, using Yast - NTP setup to add a public time server will result in time re-setting to right time, but does not survive a shutdown, or that partition being activated after another of the multiboots, i.e., resets to 5 hours ahead again. If I try to reset via clock applet, I get same error as original poster. I tried copying in the /etc/ntp.conf file from my (OK) 12.2 installs, and no difference in Yast-NTP behaviour. Contents of original /etc/adjtime: 0.000000 1361125321 0.000000 1361125321 LOCAL Contents of (uncommented part of) original /etc/ntp.org: server 127.127.1.0 fudge 127.127.1.0 stratum 10 driftfile /var/lib/ntp/drift/ntp.drift logfile /var/log/ntp keys /etc/ntp.keys trustedkey 1 requestkey 1 server ca.pool.ntp.org iburst ntp package should be modified to ship with systemd service. A whole "schwack" of updates via Yast has apparently fixed the NTP "wrong time" error condition. Looks like RC2 and Final will be OK in this area. That's good but not related to timedated; this is a systemd dbus interface used for managing various datetime settings. You can test it via the timedatectl program or in GNOME System Settings (where you'll notice the NTP toggle does not reflect reality). timedated will not work until an ntp unit is installed into ntp-units.d. systemd 198 has a CanNTP property that allows timedated to be used even if NTP is unavailable, meaning timedated will no longer be completely broken once we upgrade to systemd 198. (GNOME 3.8 will check this property and set the NTP toggle insensitive if NTP is unavailable.) Yay! Therefore we no longer need our patches to gnome-control-center and gnome-settings-daemon that make GNOME work without timedated. Well, "yay" provided we're fine with users configuring NTP during install or in YaST, and GNOME reporting it as being off and unavailable. This seems really poor. Are there any plans to provide an ntpd unit for 13.1? Not 13.1, but 13.2. |