search for: smb_receive_trans2

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

2003 Jul 23
1
[SOLVED] mount.smbfs problem
...ation used for beta2). *Windows 2000 Professional <rocky> - current with windows update. [command] mount -t smbfs //rocky/c$ /mnt/rocky -o rw,credentials=/my/credentials/file --or-- mount.smbfs //rocky/c$ /mnt/rocky -o rw,credentials=/my/credentials/file [log] Jul 22 14:42:44 hanako kernel: smb_receive_trans2: data/param too long, data=1024, parm=57231 Jul 22 14:42:44 hanako kernel: smb_trans2_request: result=-5, setting invalid Jul 22 14:42:45 hanako kernel: smb_retry: caught signal [solution] Recompile the kernel with 'MAX_SMB_PACKET_SIZE' set to 65536. My kernel had it at 32763. This can be...
2003 Jul 23
0
Problems with mount.smbfs in 3.0.0beta3
...ation used for beta2). *Windows 2000 Professional <rocky> - current with windows update. [command] mount -t smbfs //rocky/c$ /mnt/rocky -o rw,credentials=/my/credentials/file --or-- mount.smbfs //rocky/c$ /mnt/rocky -o rw,credentials=/my/credentials/file [log] Jul 22 14:42:44 hanako kernel: smb_receive_trans2: data/param too long, data=1024, parm=57231 Jul 22 14:42:44 hanako kernel: smb_trans2_request: result=-5, setting invalid Jul 22 14:42:45 hanako kernel: smb_retry: caught signal [other] smbfs daemon is alive; a 'ls' on /mnt/rocky 'hangs' (ctrl-c works). umount /mnt/rocky clears han...