Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2016 20:16:13 +0900
From:      JinSoo Suh <jinsoo.suh@gmail.com>
To:        timur@freebsd.org
Cc:        ports@freebsd.org
Subject:   FreeBSD Port: samba44-4.4.3_1
Message-ID:  <CAEYDTc8JES-tY2SPEybfxxb3qimzFRNg5AoSkEnKGsetzuKn1w@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Dear timur,

samba-tool of samba-4.4.3 seems to have no --use-ntvfs option.

root@fbsd:~ # samba-tool domain provision --interactive --use-xattrs=no
--use-ntvfs
Usage: samba-tool domain provision [options]

samba-tool domain provision: error: no such option: --use-ntvfs


root@fbsd:~ # samba-tool domain provision --interactive --use-xattrs=no
Realm [EXAMPLE.KR]:
...
Setting up self join
ERROR(<class 'samba.provision.ProvisioningError'>): Provision failed -
ProvisioningError: Your filesystem or build does not support posix ACLs,
which s3fs requires.  Try the mounting the filesystem with the 'acl' option.
  File "/usr/local/lib/python2.7/site-packages/samba/netcmd/domain.py",
line 461, in run
    nosync=ldap_backend_nosync, ldap_dryrun_mode=ldap_dryrun_mode)
  File
"/usr/local/lib/python2.7/site-packages/samba/provision/__init__.py", line
2171, in provision
    skip_sysvolacl=skip_sysvolacl)
  File
"/usr/local/lib/python2.7/site-packages/samba/provision/__init__.py", line
1805, in provision_fill
    names.domaindn, lp, use_ntvfs)
  File
"/usr/local/lib/python2.7/site-packages/samba/provision/__init__.py", line
1557, in setsysvolacl
    raise ProvisioningError("Your filesystem or build does not support
posix ACLs, which s3fs requires.  "


samba-4.4.5/configure --help shows --with-ntvfs-fileserver and
--without-ntvfs-fileserver options.
After modifying Makefile to include --with-ntvfs-fileserver configure
option, building and installing,
--use-ntvfs option works but segfaulted.


root@fbsd:~ # samba-tool domain provision --interactive --use-xattrs=no
--use-ntvfs
Realm [EXAMPLE.KR]:
...
Setting up self join
Segmentation fault (core dumped)

Hmm.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEYDTc8JES-tY2SPEybfxxb3qimzFRNg5AoSkEnKGsetzuKn1w>