From owner-freebsd-current@FreeBSD.ORG Mon Oct 27 21:29:32 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 EE85E339 for ; Mon, 27 Oct 2014 21:29:32 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79A0476E for ; Mon, 27 Oct 2014 21:29:32 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id gq15so1471501lab.1 for ; Mon, 27 Oct 2014 14:29:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EKhoFbiV1+qcA/JHe1cnwtsvpS8iUpymkDS8e7AnD+w=; b=u8bjDUe562+rQk+bgANff+bWd1OzhedOdjyOMaH9V3AfI/HkMnydPi9tr98ucNUIEi YXY3d7fHwM7/F06XXJ58A0T/w8caKdM2y151cINhhLKQZxJGCHZxuIB6Xo+Rtv0i5OV2 vuvEiQ2nbm2bTH9pPM0mnyD23j9weBLgqC4nVs+zv+QpC+fY+CiuySzAd1atJGEpyoSQ 8K1N2eW5Ds3ttRF/uUausdrPHXdRW/nl6nEfkTmrymBdY5gMbr5/7XWjQ6KW/XwWGHeA N53Qe3cLcR+S7ZxVjIPwZr9Rqc35WmHD6MnBNH4RSz1G+7ifWhkaXAhd5ofKyULATYVk lEUg== MIME-Version: 1.0 X-Received: by 10.152.2.100 with SMTP id 4mr26530760lat.6.1414445370371; Mon, 27 Oct 2014 14:29:30 -0700 (PDT) Received: by 10.25.0.6 with HTTP; Mon, 27 Oct 2014 14:29:30 -0700 (PDT) In-Reply-To: <544EA961.2090508@gmx.net> References: <544EA961.2090508@gmx.net> Date: Mon, 27 Oct 2014 17:29:30 -0400 Message-ID: Subject: Re: Mounting ZFS with error 5 failed, since r271963 callout convert From: Ryan Stone To: Michael Schmiedgen Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current 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 21:29:33 -0000 On Mon, Oct 27, 2014 at 4:21 PM, Michael Schmiedgen wrote: > 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 The changes to the 3 files there look to be independent, so can you narrow this down further by applying the patch to only a single file? Of those three only ACPI looks like it could affect ZFS or disks, so this will be the patch to try first: https://svnweb.freebsd.org/base/head/sys/dev/acpica/acpi.c?view=patch&r1=271889&r2=271963&pathrev=271963 If you can get a verbose boot log from the machine that would be helpful, but you'd need a serial console to capture that.