Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2009 05:09:33 +0300
From:      Anonymous <swell.k@gmail.com>
To:        Tim Kientzle <kientzle@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: bsdtar lockup on Current-03/10/2009
Message-ID:  <86fxhkdd42.fsf@gmail.com>
In-Reply-To: <49B7157F.7010101@freebsd.org> (Tim Kientzle's message of "Tue, 10 Mar 2009 18:35:59 -0700")
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>

next in thread | previous in thread | raw e-mail | index | archive | help
Tim Kientzle <kientzle@freebsd.org> writes:

> Anonymous wrote:
>> Paul Wootton <paul@fletchermoorland.co.uk> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86fxhkdd42.fsf>