Howdy!
I have a custom kernel installed, that does NOT allow IPv6. I cannot change that, and everything works fine - except for OpenNTPD which dies on start (I believe this is due to a DNS IPv6 record issue related to this bug here).
I'm at the newest version of OpenNPTD (I think):
While the bug report (see above) says that it has been fixed....I don't believe it has as OpenNTPD still terminates for me.
Not sure where to go from here, aside from forcing myself to learn all the in's and out's of NTP and forcing it to use IPv4. Unfortunately I would rather not scrap the OpenNTPD thing (which I am a huge fan of).
Any help is appreciated.
~Pacman
I have a custom kernel installed, that does NOT allow IPv6. I cannot change that, and everything works fine - except for OpenNTPD which dies on start (I believe this is due to a DNS IPv6 record issue related to this bug here).
Code:
# /usr/local/etc/rc.d/openntpd start
Starting openntpd.
Lost child: child exited
Terminating
Code:
Mar 28 18:47:30 <ntp.info> ntpd[73382]: ntp engine ready
Mar 28 18:47:30 <ntp.crit>ntpd[73382]: fatal: client_query socket: Protocol not supported
Mar 28 18:47:30 <ntp.crit>ntpd[73383]: dispatch_imsg in main: pipe closed
I'm at the newest version of OpenNPTD (I think):
Code:
===> Installing for openntpd-4.6_2,2
===> Generating temporary packing list
===> Creating users and/or groups.
Using existing group `_ntp'.
Using existing user `_ntp'.
install -s -o root -g wheel -m 555 /usr/ports/net/openntpd/work/ntpd/ntpd /usr/local/sbin
install -o root -g wheel -m 444 /usr/ports/net/openntpd/work/ntpd/ntpd.conf.5 /usr/local/man/man5
install -o root -g wheel -m 444 /usr/ports/net/openntpd/work/ntpd/ntpd.8 /usr/local/man/man8
install -o root -g wheel -m 444 /usr/ports/net/openntpd/files/ntpd.conf /usr/local/share/examples/openntpd
===> Installing rc.d startup script(s)
===> Correct pkg-plist sequence to create group(s) and user(s)
===> Compressing manual pages for openntpd-4.6_2,2
===> Registering installation for openntpd-4.6_2,2
While the bug report (see above) says that it has been fixed....I don't believe it has as OpenNTPD still terminates for me.
Not sure where to go from here, aside from forcing myself to learn all the in's and out's of NTP and forcing it to use IPv4. Unfortunately I would rather not scrap the OpenNTPD thing (which I am a huge fan of).
Any help is appreciated.
~Pacman