|
Bugzilla – Full Text Bug Listing |
| Summary: | /etc/rc.d/ntp should write clock to CMOS after doing ntpdate | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Vojtech Pavlik <vojtech> |
| Component: | Basesystem | Assignee: | Hendrik Vogelsang <hvogel> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Vojtech Pavlik
2005-11-09 14:40:01 UTC
Hm i really dont know if i want to do this. The ntp init script is already a pile of functions working around stuff that a system adiministrator should take care of manually. If your CMOS clock is that much off you should correct it, not ntp. I see your point. However, in that case one could argue that 'adjtime' should be used instead of ntpdate in that script, too. There are machines that don't keep the time all that well when turned off, and where NTP is the only sane option. On those the kernel CMOS updates will fail, and the administrator would have to fix the CMOS time all too much often. ok i will implement it with a sysconfig variable default set to no. Like NTP_ADJUST_CMOS_CLOCK='no'. Is that ok for you? Yes, I think that'd be fine. done in factory |