Displaying 1 result from an estimated 1 matches for "84de99e0".
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.