Date: Tue, 10 Mar 2009 22:37:56 +0200 From: "Andrei V. Lavreniyuk" <andy.lavr@reactor-xg.kiev.ua> To: paul@fletchermoorland.co.uk, freebsd-current@freebsd.org Subject: Re: bsdtar lockup on Current-03/10/2009 Message-ID: <49B6CFA4.8090302@reactor-xg.kiev.ua>
next in thread | raw e-mail | index | archive | help
Hi! >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? >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 Perfectly! Thanks! tar works fine. # uname -a FreeBSD hp.technica-03.local 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Mar 9 14:14:48 EET 2009 root@hp.technica-03.local:/usr/obj/usr/src/sys/HP amd64 -- Best regards, Andrei V. Lavreniyuk.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49B6CFA4.8090302>