From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 17:03:11 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 594F81065670 for ; Tue, 14 Dec 2010 17:03:11 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id A06098FC17 for ; Tue, 14 Dec 2010 17:03:10 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA18923; Tue, 14 Dec 2010 18:43:25 +0200 (EET) (envelope-from avg@freebsd.org) Message-ID: <4D079EAC.8090700@freebsd.org> Date: Tue, 14 Dec 2010 18:43:24 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Eugene Mitrofanov References: <201012141727.41909.eugene@imedia.ru> In-Reply-To: <201012141727.41909.eugene@imedia.ru> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org, Ivan Voras Subject: Re: 8.1-STABLE Unexpected XML: what does it mean? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2010 17:03:11 -0000 on 14/12/2010 16:27 Eugene Mitrofanov said the following: > Hi > > I observe the very strange message while run a lot of commands: > > root@beaver:eugene# glabel status > Unexpected XML: name=stripesize data="18432" > Unexpected XML: name=stripeoffset data="0" > Unexpected XML: name=stripesize data="18432" > Unexpected XML: name=stripeoffset data="0" > Name Status Components > iso9660/CDROM N/A acd0 > > root@beaver:eugene# mdconfig -l > Unexpected XML: name=stripesize data="18432" > Unexpected XML: name=stripeoffset data="0" > > root@beaver:eugene# gmirror status > Unexpected XML: name=stripesize data="18432" > Unexpected XML: name=stripeoffset data="0" > gmirror: Command 'status' not available. > > What subsystem prints them? How can I fix it? I'd hazard a guess that either your userland and kernel are out of sync or something like that is taking place. The messages come from libgeom and they mean it doesn't understand those "stripe*" properties. P.S. geom@ is often the best mailing list for geom issues. -- Andriy Gapon