Changes between Version 2 and Version 3 of europa
- Timestamp:
- 09/22/06 01:23:46 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
europa
v2 v3 11 11 == rtc == 12 12 13 the rtc module appears to be loaded during the initrd phase somewhere, but it is incapable of setting the system clock on this hardware. switching to another rtc driver (`genrtc` instead of `rtc`) allows setting the hwclock. 13 the rtc module appears to be loaded during the initrd phase somewhere, but it is incapable of setting the system clock on this hardware. switching to another rtc driver (`genrtc` instead of `rtc`) allows setting the hwclock. ''(edit: this appears to be no longer an issue with newer kernels)'' 14 14 15 given that krb5 relies heavily on synced clocks, this is trouble. On further inspection, i'd expect ntpdate to run at startup, but it doesn't appear to be happening. i'm adding `/etc/rcS.d/S51ntpdate` to try to avoid those problems. 15 given that krb5 relies heavily on synced clocks, this is trouble. On further inspection, i'd expect ntpdate to run at startup, but it doesn't appear to be happening. i'm adding `/etc/rcS.d/S51ntpdate` to try to avoid those problems. ''(edit: this is no longer needed, since the [wiki:NTP] overhaul)''
