From owner-freebsd-sparc64@FreeBSD.ORG Sun Mar 6 15:22:47 2011 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB1BD106566B for ; Sun, 6 Mar 2011 15:22:47 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 602BA8FC0C for ; Sun, 6 Mar 2011 15:22:47 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id p26FMjEq025056; Sun, 6 Mar 2011 16:22:45 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id p26FMjhP025055; Sun, 6 Mar 2011 16:22:45 +0100 (CET) (envelope-from marius) Date: Sun, 6 Mar 2011 16:22:45 +0100 From: Marius Strobl To: Roger Hammerstein Message-ID: <20110306152245.GA25023@alchemy.franken.de> References: <20110302200310.GA86404@alchemy.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110302200310.GA86404@alchemy.franken.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: Re: sparc64 hang with zfs v28 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2011 15:22:47 -0000 On Wed, Mar 02, 2011 at 09:03:10PM +0100, Marius Strobl wrote: > On Wed, Mar 02, 2011 at 11:46:38AM -0500, Roger Hammerstein wrote: > > > > > > I saw the announcement for zfs v28 so I updated an ultra60 > > to the top of the tree. a 'zfs list' or 'zpool status' or 'kldload zfs' > > will hang my machine. > > > > It looks like the binutils 2.17 import broke kernel modules for reasons > unknown so far, resulting in said hang. > FYI, kernel modules generally should work again with r219340, I haven't tested ZFS though. Marius