search for: s3conf

Displaying 5 results from an estimated 5 matches for "s3conf".

Did you mean: b3conf
2017 Jan 30
0
classic upgrade fails with 4.6-test
...use_ntvfs == False or use_ntvfs == None: raise CommandError("--use-xattrs=no requires --use-ntvfs (not supported for production use). " "Please re-run with --use-xattrs omitted.") elif use_xattrs == "auto" and not s3conf.get("posix:eadb"): if targetdir: Now, by my reading, 'use_xattrs == None' and 'use_ntvfs == False', so the only line that matches is: elif use_ntvfs == False or use_ntvfs == None: Or am I missing something ??? Sorry to be a pain, but if you don...
2017 Jan 29
0
classic upgrade fails with 4.6-test
...lif use_ntvfs == False or use_ntvfs == None: raise CommandError("--use-xattrs=no requires --use-ntvfs (not supported for production use). " "Please re-run with --use-xattrs omitted.") elif use_xattrs == "auto" and not s3conf.get("posix:eadb"): if targetdir: tmpfile = tempfile.NamedTemporaryFile(dir=os.path.abspath(targetdir)) else: tmpfile = tempfile.NamedTemporaryFile(dir=os.path.abspath(os.path.dirname(lp.get("private dir")))) try...
2017 Jan 29
3
classic upgrade fails with 4.6-test
On Sun, Jan 29, 2017 at 4:54 PM, Rowland Penny <rpenny at samba.org> wrote: > When you built Samba, did you use the '--with-ntvfs-fileserver' or > '--enable-selftest' options with configure ? > I used '--without-ntvfs-fileserver'.
2018 Aug 24
1
"ERROR(runtime): uncaught exception - Unable to load file smb.conf" when doing classicupgrade
...exception - Unable to load file /usr/local/samba.LAN/smb.conf File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 176, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/domain.py", line 1584, in run s3conf.load(smbconf) Could someone suggest how to overcome this? The contents of /usr/local/samba.LAN/smb.conf: ----------- /usr/local/samba.LAN/smb.conf below [global] unix charset = UTF8 workgroup = LAN netbios name = DC server max protocol = NT1 server string = AD-LAN.COM domain controller passdb bac...
2017 Jan 30
2
classic upgrade fails with 4.6-test
On Mon, 2017-01-30 at 08:42 +0000, Rowland Penny wrote: > On Mon, 30 Jan 2017 15:44:15 +1300 > Andrew Bartlett <abartlet at samba.org> wrote: > > > On Sun, 2017-01-29 at 22:43 +0000, Rowland Penny via samba wrote: > > > On Sun, 29 Jan 2017 17:07:39 -0500 > > > Sonic <sonicsmith at gmail.com> wrote: > > > > > > > On Sun, Jan 29,