From owner-freebsd-current@FreeBSD.ORG Tue Nov 20 15:09:17 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 7248B16A417 for ; Tue, 20 Nov 2007 15:09:17 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 1642513C4C4 for ; Tue, 20 Nov 2007 15:09:16 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1787149nfb for ; Tue, 20 Nov 2007 07:09:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=+IpVggpDTOu9gVYeoMi/N9WBCLIw4GcH0nN4sSjA+4g=; b=RhBAoBih5Q+085CS+S9Jj2ATGqQxM6p380BJkDKZEY9UuV2Y1+Nfn+huafhvg4cdvpn9RCMgIkHp+Xr+6VHGFUDGVyU0WjYzLwTUutasYQ7kfkVp5qnL66tirEpiayJsxEipjIziLVO1b7R0pUHaOsEjwH477UkZDuaskoEsO5M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JJnev7mykCxcdwhBjknDLgd8m9XUgvm6ZHhQmkQ0FPaGYHbPa+DMTAx3uA9EkumM50OsaasCKKuQA7IpNClR+IG1umIMDQ5ZIdhq1J7CGbdaBhxUduO/WMM1aQzyIvmM6iPwH6NdG1YnFcrl6CHFQ3l4BRrFTHnweV8auznP5oQ= Received: by 10.86.78.4 with SMTP id a4mr2786322fgb.1195571349498; Tue, 20 Nov 2007 07:09:09 -0800 (PST) Received: by 10.86.3.20 with HTTP; Tue, 20 Nov 2007 07:09:09 -0800 (PST) Message-ID: <790a9fff0711200709k7537fa56kd39baf986b30dbd7@mail.gmail.com> Date: Tue, 20 Nov 2007 09:09:09 -0600 From: "Scot Hetzel" To: "Joao Barros" In-Reply-To: <70e8236f0711200441h50406b36n9b84d13da301cb8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <70e8236f0711200441h50406b36n9b84d13da301cb8@mail.gmail.com> Cc: FreeBSD Current Subject: Re: dmesg messed up with ZFS 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: Tue, 20 Nov 2007 15:09:17 -0000 On 11/20/07, Joao Barros wrote: > I upgraded my sources to 7.0 BETA2 at the time and noticed today > something in my dmesg near the ZFS messages, see below: > : > > ZFS storagead0: 305245MB at ata0-master SATA150 > pool version 6 > This is a known problem, and it happens occasionally where two messages are interleaved, it's not trivial to solve in a generic and efficient way. Here's another example that was reported on the stable list recently: > kernel: _GFELOUMS_HJ OnUoRtN AsLu:p pJoorutrenda lb y 3a3a7c2d819s325.22 if you read every other letter, you will see that it is 2 messages. Scot