*BSDThis forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Debian, Ubuntu, Redhat, Fedora, SLES, OpenSUSE, FreeBSD, Mac OS X
Posts: 221
Rep:
Keeping DATE setting constant in FreeBSD 7.0
Hello all,
I am using FreeBSD 7.0 on VMware. I am facing a serious issue. The date on my FreeBSD server is changing continuously i.e. the clock is running slow and is not able to match the clock of my host (Windows machine). I guess it has something to do with NTP server setting or may be UTC clock setting but I am not sure.
My only requirement is that I want to keep my clock constant according to my timezone (IST/India)
NB: there are a number of gotchas when running a vmware FBSD guest under a Windows host. Do not query someone's ntp server constantly to solve this problem.
In your case, you'll need to add the following entries to /boot/loader.conf:
Code:
kern.hz=100
hint.apic.0.disabled=1
Also be sure your timezone is set properly (with tzsetup).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.