From owner-freebsd-current@FreeBSD.ORG Mon Oct 27 20:22:02 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AAE94C4 for ; Mon, 27 Oct 2014 20:22:02 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E15EE2D for ; Mon, 27 Oct 2014 20:22:01 +0000 (UTC) Received: from pluto.sol.local ([188.102.183.116]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MYwQh-1XeED32Q8h-00VjLR for ; Mon, 27 Oct 2014 21:21:54 +0100 Message-ID: <544EA961.2090508@gmx.net> Date: Mon, 27 Oct 2014 21:21:53 +0100 From: Michael Schmiedgen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-current Subject: Mounting ZFS with error 5 failed, since r271963 callout convert Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:EqTvDgOcgwd1h4fc6edHUUviTjbp1pnXgXkMzRKx8ce3Z2pBfbf 0XkSRWUMhn5swPo/SykCYM5gT1MAulMTz9lxYt+diAUJ/2oLXBR6CcCbAt8BJVPmEOMkd+W a4pFtHTs+S10fgzcapQoUjbsOScROR+LHuwBIvEqrJYC5WBGBelrG5WIC9NNLrak1zSvLYu Kph9IxQQCvIc6/jjttWig== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 27 Oct 2014 20:22:02 -0000 Hi List, my ZFS does not mount. I bifurcated to r271963 that does not work anymore. The commit seems not directly related to ZFS, but is rather a conversion from timeout(9) to callout(9). After booting the kernel it drops to the mount prompt, stating that ZFS cannot be mounted because of 'error 5'. Any hints? Can I provide some more information? Thanks, Michael