Christopher Gorski <[EMAIL PROTECTED]> wrote:

> I am able to replicate the problem in bash using:
> #truss -tall -vall -o /tmp/getdents.bin.cp.truss /bin/cp -pr
> /pond/photos/* /pond/copytestsame/
>
> So I'm assuming that's using /bin/cp
>
> Also, from my _very limited_ investigation this morning, it seems that
> #grep Err /tmp/getdents.bin.cp.truss | grep -v ENOENT | grep getdents
>
> returns entries such as:
> getdents64(0, 0xFEC92000, 8192)                 Err#9 EBADF
> getdents64(0, 0xFEC92000, 8192)                 Err#9 EBADF
> getdents64(0, 0xFEC92000, 8192)                 Err#9 EBADF
> getdents64(0, 0xFEE34000, 8192)                 Err#9 EBADF
> ...(truncated)

If you get this, you may need to provide the full truss output
to allow to understand what'ts happening.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to