search for: smb_vfs_realpath

Displaying 3 results from an estimated 3 matches for "smb_vfs_realpath".

2018 Jan 08
2
Issues accessing ZFS-shares on Linux
Hi, I am having a really strange problem with my Samba shares on Debian Buster. None of the users can access any shares, which reside on ZFS-filesystem. Any other share works just fine. For example, if I create a normal folder to /home with same permissions and replace a ZFS-share with that, it works fine. When accessing any ZFS-shares the following error is recorded: Jan 08 22:39:56
2018 Jan 08
0
Issues accessing ZFS-shares on Linux
...> The system in use is Debian Buster with Samba 2:4.7.3+dfsg-1 and ZoL > 0.7.4-1 from Debian repo. Selinux is disabled and apparmor too. > > Any ideas what might be wrong with this setup? Do an strace. canonicalize_connect_path() is a very simple function, but my guess is the call to SMB_VFS_REALPATH() is failing for some reason on your ZFS filesystem.
2018 Jan 09
2
Issues accessing ZFS-shares on Linux
...Debian Buster with Samba 2:4.7.3+dfsg-1 and ZoL >> 0.7.4-1 from Debian repo. Selinux is disabled and apparmor too. >> >> Any ideas what might be wrong with this setup? > > Do an strace. canonicalize_connect_path() is a very simple > function, but my guess is the call to SMB_VFS_REALPATH() > is failing for some reason on your ZFS filesystem. >