Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g43Lu0wJ032043 for ; Fri, 3 May 2002 14:56:00 -0700 Received: (from majordomo@localhost) by oss.sgi.com (8.12.3/8.12.3/Submit) id g43Lu0qp032042 for linux-xfs-outgoing; Fri, 3 May 2002 14:56:00 -0700 X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-xfs@oss.sgi.com using -f Received: from deliverator.sgi.com (deliverator.SGI.COM [204.94.214.10]) by oss.sgi.com (8.12.3/8.12.3) with SMTP id g43LtuwJ032013 for ; Fri, 3 May 2002 14:55:56 -0700 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by deliverator.sgi.com (980309.SGI.8.8.8-aspam-6.2/980310.SGI-aspam) via SMTP id OAA3192299 for ; Fri, 3 May 2002 14:57:01 -0700 (PDT) mail_from (nathans@wobbly.melbourne.sgi.com) Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id HAA00241; Sat, 4 May 2002 07:55:40 +1000 Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.9.3/8.9.3) id HAA10819; Sat, 4 May 2002 07:55:38 +1000 (AEST) Date: Sat, 4 May 2002 07:55:38 +1000 From: Nathan Scott To: jtrostel@snapserver.com Cc: acl-devel@bestbits.at, Andreas Gruenbacher , XFS list , Timothy Shimmin , Marc Kaplan , "Burrows, Dan" Subject: Re: Difficulties with large ACL/DACL counts Message-ID: <20020504075538.T100154@wobbly.melbourne.sgi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jtrostel@snapserver.com on Fri, May 03, 2002 at 05:41:23PM -0400 Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk hi John, Tim and I came across this during the week -- we believe it to be a problem in our XFS code, returning E2BIG instead of ERANGE in some places where the user tools are expecting ERANGE (which we documented in the man pages when doing the unified syscalls). Ultimately, this prevents the tools from re-doing the request with a larger buffer, and we get an error instead of a retry. Should be fixed early next week, along with Ethan's other errno related problem (EPERM vs EACCESS), though I haven't had a chance to look into that in detail. cheers. -- Nathan