From owner-freebsd-stable@freebsd.org Fri Mar 2 21:59:10 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F07F0F25CC3; Fri, 2 Mar 2018 21:59:09 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AD7F7B5B2; Fri, 2 Mar 2018 21:59:09 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 7BA2320CB0; Fri, 2 Mar 2018 16:59:08 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Fri, 02 Mar 2018 16:59:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=NlV/+eBPey0+Sq3C1e+MKeJQ6wvvr V2D2fAmVo880m8=; b=i2iuR98JspWHOTdWCtjqRUaVPoWVjW8If9ZyListz1gVh kSncVkO/4X/b1VsinKAE4aLf0YuP2pbElvuYw8TjRZ6f3j2ImMjNNqNKiz8v14ov 3bkoIyhQuJTEcq+1EEvCGSxerAujC0igOmDVeUS5tW0kD04p9bvNBunwnKdUfYxR 0qBfVcJUmByLoEmMOtWXGykrouDb3LTDCA7CVBoFXEBIh4stwwHC0ZQz5u4LbZem sCphJEIoJ5jk8H9XHji6jo04aQB8Dd5YAb7Mlvb+mM8Sfa9kQlhFW3QDcVmbDGcJ 3yuxzDvCxCmWlFTvx+Fj90PW/l4kY0e517c/dzTRg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=NlV/+e BPey0+Sq3C1e+MKeJQ6wvvrV2D2fAmVo880m8=; b=VT8aAjPPEDhbzYgQ4Xu9wW DB8r0YG/VowCSGzZXL7YtShJygWPxI5hk5oMSI5+B6pQclemYbpasV0T4fanYPiN ReiBrx9Ujz6/tc4RxBFVVGgJ/tWeFYX4llGy1+x2RhZ4E+Du3bscxfXFTn1Vct/B eezT1WvS6lxHSO6fXaWVGBeeWSXfFXOGqXlcZdYACCb22eGZts4arXVfx0csdEkW 50GP26DdsK09/bJ6S8VTep514lMdj9sp2vnlIMM3Skf6rPu7NFfiCnJhuTApwNqO bAM5pelyveVDMubkM/b3W6Qmz5KGaMifNTvyU/1P8dwq+mHmelpOILsauCDiUFjw == X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id DC1077E745; Fri, 2 Mar 2018 16:59:07 -0500 (EST) Subject: Re: zfs problems after rebuilding system To: Alan Somers Cc: freebsd-fs , FreeBSD Stable References: <21c64a2d-b9f9-24c8-88ec-ff1210891f60@zyxst.net> <1dc2b8ef-2914-8182-e2b0-ac637e6b2095@zyxst.net> <65372449-53f1-8002-981a-e20f4a592e26@zyxst.net> From: tech-lists Message-ID: Date: Fri, 2 Mar 2018 21:59:07 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 21:59:10 -0000 On 02/03/2018 21:56, Alan Somers wrote: > dmesg only shows stuff that comes from the kernel, not the console. To see > what's printed to the console, you'll actually have to watch it. Or enable > /var/log/console.log by uncommenting the appropriate line in > /etc/syslog.conf. ok will do this asap, thanks -- J.