Changes between Version 2 and Version 3 of europa


Ignore:
Timestamp:
09/22/06 01:23:46 (19 years ago)
Author:
dkg@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • europa

    v2 v3  
    1111== rtc ==
    1212
    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.
     13the 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)''
    1414
    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.
     15given 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)''