repeatable ZFS panic: share->excl

Tim Kientzle kientzle at freebsd.org
Thu Mar 12 21:46:09 PDT 2009


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


More information about the freebsd-current mailing list