search for: smb_f_setlkw

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

Did you mean: smb_f_setlk
2001 Dec 15
0
smbsh error
...r I enter my username and password: ERROR: can't get smbw shared lock (Invalid argument) I am running linux 7.2 with samba 2.2.2. The error message is produced from the function lockit(void) in smbwrapper/shared.c. The error originates in file lib/util.c in function: fcntl_lock(shared_fd,SMB_F_SETLKW,0,1,F_WRLCK) fcntl_lock calls: fcntl(8191, F_SETLKW) which sets errno = 22 (EINVAL). The only thing I could find about this error number on this command is: "cmd is F_GETLK, F_SETLK, or F_SETLKW, and arg.lockdes or the data it points to is not valid,or fildes refers to a file that does not...
2008 May 07
0
MBoyle@ttcdas.com - Email found in subject - RE: Files over 4GB not listing properly. Cannot getCIFSworking.
...it turns out that certain flags weren't being properly set in config.h, due to the fact that samba was being cross-compiled and the test programs couldn't be run. So far, I've set dev_t to be a u_quad type, and enabled 64-bit versions of: dirent, ino, off_t, SMB_STRUCT_DIR, flock, and SMB_F_SETLKW/GETLKW. Is there anything i missed? -----Original Message----- From: Andrew Bartlett [mailto:abartlet@samba.org] Sent: Tuesday, May 06, 2008 7:38 PM To: Matt Boyle Cc: samba@lists.samba.org Subject: MBoyle@ttcdas.com - Email found in subject - RE: [Samba] Files over 4GB not listing properly. Ca...