From owner-freebsd-stable@freebsd.org Fri Mar 2 21:53:25 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 9E157F25444; Fri, 2 Mar 2018 21:53:25 +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 4A13F7B140; Fri, 2 Mar 2018 21:53:25 +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 9540B20964; Fri, 2 Mar 2018 16:53:18 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Fri, 02 Mar 2018 16:53:18 -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=QkwGDfUIKnx5/PtGDH0oBp61gw/o9 SFHtL1JWFB5tlY=; b=GEVj15NUhMaODU1/QW3dwTLjVctSqaN05o0GMNadR6DCb Nd2txogDQsqQZzU/T+yZcIov6clODRixaBYY+Kv/4WjsnBPujA9ZoDVurfopqOIH gIxFn1qejB1NsxGAOPuQ8IdLGuDchL9N7C1HzyvbfXRPeDWQShxH9ffwLvz34XHv tvLKWlkOOkzeILtrskU4V0vGlUqo4AH4Oo2G0io2t3GVjnEz4nWUerQMi6cfyyp1 FcRJe/xfa/H72SQxtqjyBAU4E8YtVSHP1hyeqXIUMJB2Qk7I8e+8HJGipAY1O5H1 yHbIlYY9pmZ9VWamRvDut20mZPH1Hnel1ID8R/c1Q== 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=QkwGDf UIKnx5/PtGDH0oBp61gw/o9SFHtL1JWFB5tlY=; b=llv6/MTFk5M7R2l7HNjxvW z8Ogn/hk1t4p1Cx7ZxxnEtM52A8M38ELT6XBb/BJ+mBmpjulURMOLV3dp8vbJTUp 6qVsXd3MbRkCOD14yVwuPAyRcjAUQpohEMDzfMwF9OGt1hmDNbBnhZ8fJ4gQbgDq Zokdi9P9vkWBsI9XBUmqIB0GPllk52kpnUBUwE9p4VF3ZjG0ORSFFZgYIMPEvC06 +W4CVR7N5ZMlJeS06q7HvcoeF/JlEbq5nau1zw7YNH3RK8IlCJh2P8tf427ndo7g mR4lks4FiBkO6K1HmqZdtlKZt3ZkODzbuLougO7RAUYy4j7ySfa7bEzb8e+Lg5Yg == X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 02C427E68B; Fri, 2 Mar 2018 16:53:17 -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> From: tech-lists Message-ID: <65372449-53f1-8002-981a-e20f4a592e26@zyxst.net> Date: Fri, 2 Mar 2018 21:53:17 +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: 8bit 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:53:25 -0000 On 02/03/2018 21:38, Alan Somers wrote: > The relevant code is in /etc/rc.d/zfs, and it already uses "-a".  Have > you checked if /etc/rc.d/zfs is printing any errors to the console > during boot? Nothing much in dmesg -a # dmesg -a | egrep -i zfs ZFS filesystem version: 5 ZFS storage pool version: features support (5000) # cat /etc/rc.conf | egrep -i zfs zfs_enable="YES" very puzzling -- J.