my system's time is always 8h ahead, and my bios time is the same as my system's time. I had added these lines to my /etc/rc.conf:
I had also added these lines to /etc/ntp.conf:
and comment out :
system's time is still not right.How to set up?
Code:
ntpd_enable="YES"
ntpd_sync_on_start="YES"
I had also added these lines to /etc/ntp.conf:
Code:
server 0.freebsd.pool.ntp.org iburst maxpoll 9
server 1.freebsd.pool.ntp.org iburst maxpoll 9
server 2.freebsd.pool.ntp.org iburst maxpoll 9
server 0.cn.pool.ntp.org
server 1.cn.pool.ntp.org
server 2.cn.pool.ntp.org
server 3.cn.pool.ntp.org
and comment out :
Code:
pool 0.freebsd.pool.ntp.org iburst
system's time is still not right.How to set up?