search for: gunnerson

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

Did you mean: gunderson
2024 Nov 29
1
Random EINVAL when opening files with SMB3 POSIX extensions enabled
On 11/28/24 9:46 PM, Andrew Gunnerson wrote: > Thanks for the replies! > > On Thu, Nov 28, 2024, at 04:34, Rowland Penny via samba wrote: >> I do not use the SMB3 Unix extensions, but perhaps you may not be >> either, have you tried replacing 'server min protocol = SMB2' (which is >> the default anyw...
2024 Nov 28
1
Random EINVAL when opening files with SMB3 POSIX extensions enabled
Thanks for the replies! On Thu, Nov 28, 2024, at 04:34, Rowland Penny via samba wrote: > I do not use the SMB3 Unix extensions, but perhaps you may not be > either, have you tried replacing 'server min protocol = SMB2' (which is > the default anyway) with 'server min protocol = SMB3' ? I took a packet capture and do see the the client making POSIX extension requests,
2024 Nov 26
2
Random EINVAL when opening files with SMB3 POSIX extensions enabled
Hello! I recently tried enabling SMB3 POSIX extensions as I'm only using Linux clients and would like to make use of the standard unix permission bits. However, I'm running into an issue where a simple `cat` fails with -EINVAL when opening the file: openat(AT_FDCWD, "Shells.txt", O_RDONLY) = -1 EINVAL (Invalid argument) The weird thing is that it's intermittent.