hay folks
i've made a cronjob to sync my date and time with a timeserver using ntpdate...
when i run the script everything works fine, but when i add this one to my cronjob, i get errors...
59 * * * * /bin/timesync.sh
gives me (dmesg): set_rtc_mmss: can't update from 0 to 59
the script is very simple:
ntpdate ntp.blabla.com
there are a lot of topics about this issue, but very technical, and i don't understand the shizzle... it's important for me to correct the systemtime very often because the systems clock is going very wrong..
