search for: smb_setup_bcc

Displaying 5 results from an estimated 5 matches for "smb_setup_bcc".

2004 Jul 27
0
Problems with Samba and kernel 2.6
Hello! I have problems using Samba with Kernel 2.6. With smbmount: mounting works but changing to the mounted directory or doing an 'ls' there leads to a timeout. Syslog says: $ cd /mnt/serv/c Jul 27 10:37:19 sbs93 kernel: smb_setup_bcc: Packet too large 4257 > 4096 Jul 27 10:37:49 sbs93 kernel: smb_add_request: request [ea195e80, mid=0] timed out! $ ls Jul 27 10:38:36 sbs93 kernel: smb_receive_header: short packet: 0 Jul 27 10:39:06 sbs93 kernel: smb_add_request: request [e8d5be80, mid=1] timed out! Jul 27 10:39:06 sbs93 ker...
2004 Sep 10
1
smbf errors
...with smbclient and also with smbmount on kernel 2.4.x, I assume the problem lies within smbfs. Kernel version: 2.6.8.1 Samba version: 3.0.4 Dist: Debian unstable I get errors when I try to mount a share from OS/2 4.0: 1) smbmount everything's fine 2) cd into the mounted dir smbfs output: ? smb_setup_bcc: Packet too large 4257>4096 ? smb_add_request: request [f7298e80, mid=0] timed out! 3) ls in the mounted dir smbfs output: ? smb_receive_header: short packet: 0 ? smb_add_request: request [f7353e80, mid=1] timed out! Then ls says: ls: .: Input/output error 4) cd .. smbfs output: ? smb_get_len...
2004 Sep 13
0
smbf errors with kernel 2.6
...with smbclient and also with smbmount on kernel 2.4.x, I assume the problem lies within smbfs. Kernel version: 2.6.8.1 Samba version: 3.0.4 Dist: Debian unstable I get errors when I try to mount a share from OS/2 4.0: 1) smbmount everything's fine 2) cd into the mounted dir smbfs output: ? smb_setup_bcc: Packet too large 4257>4096 ? smb_add_request: request [f7298e80, mid=0] timed out! 3) ls in the mounted dir smbfs output: ? smb_receive_header: short packet: 0 ? smb_add_request: request [f7353e80, mid=1] timed out! Then ls says: ls: .: Input/output error 4) cd .. smbfs output: ? smb_get_leng...
2005 Jun 16
0
Error with smbfs
...5 09:49:36 darkknight kernel: smb_add_request: request [c3a50e80, mid=16] timed out! Jun 15 09:49:36 darkknight kernel: smb_writepage_sync: failed write, wsize=4096, write_ret=-5 Report error from /var/log/messages for kernel 2.6.11.12 + patch ac7 (by Alan Cox): Jun 15 15:40:52 darkknight kernel: smb_setup_bcc: Packet too large 65 > 14 Jun 15 15:41:22 darkknight kernel: smb_add_request: request [c3d27e80, mid=19] timed out! Jun 15 15:41:25 darkknight kernel: smb_get_length: Invalid NBT packet, code=60 Jun 15 15:41:55 darkknight kernel: smb_add_request: request [cc9dee80, mid=20] timed out! Jun 15 15:4...
2000 Jun 28
1
[Patch] Shorter patch for smbfs 2.2.16
...{ + *p++ = 0; + *p++ = 5; + WSET(p, 0, SMB_STATUS_SIZE); + p += 2; + memcpy(p, status, SMB_STATUS_SIZE); + p += SMB_STATUS_SIZE; + } + + smb_setup_bcc(server, p); + + result = smb_request_ok(server, SMBsearch, 1, -1); + if (result < 0) + { + if ((server->rcls == ERRDOS) && + (server->err == ERRnofiles)) + break...