R RuthServer Guest Aug 5, 2006 #1 how often updates Plesk the time if a timeserver is enabled? *edit* thx Marc..i see it now
Z Zella Guest Aug 6, 2006 #2 Check the "root" cron job and you will see a line for the time server and how many time per day the time will be rsync. Hereafter an example : 47 * * * * /usr/sbin/ntpdate -b -s 129.132.2.21 >/dev/null 2>&1 With this line, time will be rsync every hour at 47 min. Marc
Check the "root" cron job and you will see a line for the time server and how many time per day the time will be rsync. Hereafter an example : 47 * * * * /usr/sbin/ntpdate -b -s 129.132.2.21 >/dev/null 2>&1 With this line, time will be rsync every hour at 47 min. Marc