On Sat, 13 Aug 2016 00:22:43 -0400 (EDT)
Peter Olson <peabo@???> wrote:
> > On August 13, 2016 at 4:45 AM aitor_czr <aitor_czr@???>
> > wrote:
>
> As you know, today is August 12, not August 13.
>
> PLEASE FIX YOUR COMPUTER CLOCK!!!!
Aitor,
Just run this as a cronjob, ntpd might be too picky about hwclock
settings:
As root:
dpkg --purge ntp
/usr/sbin/ntpdate -b pool.ntp.org
hwclock --systohc
Then:
echo -e "\n*/5 * * * * /usr/sbin/ntpdate -b pool.ntp.org" \
>> /var/spool/cron/crontabs/root
echo -e "\n/usr/sbin/ntpdate -b pool.ntp.org" >> /etc/rc.local
R.
--
richard lucassen
http://contact.xaq.nl/