Date: Mon, 23 Apr 2012 13:13:49 -0500 From: "Dean E. Weimer" <dweimer@dweimer.net> To: <freebsd-questions@freebsd.org> Subject: ntpd problems after port updates Message-ID: <15eb19d114c2b3d3b0469bc2f9fbdb33@www.dweimer.net>
next in thread | raw e-mail | index | archive | help
I am running NTPD built from ports on system that has had world rebuilt without ntp. After doing some port updates this morning to the latest OpenSSL which caused ntp to rebuild as its built against the OpenSSL port. ntpd now core dumps at start, in order to attempt and resolve the issue I tried starting ntpd with the -d switch added, at which point it loads fine without any problems. NTP options set in rc.conf # Enable NTP Daemon ntpd_enable="YES" ntpd_flags="-p /var/run/ntpd.pid" ntpd_program="/usr/local/bin/ntpd" Only option checked when doing make config on the port is the with OpenSSL option. if I execute: /usr/local/bin/ntpd -p /var/run/ntpd.pid The result is a signal 11 core dump. if I execute: /usr/local/bin/ntpd -d -p /var/run/ntpd.pid The result is a successful launch, but of course it doesn't detach from the terminal and it start showing debugging logs on the terminal. Anyone have any clue how I can determine what's causing it to crash when started without the -d? -- Thanks, Dean E. Weimer http://www.dweimer.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15eb19d114c2b3d3b0469bc2f9fbdb33>