On Wed, Sep 28, 2005 at 05:21:03PM -0400, David Morse wrote: > > FWIW I did try running "ntpd -s -d" and got the same complaint to stderr.
Did it still say that adjtime() was failing, or did it complain about settimeofday() now? The log only showed adjtime. I'm starting to suspect something else, since it really shouldn't return an EINVAL for adjtime() in the first place. If memory is any good, the kernel only limits it if it's not done by adjtime(), which is a call to adjtimex() with ADJ_OFFSET_SINGLESHOT. And looking at the code again, it shouldn't. It's not really making sense to me. I have no idea if this can have any effect, but do you have the rtc module loaded? Does /dev/rtc exists? Does /sbin/hwclock work? Can you show the output of that ntpd -s -d? Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

