search for: cifstest

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

Did you mean: cifstest8
2007 Nov 12
2
Bug#447153: /usr/bin/scp: Fails to notice write errors
...= 1 [pid 25301] read(0, "t", 1) = 1 [pid 25301] read(0, ".", 1) = 1 [pid 25301] read(0, "p", 1) = 1 [pid 25301] read(0, "y", 1) = 1 [pid 25301] read(0, "\n", 1) = 1 [pid 25301] stat64("cifstest-mount//t.py", {st_mode=S_IFREG|0744, st_size=141, ...}) = 0 [pid 25301] open("cifstest-mount//t.py", O_WRONLY|O_CREAT|O_LARGEFILE, 0644) = 3 [pid 25301] write(1, "\0", 1) = 1 [pid 25301] fstat64(3, <unfinished ...> [pid 25301] <... fstat64 resumed> {s...
2006 Oct 15
3
open(2) O_DIRECT on smbmount gives EINVAL
Does samba 3.0.23c not support the use of O_DIRECT? When I try to open an smbmount'd file using O_DIRECT, I get EINVAL. I am able to use O_DIRECT with no problems on a block device and nfs mounts, so I know the kernel supports it. samba: 3.0.23c kernel: 2.6.9-42.0.3.EL (32-bit) I am using the below code for my test. smb fails on open(2). #include <fcntl.h> #include