search for: posix_enabled_broken

Displaying 2 results from an estimated 2 matches for "posix_enabled_broken".

2024 Nov 29
1
Random EINVAL when opening files with SMB3 POSIX extensions enabled
...network trace when it happens? > > Sure thing! I disabled SMB encryption first since it seemed to make the pcaps > useless. > > 1. pcap when running `cat <file>`, which fails with EINVAL: > > https://files.pub.chiller3.com/issues/samba/posix_extensions/2024-11-28/posix_enabled_broken.pcap > it's a client problem. See packet 30: the client issues an POSIX SMB2-CREATE with a pathname starting with a "/" which is not allowed. If you check the working cases there the pathnames are relative and don't start with "/". @Steve: do you have any idea wh...
2024 Nov 28
1
Random EINVAL when opening files with SMB3 POSIX extensions enabled
...ph Boehme wrote: > can you grab a network trace when it happens? Sure thing! I disabled SMB encryption first since it seemed to make the pcaps useless. 1. pcap when running `cat <file>`, which fails with EINVAL: https://files.pub.chiller3.com/issues/samba/posix_extensions/2024-11-28/posix_enabled_broken.pcap 2. pcap when running `ls $(dirname <file>); cat <file>`, which seems to temporarily (but consistently) allow the file to be opened for a short time: https://files.pub.chiller3.com/issues/samba/posix_extensions/2024-11-28/posix_enabled_working.pcap 3. pcap when running `ca...