From owner-freebsd-questions@freebsd.org Fri Jan 18 11:38:27 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FD9E149948E for ; Fri, 18 Jan 2019 11:38:27 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D9118B437 for ; Fri, 18 Jan 2019 11:38:26 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTPS id x0IBcKjD057005 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 18 Jan 2019 12:38:20 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id x0IBcKRV057002 for ; Fri, 18 Jan 2019 12:38:20 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Fri, 18 Jan 2019 12:38:20 +0100 (CET) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: FreeBSD questions Subject: Re: Samba, ZFS and FreeBSD 12 In-Reply-To: <43gzCT0Z19z1ftYt@baobab.bilink.it> Message-ID: References: <43gzCT0Z19z1ftYt@baobab.bilink.it> User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.fig.ol.no X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2019 11:38:27 -0000 On Fri, 18 Jan 2019 12:25+0100, Luciano Mannucci wrote: > On Fri, 18 Jan 2019 11:04:00 +0000 > Carmel NY wrote: > > > Jan 17 23:52:46 scorpio smbd[13829]: failed to get quota for group ID 1001 > > on Gerard/HP-ENVY/Configuration/Catalog1.edb: No such file or directory > Do you have vfs objects = zfsacl in the sare definition? I have exactly the same problem using Samba 4.6. I added "vfs objects = zfsacl" to the share definition and restarted the services. [ftp] comment = FTP files, FreeBSD 11.2-STABLE, Samba %v force user = nobody guest ok = Yes path = /var/spool/ftp public = yes read only = Yes vfs objects = zfsacl The logs keep filling up: Jan 18 12:36:31 hostname smbd[2115]: [2019/01/18 12:36:31.841720, 0] ../source3/lib/sysquotas_4B.c:148(sys_quotactl_4B) Jan 18 12:36:31 hostname smbd[2115]: failed to get quota for group ID 65534 on .: No such file or directory -- Trond.