From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 17:51:01 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1297604 for ; Fri, 29 Aug 2014 17:51:01 +0000 (UTC) Received: from smtpb.telissant.net (smtpb.telissant.net [199.233.230.156]) by mx1.freebsd.org (Postfix) with ESMTP id A318D1DC3 for ; Fri, 29 Aug 2014 17:51:01 +0000 (UTC) Received: from barrida.3dresearch.com (localhost [127.0.0.1]) by smtpb.telissant.net (Postfix) with ESMTP id 386CD27361 for ; Fri, 29 Aug 2014 13:51:00 -0400 (EDT) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpb.telissant.net ([127.0.0.1]) by barrida.3dresearch.com (barrida.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xtBBkJRYWnXZ for ; Fri, 29 Aug 2014 13:50:41 -0400 (EDT) Received: from doncurzio.3dresearch.com (pool-108-3-92-199.pitbpa.east.verizon.net [108.3.92.199]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtpb.telissant.net (Postfix) with ESMTPSA id 61188273A4 for ; Fri, 29 Aug 2014 13:50:41 -0400 (EDT) Received: from doncurzio.3dresearch.com (localhost [127.0.0.1]) by doncurzio.3dresearch.com (Postfix) with SMTP id C6A3AA1E34 for ; Fri, 29 Aug 2014 13:50:40 -0400 (EDT) Date: Fri, 29 Aug 2014 13:50:32 -0400 From: Janos Dohanics To: FreeBSD Questions Subject: Re: ACLs and samba4 Message-Id: <20140829135032.e73982f0f5f68901077e342d@3dresearch.com> In-Reply-To: References: X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 17:51:01 -0000 On Fri, 29 Aug 2014 18:48:51 +0200 "Timur I. Bakeyev" wrote: > I believe that Samba provisioning is quite Linux specific and no > effort have been done to make it work with UFS. It's well known, that > it doesn't work with ZFS either. My limited knowledge of Python > doesn't allow me to hack it to work :( > > Also, can you provide output of the 'mount' command? Could it be that > ACLs didn't turn on despite fstab entry? > > With regards, > Timur. > Thanks for your reply. Here is the output of 'mount': # mount /dev/mirror/gm2 on / (ufs, local, journaled soft-updates) devfs on /dev (devfs, local, multilabel) /dev/mirror/gm4 on /var (ufs, local, journaled soft-updates) /dev/mirror/gm5 on /tmp (ufs, local, journaled soft-updates) /dev/mirror/gm6 on /usr (ufs, local, journaled soft-updates, acls) -- Janos Dohanics