CC: undisclosed-recipients: ; MIME-Version: 1.0 In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 Content-Disposition: inline References: <20100716175050.GC29632@isc.org> Message-ID: <20100716182601.GF29632@isc.org> Content-Type: text/plain; charset="utf-8" X-RT-Original-Encoding: utf-8 Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) by bugs.isc.org (Postfix) with ESMTP id D11B820EE277 for ; Fri, 16 Jul 2010 18:26:04 +0000 (UTC) Received: from farside.isc.org (farside.isc.org [IPv6:2001:4f8:3:bb::5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "farside.isc.org", Issuer "ISC CA" (verified OK)) by mx.pao1.isc.org (Postfix) with ESMTPS id C44F7C9421 for ; Fri, 16 Jul 2010 18:26:02 +0000 (UTC) (envelope-from each@isc.org) Received: by farside.isc.org (Postfix, from userid 10292) id 6939FE60BC; Fri, 16 Jul 2010 18:26:02 +0000 (UTC) Delivered-To: bind9-bugs@bugs.isc.org User-Agent: Mutt/1.4.2.3i Subject: Re: [ISC-Bugs #21731] bogus "file not found" error from dnssec-dsfromkey Return-Path: X-Original-To: bind9-bugs@bugs.isc.org Date: Fri, 16 Jul 2010 18:26:02 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mx.pao1.isc.org To: Tony Finch via RT From: Evan Hunt RT-Message-ID: Content-Length: 497 > Yes, I know that works :-) The problem is that the error message is > incorrect: it claims the file does not exist when it does. Yeah, we can definitely tidy that message up and make it more helpful. But it's not exactly bogus; it's correctly reporting the errno it encountered. If you're not specific enough about your request, it tries different filenames to figure out what you mean, and eventually gives up. The "file not found" refers to "keyset-rootns-dnskey." if I recall correctly.