> > > Hi, > > > > I've had some rather mysterious clock-skew which went away > > when I recompiled the genrtc.c module with another compiler, > > did anyone notice something unusual? > > > > Richard > > Hi, > > my clock is 4 hours too late under Linux 2.4.18. > timeconfig fails: > [root@ /root]# timeconfig > timeconfig: critical error reading /etc/localtime: Invalid argument
this looks like some timezone issue, you need to copy `locate Europe/Berlin` to /etc/localtime or 'export TZ=Europe/Berlin' Richard
