On Mon, May 11, 2020 15:27, Rowland penny wrote:> >> > If you want my advice (for what it is worth), try jumping OS, Use the > latest Debian (or Devuan) with ext4 for the filesystem, this is > guaranteed to work. Using FreeBSD as a Samba AD DC has always been a > problem because of the filesystem.Not an option here.> > You may be able to get it working on ZFS, but I think you may get better > help with this from the FreeBSD forum, unless someone else has the > required incantation ;-)I went to the FreeBSD forums and mailing list before here as I recognise that this is very much a FreeBSD specific problem. However, I considered the possibility that maybe someone on the Samba team or in that community might have some useful suggestions. Thus my questions here. -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Do NOT open attachments nor follow links sent by e-Mail James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3
On 12/05/2020 14:14, James B. Byrne wrote:> > On Mon, May 11, 2020 15:27, Rowland penny wrote: >> If you want my advice (for what it is worth), try jumping OS, Use the >> latest Debian (or Devuan) with ext4 for the filesystem, this is >> guaranteed to work. Using FreeBSD as a Samba AD DC has always been a >> problem because of the filesystem. > Not an option here.I didn't really think it was ;-)> >> You may be able to get it working on ZFS, but I think you may get better >> help with this from the FreeBSD forum, unless someone else has the >> required incantation ;-) > I went to the FreeBSD forums and mailing list before here as I recognise that > this is very much a FreeBSD specific problem. However, I considered the > possibility that maybe someone on the Samba team or in that community might > have some useful suggestions. Thus my questions here. >One problem is that ZFS uses NFSv4ACLS and a Samba AD doesn't, it expects POSIX ACLS, there also is a possibility that xattr may be another problem. Try reading this: https://bugzilla.samba.org/show_bug.cgi?id=12912 Rowland