Displaying 16 results from an estimated 16 matches for "use_xattr".
Did you mean:
user_xattr
2017 Jan 30
2
classic upgrade fails with 4.6-test
...t; > get
> > it into 4.6.
> >
> > Andrew Bartlett
> >
>
> Sorry Andrew, but I don't think it will ;-)
>
> Unless you have built ntvfs, the '--use-xattrs' option doesn't get
> set
> until the 'def' and there it gets set to 'use_xattrs=None' along
> withÂ
> 'use_ntvfs=False'
>
> So, by my reading, with your patch the OP is still going to get the
> error message.
Rowland,
I'm a little confused, because I do change the defaults in the function
declaration (the 'def' as you put it). I also...
2017 Jan 30
0
classic upgrade fails with 4.6-test
...>
> > > Andrew Bartlett
> > >
> >
> > Sorry Andrew, but I don't think it will ;-)
> >
> > Unless you have built ntvfs, the '--use-xattrs' option doesn't get
> > set
> > until the 'def' and there it gets set to 'use_xattrs=None' along
> > withÂ
> > 'use_ntvfs=False'
> >
> > So, by my reading, with your patch the OP is still going to get the
> > error message.
>
> Rowland,
>
> I'm a little confused, because I do change the defaults in the
> function decl...
2017 Jan 29
0
classic upgrade fails with 4.6-test
...on the user rights and system capabilities",
default="auto")
]
if samba.is_ntvfs_fileserver_built():
takes_options.extend(ntvfs_options)
def run(self, smbconf=None, targetdir=None, dbdir=None, testparm=None,
quiet=False, verbose=False, use_xattrs=None, sambaopts=None, versionopts=None,
dns_backend=None, use_ntvfs=False):
eadb = True
if use_xattrs == "yes":
eadb = False
elif use_xattrs == "auto" and use_ntvfs == False or use_ntvfs == None:
eadb = False...
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'.
2017 Feb 26
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...>
#23 PyEval_EvalFrameEx (
f=f at entry=Frame 0xb21870, for file /usr/lib64/python2.7/site-packages/samba/netcmd/domain.py,
line 1566, in run (self=<cmd_domain_classicupgrade(raw_args=['/etc/samba/smb.bentley.conf'],
raw_kwargs={'verbose': True, 'quiet': None, 'use_xattrs': 'yes', 'targetdir': None, 'dns_backend':
'BIND9_DLZ', 'versionopts': <VersionOptions(_long_opt={'--use-xattrs':
<Option(_long_opts=['--use-xattrs'], help='Define if we should use the native fs capabilities or a
tdb file for st...
2017 Feb 16
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Fri, 2017-02-17 at 07:48 +1100, Tom Robinson via samba wrote:
> Anyone?
Can you please post a gdb backtrace --full?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 862 bytes
Desc: This is a digitally signed message part
URL:
2017 Jan 30
4
classic upgrade fails with 4.6-test
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, 2017 at 4:54 PM, Rowland Penny <rpenny at samba.org>
> > wrote:
> >
> > > When you built Samba, did you use the '--with-ntvfs-fileserver'
> > > or
> > >
2017 Jan 30
1
classic upgrade fails with 4.6-test
On Mon, 2017-01-30 at 09:29 +0000, Rowland Penny wrote:
>
> This is what is in git at the moment:
Can you instead look at what is in my patch?
Thanks,
Andrew Bartlett
--
Andrew Bartlett http://samba.org/~abartlet/
Authentication Developer, Samba Team http://samba.org
Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
-------------- next
2017 Feb 14
2
[Announce] Samba 4.6.0rc3 Available for Download
...xattr.c: Make streams_xattr_open() store
the same path as streams_xattr_recheck().
* BUG 12531: Make vfs_shadow_copy2 cope with server changing directories.
o Andrew Bartlett <abartlet at samba.org>
* BUG 12543: samba-tool: Correct handling of default value for use_ntvfs and
use_xattrs.
* BUG 12573: Samba < 4.7 does not know about compatibleFeatures and
requiredFeatures.
* BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
rename.
o Ralph Boehme <slow at samba.org>
* BUG 12184: s3/rpc_server: Shared rpc modules loading....
2017 Feb 14
2
[Announce] Samba 4.6.0rc3 Available for Download
...xattr.c: Make streams_xattr_open() store
the same path as streams_xattr_recheck().
* BUG 12531: Make vfs_shadow_copy2 cope with server changing directories.
o Andrew Bartlett <abartlet at samba.org>
* BUG 12543: samba-tool: Correct handling of default value for use_ntvfs and
use_xattrs.
* BUG 12573: Samba < 4.7 does not know about compatibleFeatures and
requiredFeatures.
* BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
rename.
o Ralph Boehme <slow at samba.org>
* BUG 12184: s3/rpc_server: Shared rpc modules loading....
2017 Feb 16
0
[Announce] Samba 4.6.0rc3 Available for Download
...e
> the same path as streams_xattr_recheck().
> * BUG 12531: Make vfs_shadow_copy2 cope with server changing
> directories.
>
> o Andrew Bartlett <abartlet at samba.org>
> * BUG 12543: samba-tool: Correct handling of default value for
> use_ntvfs and
> use_xattrs.
> * BUG 12573: Samba < 4.7 does not know about compatibleFeatures and
> requiredFeatures.
> * BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
> rename.
>
> o Ralph Boehme <slow at samba.org>
> * BUG 12184: s3/rpc_serv...
2017 Feb 28
2
[Announce] Samba 4.6.0rc4 Available for Download
...xattr.c: Make streams_xattr_open() store
the same path as streams_xattr_recheck().
* BUG 12531: Make vfs_shadow_copy2 cope with server changing directories.
o Andrew Bartlett <abartlet at samba.org>
* BUG 12543: samba-tool: Correct handling of default value for use_ntvfs and
use_xattrs.
* BUG 12573: Samba < 4.7 does not know about compatibleFeatures and
requiredFeatures.
* BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
rename.
o Ralph Boehme <slow at samba.org>
* BUG 12184: s3/rpc_server: Shared rpc modules loading....
2017 Feb 28
2
[Announce] Samba 4.6.0rc4 Available for Download
...xattr.c: Make streams_xattr_open() store
the same path as streams_xattr_recheck().
* BUG 12531: Make vfs_shadow_copy2 cope with server changing directories.
o Andrew Bartlett <abartlet at samba.org>
* BUG 12543: samba-tool: Correct handling of default value for use_ntvfs and
use_xattrs.
* BUG 12573: Samba < 4.7 does not know about compatibleFeatures and
requiredFeatures.
* BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
rename.
o Ralph Boehme <slow at samba.org>
* BUG 12184: s3/rpc_server: Shared rpc modules loading....
2017 Mar 07
5
[Announce] Samba 4.6.0 Available for Download
...xattr.c: Make streams_xattr_open() store
the same path as streams_xattr_recheck().
* BUG 12531: Make vfs_shadow_copy2 cope with server changing directories.
o Andrew Bartlett <abartlet at samba.org>
* BUG 12543: samba-tool: Correct handling of default value for use_ntvfs and
use_xattrs.
* BUG 12573: Samba < 4.7 does not know about compatibleFeatures and
requiredFeatures.
* BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
rename.
o Ralph Boehme <slow at samba.org>
* BUG 12184: s3/rpc_server: Shared rpc modules loading....
2017 Mar 07
5
[Announce] Samba 4.6.0 Available for Download
...xattr.c: Make streams_xattr_open() store
the same path as streams_xattr_recheck().
* BUG 12531: Make vfs_shadow_copy2 cope with server changing directories.
o Andrew Bartlett <abartlet at samba.org>
* BUG 12543: samba-tool: Correct handling of default value for use_ntvfs and
use_xattrs.
* BUG 12573: Samba < 4.7 does not know about compatibleFeatures and
requiredFeatures.
* BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
rename.
o Ralph Boehme <slow at samba.org>
* BUG 12184: s3/rpc_server: Shared rpc modules loading....
2017 Mar 07
0
[Announce] Samba 4.6.0 Available for Download
...> the same path as streams_xattr_recheck().
> * BUG 12531: Make vfs_shadow_copy2 cope with server changing
> directories.
>
> o Andrew Bartlett <abartlet at samba.org>
> * BUG 12543: samba-tool: Correct handling of default value for
> use_ntvfs and
> use_xattrs.
> * BUG 12573: Samba < 4.7 does not know about compatibleFeatures and
> requiredFeatures.
> * BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
> rename.
>
> o Ralph Boehme <slow at samba.org>
> * BUG 12184: s3/rpc_ser...