:~>Any suggestions?

Add this somewhere to your cron, or to the PPP start-script, if you do
not have a constant ethernet connection:

#!/bin/sh 
# set the time 
timeserver=ts1.univie.ac.at
#timeserver=pap.univie.ac.at 
killall rdate > /dev/null 2>&1 
/usr/bin/rdate -s $timeserver>>/dev/null& 
/usr/sbin/setclock


Works for me. You should change the time server though...  

cu
        Denis

Reply via email to