search for: max_smb_packet_size

Displaying 1 result from an estimated 1 matches for "max_smb_packet_size".

2003 Jul 23
1
[SOLVED] mount.smbfs problem
...=/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 done easily by hand or with this patch (remember - this is for the SuSE linux 8.2 kernel 2.4.20 - your mileage may vary): --- /usr/src/linux/include/linux/smb.h.old 2003-07-22 22:03:01.000000000 -1000 +++ /usr/src/linux/include/linux/smb.h...