2- rm /etc//localtime
3- ln -s /usr/share/zoneinfo/EST /etc/localtime
Now ssh to you solusvm machine main machine:
rm /etc//localtime
ln -s /usr/share/zoneinfo/EST /etc/localtime
ntpdate us.pool.ntp.org
This will sync the time
now run the cron every night to sync time
crontab -e
0 0 * * * ntpdate us.pool.ntp.org
No comments:
Post a Comment