From owner-freebsd-stable@FreeBSD.ORG Sat Jun 11 16:43:56 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A299106566B for ; Sat, 11 Jun 2011 16:43:56 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 57A8A8FC14 for ; Sat, 11 Jun 2011 16:43:56 +0000 (UTC) Received: by qyk35 with SMTP id 35so388299qyk.13 for ; Sat, 11 Jun 2011 09:43:55 -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:date :message-id:subject:from:to:cc:content-type; bh=8ahDv0UTe2XABEeBaUvp0O9SwWdalUM+43OzU+FXloc=; b=KbtCACtBh8Mgx1f963Ejpsv8zCDqGosZjTnvKx7fSZfRfIWrgUlsxGRYNO1Ai9mEBa ysx/kN7SafH5cS4Ee1oQtM8Wp5N8Fm6ie4wj/uhnrdkyL0kP2lR704m+Gu6a10HIJfzU apRmS93YLzQ2nBznKyt9tX4sSrn9JWdnVgugw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dgR8xFwwGCK74dZqwpW7wFsrf8jCKXlrStPsjzrxluFGP21tiuAAfpPc+4w4CrxhST wnc3f8P4EcKd5WTZJUFoMomNwu86EwUtG8tA4lzFg1pGNXaqCRARfomeMPKNVgJr0onk 3Bbrkaf/ZIpPOHTAWNQa3WrEvxu2hhZf+S5Vg= MIME-Version: 1.0 Received: by 10.229.43.99 with SMTP id v35mr2560178qce.8.1307810635446; Sat, 11 Jun 2011 09:43:55 -0700 (PDT) Received: by 10.229.99.197 with HTTP; Sat, 11 Jun 2011 09:43:55 -0700 (PDT) In-Reply-To: <4DF3913F.1000108@lazlarlyricon.com> References: <4DF3913F.1000108@lazlarlyricon.com> Date: Sat, 11 Jun 2011 20:43:55 +0400 Message-ID: From: Sergey Kandaurov To: Rolf Nielsen Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: "log_sysevent: type 19 is not implemented" messages during boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2011 16:43:56 -0000 On 11 June 2011 20:01, Rolf Nielsen wrote: > Hi all, > > After going from 8.2-RELEASE to 8-STABLE (to get ZFS v28), I get > > log_sysevent: type 19 is not implemented > > exactly 20 times during boot. What does that message mean? Need I worry > about it? And even if it's harmless, it annoys me, so can I get rid of it, > and if so, how? > Hi. This warning indeed came with ZFS v28 recently merged to 8-STABLE. AFAIK it's rather harmless. It was silenced in current recently (see svn r222343), and the fix is expected to be merged to 8-STABLE soon. -- wbr, pluknet