From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 11 May 2014 14:47:38 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] DNS failures Topicbox-Message-UUID: e56c8204-ead8-11e9-9d60-3106f5b1d025 > It is likely that I have a consistency error in the database: > something along these lines, but not very clearly, was reported when I > tried to do a zone transfer from Plan 9 to NetBSD; I have not been > able to track the cause down. yes, there clearly is junk in the in-memory database. that line is assert(rp->magic == RRmagic && rp->cached); i would recommend using acid to see which one of these is false. dumping the whole rp would make sense. - erik