From owner-freebsd-current@FreeBSD.ORG Wed Nov 21 13:07:24 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC04016A47E for ; Wed, 21 Nov 2007 13:07:24 +0000 (UTC) (envelope-from christoph.hoffmann@biff.ch) Received: from aix.biff.ch (aix.biff.ch [80.238.135.101]) by mx1.freebsd.org (Postfix) with ESMTP id 7344C13C442 for ; Wed, 21 Nov 2007 13:07:23 +0000 (UTC) (envelope-from christoph.hoffmann@biff.ch) Received: from localhost (localhost [127.0.0.1]) by aix.biff.ch (Postfix) with ESMTP id DD5E011F4AC for ; Wed, 21 Nov 2007 14:06:31 +0100 (CET) Received: from aix.biff.ch ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28170-05; Wed, 21 Nov 2007 14:06:29 +0100 (CET) Received: from [192.168.2.27] (secmac.biff.ch [192.168.2.27]) by aix.biff.ch (Postfix) with ESMTP id 530B711F486; Wed, 21 Nov 2007 14:06:29 +0100 (CET) In-Reply-To: <20071121103211.GA3190@passion.hsins.com> References: <20071121103211.GA3190@passion.hsins.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <84EDBBF0-9978-429A-94A9-F34349516325@biff.ch> Content-Transfer-Encoding: 7bit From: Christoph Hoffmann Date: Wed, 21 Nov 2007 14:07:27 +0100 To: FreeBSD Current X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: by amavisd-new at biff.ch X-Mailman-Approved-At: Wed, 21 Nov 2007 13:11:36 +0000 Cc: Subject: Re: freebsd7 and mdconfig -l -u oddity X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2007 13:07:24 -0000 as request the quick check: (o) 8.0-CURRENT --------------- # mdconfig -l -u 1 ; echo $? 255 (o) 7.0-BETA3 ------------- # mdconfig -l -u 1 ; echo $? 0 (o) 6.2-STABLE -------------- # mdconfig -l -u 1 ; echo $? mdconfig: ioctl(/dev/mdctl): No such file or directory 1 Regards, Christoph