Skip to content

Instantly share code, notes, and snippets.

@dlangille
Created June 10, 2015 01:40
Show Gist options
  • Save dlangille/2261cff553393d9225ed to your computer and use it in GitHub Desktop.
Save dlangille/2261cff553393d9225ed to your computer and use it in GitHub Desktop.
ntpd does not run on FreeBSD 11.x on Rasperberry Pi 2
[root@dvl /var/log]# /usr/sbin/ntpd -n
8 Jun 18:31:52 ntpd[1090]: ntpd 4.2.8p2-a (1): Starting
8 Jun 18:31:52 ntpd[1090]: Command line: /usr/sbin/ntpd -n
8 Jun 18:31:52 ntpd[1090]: proto: precision = 3.645 usec (-18)
8 Jun 18:31:52 ntpd[1090]: Listen and drop on 0 v6wildcard [::]:123
8 Jun 18:31:52 ntpd[1090]: Listen and drop on 1 v4wildcard 0.0.0.0:123
8 Jun 18:31:52 ntpd[1090]: Listen normally on 2 lo0 [::1]:123
8 Jun 18:31:52 ntpd[1090]: Listen normally on 3 lo0 [fe80::1%1]:123
8 Jun 18:31:52 ntpd[1090]: Listen normally on 4 lo0 127.0.0.1:123
8 Jun 18:31:52 ntpd[1090]: Listen normally on 5 ue0 10.66.66.66:123
8 Jun 18:31:52 ntpd[1090]: Listen normally on 6 wlan0 10.2.213.242:123
8 Jun 18:31:52 ntpd[1090]: Listening on routing socket on fd #27 for interface updates
[root@dvl /var/log]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment