Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2009 04:53:48 GMT
From:      KOIE Hidetaka <koie@suri.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/136601: tar: Couldn't list extended attributes: Read-only file system
Message-ID:  <200907090453.n694rmmA009787@www.freebsd.org>
Resent-Message-ID: <200907090500.n6950D7i000917@freefall.freebsd.org>

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

>Number:         136601
>Category:       kern
>Synopsis:       tar: Couldn't list extended attributes: Read-only file system
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 09 05:00:13 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KOIE Hidetaka
>Release:        8.0-BETA1
>Organization:
SURIGIKEN
>Environment:
FreeBSD guriandgura 8.0-BETA1 FreeBSD 8.0-BETA1 #0: Wed Jul  8 14:02:33 JST 2009     koie@guriandgura:/usr/obj/usr/src/sys/GURIANDGURA  amd64
>Description:
cd .zfs/snapshot/...
koie@guriandgura% env - tar cf /dev/null Makefile
tar: Couldn't list extended attributes: Read-only file system
koie@guriandgura%

truss says:
__acl_get_file(0x800f140a0,0x2,0x800f72000,0x0,0x1000,0x800f00ae8) ERR#45 'Operation not supported'
extattr_list_link(0x800f140a0,0x1,0x0,0x0,0x8e008,0x800f00ad0) ERR#30 'Read-only file system'

ktrace says:
  8662 bsdtar   CALL  __acl_get_file(0x800f140a0,ACL_TYPE_ACCESS,0x800f72000)
  8662 bsdtar   NAMI  "Makefile"
  8662 bsdtar   RET   __acl_get_file -1 errno 45 Operation not supported
  8662 bsdtar   CALL  extattr_list_link(0x800f140a0,0x1,0,0)
  8662 bsdtar   NAMI  "Makefile"
  8662 bsdtar   RET   extattr_list_link -1 errno 30 Read-only file system
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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