search for: smbfs_debug_verbose

Displaying 6 results from an estimated 6 matches for "smbfs_debug_verbose".

2000 Jun 28
1
[Patch] Shorter patch for smbfs 2.2.16
...t.max_xmit < 0x1000) && + if (server->opt.protocol == SMB_PROTOCOL_NT1 && + (server->opt.max_xmit < 0x1000) && !(server->opt.capabilities & SMB_CAP_NT_SMBS)) { server->mnt->version |= SMB_FIX_WIN95; #ifdef SMBFS_DEBUG_VERBOSE @@ -706,8 +729,11 @@ WSET(buf, smb_uid, server->opt.server_uid); WSET(buf, smb_mid, 1); - *(buf+smb_flg) = 0x8; - WSET(buf, smb_flg2, 0x3); + if (server->opt.protocol > SMB_PROTOCOL_CORE) + { + *(buf+smb_flg) = 0x8; + WSE...
1998 Oct 31
0
Linux 2.1.126 kernel smbfs SMBwrite 2x speed improvement
.../tmp/linux/fs/smbfs/proc.c Mon Oct 26 01:44:37 1998 +++ linux/fs/smbfs/proc.c Sat Oct 31 02:48:31 1998 @@ -25,6 +25,9 @@ #include <asm/string.h> +#include <asm/page.h> +#define SMB_ST_BLKSIZE (PAGE_SIZE) + #define SMBFS_PARANOIA 1 /* #define SMBFS_DEBUG_TIMESTAMP 1 */ /* #define SMBFS_DEBUG_VERBOSE 1 */ @@ -1224,7 +1227,7 @@ fattr->f_nlink = 1; fattr->f_uid = server->mnt->uid; fattr->f_gid = server->mnt->gid; - fattr->f_blksize = 512; + fattr->f_blksize = SMB_ST_BLKSIZE; } static void @@ -1234,7 +1237,7 @@ if (fattr->attr & aDIR) { fattr->...
2000 Mar 20
0
smbfs patch - listing large direcories from an OS/2 server
...DSET(param, 8, 0); } else { - /* we don't need the mask after the first bit */ - mask_len = 0; - mask[0] = 0; - command = TRANSACT2_FINDNEXT; #ifdef SMBFS_DEBUG_VERBOSE printk("smb_proc_readdir_long: handle=0x%X, mask=%s\n", @@ -1666,15 +1665,29 @@ ff_dir_handle = WVAL(resp_param, 0); ff_searchcount = WVAL(resp_param, 2); ff_eos = WVAL(resp_param, 4); + ff_last...
2004 Sep 10
1
smbf errors
...when when I try to mount. I can mount shares, however, from other systems, namely all Windows versions and OS/2 3.0 If it is of any help, I could also supply samba logs and tcpdump dumps, although I couldn't find any error messages in the samba logs. Btw: I tried to enable SMBFS_DEBUG and SMBFS_DEBUG_VERBOSE in smbfs' Makefile, but that didn't change anything. Thanks in advance Alexej
2004 Sep 13
0
smbf errors with kernel 2.6
...dy when when I try to mount. I can mount shares, however, from other systems, namely all Windows versions and OS/2 3.0 If it is of any help, I could also supply samba logs and tcpdump dumps, although I couldn't find any error messages in the samba logs. Btw: I tried to enable SMBFS_DEBUG and SMBFS_DEBUG_VERBOSE in smbfs' Makefile, but that didn't change anything. Thanks in advance Alexej
2000 Jul 05
1
Samba And and NetApp Filer
I need some help. I can map the NetApp filer, but when I do a 'ls' in the directory I get errors. Saying that the file or directory does not exist and I know the directories and files do, you can see them when you map the NetApp with NT. If you know the name of the directory you can change into it. I can also map NT with samba just fine with no problems. The NetApp is running a CIFS server