FreeBSD 10.0 image and build script for EdgeRouter Lite

Nathan Dorfman na at rtfm.net
Tue Feb 4 22:24:59 UTC 2014


On Sun, Feb 2, 2014 at 11:25 AM, Kurt Lidl <lidl at pix.net> wrote:
> In booting this up, I see the warning:
>
> warning: no time-of-day clock registered, system time will not be set
> accurately
>
> I don't see anything in the kernel config file for a realtime clock
> or time-of-day chip on these boards.  Does anybody know anything about
> what TOD/RTC these boards have on them.  I've got a secondhand report
> that the clock on these keeps very good time when running the UBNT
> supplied linux system.
>
> Looking at the '/var/log/dmesg' from one of these running the linux
> system, I didn't see anything related to a RTC/TOD clock, but I might
> have just missed it in my quick scan of the devices.

Hi Kurt,

I don't think there is a hardware clock on the device, though I could
be wrong. I bet the vendor firmware has NTP on by default, though. You
can enable it on FreeBSD by placing these lines in your /etc/rc.conf:

ntpd_enable="YES"
ntpd_sync_on_start="YES"

Then either 'service ntpd start' or just reboot.

-nd.


More information about the freebsd-mips mailing list