[ntp:questions] Re: NTP 4.2.0 build configuration

Ulrich Windl Ulrich.Windl at RZ.Uni-Regensburg.DE
Thu Nov 27 12:35:05 UTC 2003


"Carsten P. Gehrke" <carsten at gehrke.org> writes:

> I just built ntp-4.2.0 with these commands:
> 
> as an unprivileged user:
> ./configure --prefix=/usr --sysconfdir=/etc \
>    --localstatedir=/var/lib/ntp --with-crypto=openssl \
>    --disable-all-clocks --disable-parse-clocks
> make
> 
> as root:
> make install
> 
> If I run ntpd, it silently dies.  The system log contains:
> ... ntpd[3175]: ntpd 4.2.0 at 1.1164-r Wed Nov 26 20:10:10 PST 2003 (1)
> ... ntpd[3175]: signal_no_reset: signal 13 had flags 4000000
> ... ntpd[3175]: precision = 4.000 usec
> ... ntpd[3175]: no IPv6 interfaces found
> ... ntpd[3175]: kernel time sync status 0040
> 
> If I run ntpd -q, I get a segfault, but no core
> ntpd -g also dies quietly

no core: see "man ulimit" or "man _your_shell_" for ulimit. E.g.:
wiu09524 at pc5234:~> ulimit -a
core file size        (blocks, -c) 0
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
max locked memory     (kbytes, -l) unlimited
max memory size       (kbytes, -m) unlimited
open files                    (-n) 1024
pipe size          (512 bytes, -p) 8
stack size            (kbytes, -s) unlimited
cpu time             (seconds, -t) unlimited
max user processes            (-u) 512
virtual memory        (kbytes, -v) unlimited

Regards,
Ulrich



More information about the questions mailing list