Displaying 3 results from an estimated 3 matches for "showshare".
2018 Apr 05
4
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hello All
I am trying to use nfs4acl_xattr plugin from samba source code.
https://www.samba.org/samba/docs/current/man-html/vfs_nfs4acl_xattr.8.html
I mounted NFSv4 mount point locally and exported it through samba with vfs
objects set to nfs4acl_xattr.
*[root at test3 ajain]# net conf showshare local[local] path =
/home/ajain/mount comment = local share guest ok = no
read only = no hosts allow = ALL vfs objects = nfs4acl_xattr*
The share is not accessible when the plugin is enabled and I see all the
accesses fail with EOPNOTSUPP (errno 95).
*[...
2018 Apr 09
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...uggestions.
I compiled samba-4.8.0 and running it instead of samba-4.6.2. I saw the
changes that you mentioned in the latest vfs_nfs4acl_xattr module.
The operation not supported error is gone but it is now failing with access
denied. Here is what I tried:
*[root at test3 ajain]# net conf showshare local[local] path =
/home/ajain/mount comment = local share guest ok = no
read only = no hosts allow = ALL vfs objects = nfs4acl_xattr*
* nfs4acl_xattr:xattr_name = system.nfs4_acl
nfs4acl_xattr:encoding = xdr*
I added/enabled some debug messages and here...
2018 Apr 06
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
On Fri, Apr 06, 2018 at 12:40:31PM -0700, Jeremy Allison wrote:
> On Fri, Apr 06, 2018 at 09:22:17PM +0200, Ralph Böhme wrote:
> > On Fri, Apr 06, 2018 at 10:27:32AM -0700, Jeremy Allison via samba wrote:
> > > On Fri, Apr 06, 2018 at 01:44:50PM +0530, Akash Jain wrote:
> > > > Hi All
> > > >
> > > > I found there is one bug in the plugin. The