From owner-freebsd-hackers@FreeBSD.ORG Sun Jul 12 20:50:14 2009 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2B4F106566B; Sun, 12 Jul 2009 20:50:14 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojteks.tensor.gdynia.pl (wojteks.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id F286E8FC18; Sun, 12 Jul 2009 20:50:13 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::2]) by wojteks.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n6CKov4X031065; Sun, 12 Jul 2009 22:50:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n6CKosQw016063; Sun, 12 Jul 2009 22:50:54 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n6CKos5l016060; Sun, 12 Jul 2009 22:50:54 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 12 Jul 2009 22:50:54 +0200 (CEST) From: Wojciech Puchar To: Robert Watson In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-hackers@FreeBSD.org Subject: Re: What's changed between 7.1 and 7.2 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2009 20:50:15 -0000 >> i'm using glabel only to avoid mess about what drive is connected to what >> SATA port. > > This is effectively debugging output that slipped into the release and > shouldn't have. I believe it's now removed in 8.x, I'm not sure it's been > MFC'd to 7.x yet. The output can be entirely ignored and does not reflect a > problem, just state changes resulting from a volume becoming visible to geom, > and then the label name being removed following mount. > just commented it out from source ;) thanks