From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202 Description of problem: When reading files from a smbfs win2k-SP3 mount I somethimes get: kernel: smb_get_length: recv error = 104 kernel: smb_trans2_request: result=-104, setting invalid kernel: smb_retry: caught signal This keeps on going for sometime.. and then after a day the mount completely hangs all processes reading from it. The mount is not accessible anymore and not unmountable.. the processen that where reading from the mount can not be killed. Version-Release number of selected component (if applicable): 2.2.7-1.7.3 How reproducible: Sometimes Steps to Reproduce: 1. echo "//blasrv/bla$ /mnt/bla smbfs auto,ip=192.168.0.10,uid=bla,credentials=/etc/bla.passwd 0 0" 2. mount /mnt/bla 3. grep bla /mnt/bla/* Actual Results: kernel: smb_get_length: recv error = 104 kernel: smb_trans2_request: result=-104, setting invalid kernel: smb_retry: caught signal Expected Results: no errors.. no hang Additional info: samba-common-2.2.7-1.7.3 samba-client-2.2.7-1.7.3 kernel-2.4.18-18.7.x Win2k SP3