Klaus -

>   ~> /sbin/adjtimex  --tick 10000  --frequency 0
>   ~> /sbin/adjtimex  --adjust
>   read() from /dev/rtc to wait for clock tick failed: Input/output error
>
>   (and error code 1)

That is one step closer to the answer.  What are the permissions on
/dev/rtc?  They should look like this:

  crw-rw---- 1 root floppy 10, 135 Mar 14  2002 /dev/rtc

Also, I'd appreciate if you would run

  strace -o /tmp/log /sbin/adjtimex --adjust --verbose

What are the last 40 lines or so?  (The read() system call and its
return value should be there.)

           - Jim Van Zandt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to