Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2009 21:46:00 -0700
From:      Tim Kientzle <kientzle@freebsd.org>
To:        Attilio Rao <attilio@freebsd.org>
Cc:        Pawel Jakub Dawidek <pjd@freebsd.org>, freebsd-current@freebsd.org, Mark Powell <M.S.Powell@salford.ac.uk>, Anonymous <swell.k@gmail.com>, Peter Schuller <peter.schuller@infidyne.com>
Subject:   Re: repeatable ZFS panic: share->excl
Message-ID:  <49B9E508.1080708@freebsd.org>
In-Reply-To: <3bbf2fe10903122035i20b2767cod2322c39c6f850ee@mail.gmail.com>
References:  <20090312175345.Y80227@rust.salford.ac.uk>	 <20090312191333.GA97342@hyperion.scode.org>	 <49B97617.8010709@freebsd.org> <86r6124f2v.fsf@gmail.com> <3bbf2fe10903122035i20b2767cod2322c39c6f850ee@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Attilio Rao wrote:
> 
> Could you please re-enable the extended attributes on bsdtar  ...

FYI:  This requires uncommenting a section of
lib/libarchive/config_freebsd.h, then rebuilding
libarchive:

Index: config_freebsd.h
===================================================================
--- config_freebsd.h    (revision 189678)
+++ config_freebsd.h    (working copy)
@@ -34,12 +34,8 @@
  #define        HAVE_ACL_SET_FD_NP 1
  #define        HAVE_ACL_SET_FILE 1
  #define        HAVE_ACL_USER 1
-#if 0
-/* XXX Temporarily disable support for reading extended attributes from
- * disk, as it seems to be badly broken on ZFS. XXX */
  #define        HAVE_EXTATTR_GET_FILE 1
  #define        HAVE_EXTATTR_LIST_FILE 1
-#endif
  #define        HAVE_EXTATTR_SET_FD 1
  #define        HAVE_EXTATTR_SET_FILE 1
  #define        HAVE_SYS_ACL_H 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49B9E508.1080708>