Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2001 09:24:46 -0700
From:      mike <mike@coloradosurf.com>
To:        security@freebsd.org
Subject:   named dying on INSIST
Message-ID:  <20010326092446.A8530@coloradosurf.com>

next in thread | raw e-mail | index | archive | help
I humbly ask the great minds . . .

Has anyone seen this or can lend insight?

Over the weekend, my named (primary nameserver) died unexpectedly.

Mar 24 02:04:53 ns1 named[6470]:
/usr/src/lib/libbind/../../contrib/bind/lib/isc/ev_timers.c:114:
INSIST(now.tv_usec >= 0 && now.tv_usec < 1000000) failed.
Mar 24 02:04:53 ns1 named[6470]:
/usr/src/lib/libbind/../../contrib/bind/lib/isc/ev_timers.c:114:
INSIST(now.tv_usec >= 0 && now.tv_usec < 1000000) failed.
Mar 24 02:04:54 ns1 /kernel: pid 6470 (named), uid 53: exited on signal
6


root@ns1#named -v
named 8.2.3-REL Sat Feb  3 21:11:38 MST 2001

The apparent problem (or more likely the alarm?)
from /usr/src/contrib/bind/lib/isc/ev_timers.c
struct timespec
evNowTime() {
        struct timeval now;

        if (gettimeofday(&now, NULL) < 0)
                return (evConsTime(0, 0));
        INSIST(now.tv_usec >= 0 && now.tv_usec < 1000000);
        return (evTimeSpec(now));
}

clue --> less


TIA,

mike

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010326092446.A8530>