The -s option for ntpdate tells it to log to syslog. I would check your syslog files for any errors. As for the entry in crontab, it looks fine.
-- Personal: Trevor Lauder Web: http://www.thelauders.net E-Mail: [EMAIL PROTECTED] Work: Trevor Lauder Technical Services Specialist Wireless Networks Inc. Web: http://www.wirelessnetworksinc.com E-Mail: [EMAIL PROTECTED] Johnny Stork said: > I am trying to script an automated crontab entry for a kickstart > postinstall script but I cant seem to get it to work. Here is what I > have been trying to use > > # Setup Time cron job > cat <<EOF >/tmp/crontab.root > 0,15,30,45 * * * * /usr/sbin/ntpdate -s 136.159.2.1 >/dev/null 2>&1 > > > > <hr> > <b><font color=blue size=4>Open Enterprise Solutions</font></b> > <b><font color=red>Linux & Open Source Solutions for Business</font></b> > > Johnny Stork, BA > Calgary, AB > Canada > > <a href="http://www.openenterprise.ca"> > www.openenterprise.ca</a> > > --------------------------------------------------- > The Webtop Personal Web-based Email System > http://www.yourwebtop.com
