From owner-freebsd-stable@FreeBSD.ORG Mon Feb 20 23:05:18 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 563511065701 for ; Mon, 20 Feb 2012 23:05:18 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.mail.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 0CBB98FC0C for ; Mon, 20 Feb 2012 23:05:17 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap8EAP3QQk+DaFvO/2dsb2JhbABDhRKtcoFzAQEBBAEBASArIAsbGAICDRkCKQEJJgYIBwQBHASHaKZ5khOBL4gdAYJaCAEBAhYBCQIJDQMCgzQBMwUCAgECAQIBCwEDDYIugRYEiE6KQYIokwuBPg X-IronPort-AV: E=Sophos;i="4.73,453,1325480400"; d="scan'208";a="157177462" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu-pri.mail.uoguelph.ca with ESMTP; 20 Feb 2012 18:05:17 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id F2AF6B3EB2; Mon, 20 Feb 2012 18:05:16 -0500 (EST) Date: Mon, 20 Feb 2012 18:05:16 -0500 (EST) From: Rick Macklem To: Jeremie Le Hen Message-ID: <501878740.1651247.1329779116977.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <20120220202517.GC37684@felucia.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - FF3.0 (Win)/6.0.10_GA_2692) Cc: freebsd-stable@FreeBSD.org Subject: Re: "File too large" error when appending to a file of 130 MB X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2012 23:05:18 -0000 Jeremie Le Hen wrote: > Hi Rick, > > On Sun, Feb 19, 2012 at 07:46:42PM -0500, Rick Macklem wrote: > > > This is a 8.2 32 bits jail on a 8.2 amd64 host. In the jail, /home > > > is > > > a > > > nullfs mounted ZFS filesystem. The mailbox is not that big: > > > > > > % felucia:jlh$ ls -l Mail/mbox1 > > > % -rw-------+ 1 jlh jlh 138744672 Feb 19 11:46 Mail/mbox1 > > > > > > > > > (( For some unknown reason some ACL keep appearing, but the > > > problem if > > > still there > > > anyway if I do setfacl -b on it: > > > > > > % felucia:jlh$ getfacl Mail/mbox1 > > > % # file: Mail/mbox1 > > > % # owner: jlh > > > % # group: jlh > > > % owner@:rw-p--aARWcCos:------:allow > > > % group@:------a-R-c--s:------:allow > > > % everyone@:------a-R-c--s:------:allow > > > )) > > > > > > > > > Does anyone have an idea about this error? Besides, if someone > > > knows > > > why those ACLs keep appearing, I would be glad to know it :). > > > > > AFAIK, NFSv4 style ACLs are always enabled for ZFS and cannot be > > turned > > off. > > Weirdly, some of my mailboxes don't have such ACLs, including some > I've > recently written into. How is it possible? > Sorry, I have no idea. Maybe one of the ZFS folks knows when ACLs are generated. (It might happen as a side effect of a "chmod". You could experiment with that?) rick > -- > Jeremie Le Hen > > Men are born free and equal. Later on, they're on their own. > Jean Yanne > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscribe@freebsd.org"