NTP time in PCLinuxOS

ntp not setting time

su
service ntpd stop chkconfig ntpd off
echo -e '#!/bin/sh\nntpdate ntp.ubuntu.com' >/etc/cron.daily/ntpupdate.cron
chmod a+x /etc/cron.daily/ntpupdate.cron