I have a FreeBSD 14.2 running on VirtualBox VM, and it's using ntpd to sync the time, the rc.conf is as below:
it works but if the host PC (MS Windows) has slept for a long time such as 3 hours, when I wake up the PC, the FreeBSD time is not sync anymore and it shows below messages:
I guess it's not the normal way to use FreeBSD that the host PC will sleep
, it is actually for testing purpose, is there any way to overcome it (or let it sync again automatically after wake up)? thanks.
Code:
ntpd_enable="YES"
ntpd_sync_on_start="YES"
it works but if the host PC (MS Windows) has slept for a long time such as 3 hours, when I wake up the PC, the FreeBSD time is not sync anymore and it shows below messages:
ntpd[723]: Clock offset exceeds panic threshold.
ntpd[723]: Set system clock by hand.
I guess it's not the normal way to use FreeBSD that the host PC will sleep
