Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2009 23:16:09 +0300
From:      Anonymous <swell.k@gmail.com>
To:        Paul Wootton <paul@fletchermoorland.co.uk>
Cc:        freebsd-current@freebsd.org, Pegasus Mc Cleaft <ken@mthelicon.com>
Subject:   Re: bsdtar lockup on Current-03/10/2009
Message-ID:  <86sklldth2.fsf@gmail.com>
References:  <200903100104.53847.ken__6247.10998167775$1236647281$gmane$org@mthelicon.com> <86mybuasss.fsf@gmail.com> <200903101238.20974.paul@fletchermoorland.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
> 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?


[-- Attachment #2 --]
Index: lib/libarchive/config_freebsd.h
===================================================================
--- lib/libarchive/config_freebsd.h	(revision 189643)
+++ lib/libarchive/config_freebsd.h	(working copy)
@@ -34,12 +34,7 @@
 #define	HAVE_ACL_SET_FD_NP 1
 #define	HAVE_ACL_SET_FILE 1
 #define	HAVE_ACL_USER 1
-#define	HAVE_EXTATTR_GET_FILE 1
-#define	HAVE_EXTATTR_LIST_FILE 1
-#define	HAVE_EXTATTR_SET_FD 1
-#define	HAVE_EXTATTR_SET_FILE 1
 #define	HAVE_SYS_ACL_H 1
-#define	HAVE_SYS_EXTATTR_H 1
 #endif
 
 #define	HAVE_BZLIB_H 1

[-- Attachment #3 --]
You could skip mdconfig/newfs thing with tmpfs(5).

>
> Dont know if that helps at all...
>
> Paul

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