Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2001 21:40:21 +0900
From:      Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
To:        asmodai@wxs.nl
Cc:        net@FreeBSD.org
Subject:   Re: BIND 8.2.4, dynamic DNS feature is broken
Message-ID:  <20010812214021M.matusita@jp.FreeBSD.org>
In-Reply-To: <20010812120456.G661@daemon.ninth-circle.org>
References:  <20010809082042.C1448@daemon.ninth-circle.org> <20010810013103P.matusita@jp.FreeBSD.org> <20010812120456.G661@daemon.ninth-circle.org>

next in thread | previous in thread | raw e-mail | index | archive | help

asmodai> Could you rebuild named as well, just in case?

Yes, I've done as follows:

rm -rf /usr/obj/*
cd /usr/src/lib/libbind
make obj; make depend; make
cd /usr/src/lib/libisc
make obj; make depend; make
cd /usr/src/usr.sbin/named
make obj; make depend; make; make install

Anything goes wrong? I'm sure with buildlog that new named does link
newly created libbind.

asmodai> So the DRCNTDEC(tmpdp); is what triggers this ns_panic.

Ya, but I wonder why 'tmpdp' goes wrong...

-- -
Makoto `MAR' MATSUSHITA

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




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