From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 10:28:12 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 084DABEC for ; Sat, 30 Aug 2014 10:28:12 +0000 (UTC) Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C927D1AAE for ; Sat, 30 Aug 2014 10:28:11 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h15so3763435igd.2 for ; Sat, 30 Aug 2014 03:28:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=405m0XctKlc+iXwlQpqaWns5nRdWp+4Cggq2DBb1dxQ=; b=bC5jF+lyfNnGmQ/6A3L7ND2maAYkAmd2KsAKDTFB2rogAXW2oXrAefKwrD0szdgNXQ GVQQY6udAcLCdWLMYPV2In9AfHInBn0VZGLWmk5IpUnWu1MwyEeOvMpFdQbmDeb0TvFO LT5U4V36O32U+QOLgbykCEL1CymRK0mVCB9w72Pza92nlPuWKlgk/7esHsOQdsxl9wLP FyxTzLxNU/tvKDE4OqB/XN5XQ4EHRmht/zx7yAgHC9TWLOs7kW/LhwPliwcWkX8BP7pA Zd/xyMBP1pZLvlG3L6mWY8wg7aD/NdrVKgSDA+DSLlQ/ESTx6dSIPtuQSTAJGIuniALB OZDQ== X-Gm-Message-State: ALoCoQmjNMnPHEyKVWc4gqc1Kdx3YOlA7SCvqvUsCnMWY42krOsYHqRbAJqSmE6//pVY/badxJf8 X-Received: by 10.50.43.137 with SMTP id w9mr10091697igl.36.1409394490314; Sat, 30 Aug 2014 03:28:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.134.157 with HTTP; Sat, 30 Aug 2014 03:27:50 -0700 (PDT) In-Reply-To: <20140829135032.e73982f0f5f68901077e342d@3dresearch.com> References: <20140829135032.e73982f0f5f68901077e342d@3dresearch.com> From: "Timur I. Bakeyev" Date: Sat, 30 Aug 2014 12:27:50 +0200 Message-ID: Subject: Re: ACLs and samba4 To: Janos Dohanics Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Questions 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: Sat, 30 Aug 2014 10:28:12 -0000 Well, I can only suggest you to run a command from the Readme.FREEBSD file: # samba-tool domain provision --interactive --use-xattrs=no --use-ntvfs To work around this problem... Have to get UFS based installation to debug the script. Regards, Timur. On Fri, Aug 29, 2014 at 7:50 PM, Janos Dohanics wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >