| Summary: | ntpdate doesn't include a default ntp.conf | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> |
| Component: | ntp | Assignee: | Miroslav Lichvar <mlichvar> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mlichvar, pertusus |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-01-09 11:54:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Peter Robinson
2012-01-07 12:48:31 UTC
The ntpdate service is disabled by default and it has its own config in the /etc/ntp/step-tickers file, ntp.conf is used only as a fallback. Also, ntpdate will be probably dropped in the upcoming ntp-4.2.8 release. The Fedora default is to run a fully featured NTP client. It doesn't use that config by default and it should so its still a bug. Also running the full daemon on startup or on a daily/weekly is a bit of overkill if you just want to ensure the date is mostly correct but doesn't need micro second accuracy It uses the config by default, but it's empty. You need to enable the service and put some servers in the config. I think usefulness of the service depends on how often is the machine rebooted. If daily, I guess time error of couple seconds is not a big deal for some users. (In reply to comment #3) > It uses the config by default, but it's empty. You need to enable the service > and put some servers in the config. It shouldn't be, it should be useful out of the box, like ntpd and hence this bug report > I think usefulness of the service depends on how often is the machine rebooted. > If daily, I guess time error of couple seconds is not a big deal for some > users. well for smaller devices such as tablets and small devices that run power its quite useful and to have it working out of the box so end users don't need to configure things should be the case. With the ntp.conf that's shipped it just works (and seems to reference that by default). The ntpdate or ntpd service still needs to be enabled, they are not enabled by default. Would it be acceptable to add some default servers to the step-tickers file? pool.ntp.org servers added to default step-tickers in ntp-4.2.6p4-3.fc17. |