From owner-freebsd-current@FreeBSD.ORG Fri Jun 10 21:02:01 2011 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 7EBD31065676 for ; Fri, 10 Jun 2011 21:02:01 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 03BFF8FC15 for ; Fri, 10 Jun 2011 21:02:00 +0000 (UTC) Received: by bwz12 with SMTP id 12so3589087bwz.13 for ; Fri, 10 Jun 2011 14:01:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=sCqLCKmTIUGnsIgrnnh3lw6m8gCfck+pUSHFovy8ZxA=; b=iWDG8y8ZMbjq5fahajaW1hOdIMGG/qQSq2DU7lo2IyH3B3id8mTCdB5McXrU11L8bB dyknhs1sCZdOMlnPhvas+JJQCLk5Tzgk3PEm5tKpWEIZtn6Q/1qFnsltnWji6zVDehS9 dRnigrxDae4oLZAL3RdNa1hrn9GLbLdoAi8Hk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=pZhttjlms/+EcLsK4MevcCdvW158Niojm+Zr8LTxFJ84xGS7xB4dHraqHYUkMKKD6I GZsOxG2KrwrkO0+QvHpzQ4tOyod2jxby6/KjBw5Kj5HNiPRsydCmTXLZjrzgo8niYsrZ Q2sApyu1NW0CeeO/fVBQtVAbHoUysyqO0mbSE= Received: by 10.204.169.130 with SMTP id z2mr165039bky.137.1307739719130; Fri, 10 Jun 2011 14:01:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.15.74 with HTTP; Fri, 10 Jun 2011 14:01:39 -0700 (PDT) In-Reply-To: References: <4DEF66D0.6010307@ukr.net> <4DEFC9A7.90304@ukr.net> <4DF08BAD.60005@FreeBSD.org> <4DF0965B.8030607@yandex.ru> <4DF19CF4.6040007@FreeBSD.org> <4DF1C1F5.1000503@yandex.ru> From: Eir Nym Date: Fri, 10 Jun 2011 21:01:39 +0000 Message-ID: To: "Andrey V. Elsukov" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "Vladislav V. Prodan" , freebsd-current@freebsd.org Subject: Re: [r222277] Strange GEOM, bsdlabel and ZFS behavior 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: Fri, 10 Jun 2011 21:02:01 -0000 On 10 June 2011 11:08, Eir Nym wrote: > 2011/6/10 Andrey V. Elsukov : >> On 10.06.2011 10:50, Eir Nym wrote: >>> messages on the start of this dmesg are for more pages of (I have see >>> them for several seconds on same hardware) >>> kernel config : http://eroese.org/_/_/pub/bsd/222889/GENERIC_PF >> >> You have mixed old partitioning classes with GEOM_PART. >> You should remove from the kernel at least: >> options =C2=A0 =C2=A0 =C2=A0 =C2=A0 GEOM_BSD >> options =C2=A0 =C2=A0 =C2=A0 =C2=A0 GEOM_MBR >> options =C2=A0 =C2=A0 =C2=A0 =C2=A0 GEOM_PC98 >> options =C2=A0 =C2=A0 =C2=A0 =C2=A0 GEOM_VOL >> > > This should be documented. [r222913] After rebuilding and reinstalling world without these options, anything become OK as I see. Thanks for advice. > >> -- >> WBR, Andrey V. Elsukov >> >> >