From owner-freebsd-current@FreeBSD.ORG Wed Mar 11 02:09:41 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D563106566B for ; Wed, 11 Mar 2009 02:09:41 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 962558FC12 for ; Wed, 11 Mar 2009 02:09:40 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so854158fgb.35 for ; Tue, 10 Mar 2009 19:09:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=AQVI76K89gjJqmMe9fVnQmZxBiXv48FnYouqujU+3jE=; b=ftrtoQWaybQT6vgb3qb2XA2S0sY2qy9Zy3f4fdOsbi55wJgRVEXX+DB+AEmEsum5qk Y7JgOkI1zgC8S9vyS+p1GZbYx6CbZHIYXwJ2KFjQgHDo1PBamIzhq4d3dNS1Mk9Yb21A X/7+Mq/k8rROOX6HLzoz46MlT1YusIwVYIOas= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=Stu0I7N+X1C3XCOih4960xAG9Cyz0PPdHwI/RqCpOQh5X1bMUnLmfyvXpHSOA8c3uP Mv03rW07Dh2+Ll4z4mY8vAozAoXOEJ3dkbYJkjMWyg7H7PGgQ0IMiudVFw+1H1wQb+Pv ABsqk4yvYduXLPAOFhw/ph+zFBMuzCCWW2ARs= Received: by 10.86.95.20 with SMTP id s20mr5536064fgb.40.1236737379598; Tue, 10 Mar 2009 19:09:39 -0700 (PDT) Received: from localhost (93-80-44-184.broadband.corbina.ru [93.80.44.184]) by mx.google.com with ESMTPS id e11sm159746fga.0.2009.03.10.19.09.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Mar 2009 19:09:37 -0700 (PDT) From: Anonymous To: Tim Kientzle References: <200903100104.53847.ken__6247.10998167775$1236647281$gmane$org@mthelicon.com> <86mybuasss.fsf@gmail.com> <200903101238.20974.paul@fletchermoorland.co.uk> <86sklldth2.fsf@gmail.com> <49B7157F.7010101@freebsd.org> Date: Wed, 11 Mar 2009 05:09:33 +0300 In-Reply-To: <49B7157F.7010101@freebsd.org> (Tim Kientzle's message of "Tue, 10 Mar 2009 18:35:59 -0700") Message-ID: <86fxhkdd42.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-current@freebsd.org Subject: Re: bsdtar lockup on Current-03/10/2009 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 11 Mar 2009 02:09:41 -0000 Tim Kientzle writes: > Anonymous wrote: >> Paul Wootton writes: >> >>>Im also using ZFS and have the same problems as Peg when trying to create a >>>tar file. >>>This is using Current as of last yesterday (09-mar-09). >> >> I'm not sure but in my case ktrace shows extattr_list_link() before the lockup. >> So, for a workaround I disabled extattr support in libarchive. Can you verify that >> this helps you, too? > > Please try this, which will poke that same system > call in a different way: > > rm -f foo foolink > touch foo > ln -s foo foolink > lsextattr -h user foolink Right here. > lsextattr -h user foo > setextattr user test test foo > lsextattr -h user foolink > lsextattr -h user foo > setextattr user test test foolink > lsextattr -h user foolink > > I'm especially curious about the processor and CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz (3216.23-MHz K8-class CPU) amd64 mode > filesystem you're using when you see these problems. ZFS with some updates from onnv-gate. > > Cheers, > > Tim