Date: Thu, 01 Dec 2011 15:13:59 -0500 From: Mike Tancsa <mike@sentex.net> To: Peter Maloney <peter.maloney@brockmann-consult.de> Cc: freebsd-fs@freebsd.org Subject: Re: mount_smbfs re-exported via samba not working Message-ID: <4ED7E007.1060600@sentex.net> In-Reply-To: <4ED7DA15.1030108@brockmann-consult.de> References: <4ED7B713.200@sentex.net> <4ED7DA15.1030108@brockmann-consult.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/1/2011 2:48 PM, Peter Maloney wrote: > > And before I added this to the linux machine's smb.conf global section, > I would get total lockups and nobody could list directories. > > strict locking = no > blocking locks = no > > So give that a try. Hi, Thanks for the response, but it does not seem to help :( Running a session through tshark sees the same sort of response (STATUS_INVALID_HANDLE) on the request to list the directory structure 89 2.884570 192.168.1.23 -> 192.168.1.1 TCP 44 52479 > microsoft-ds [ACK] Seq=2558 Ack=1651 Win=65375 Len=0 90 2.999964 192.168.1.1 -> 192.168.1.23 TCP 56 netbios-ssn > 56189 [SYN, ACK] Seq=0 Ack=1 Win=65535 Len=0 MSS=1408 WS=8 SACK_PERM=1 91 7.590425 192.168.1.23 -> 192.168.1.1 SMB 146 NT Create AndX Request, Path: \test2 92 7.594526 192.168.1.1 -> 192.168.1.23 SMB 183 NT Create AndX Response, FID: 0x15cc 93 7.611333 192.168.1.23 -> 192.168.1.1 SMB 120 Trans2 Request, QUERY_FILE_INFO, FID: 0x15cc, Query File Internal Info 94 7.611725 192.168.1.1 -> 192.168.1.23 SMB 116 Trans2 Response, FID: 0x15cc, QUERY_FILE_INFO 95 7.630035 192.168.1.23 -> 192.168.1.1 SMB 118 Trans2 Request, QUERY_FS_INFO, Query FS Attribute Info 96 7.630368 192.168.1.1 -> 192.168.1.23 SMB 124 Trans2 Response, QUERY_FS_INFO 97 7.646549 192.168.1.23 -> 192.168.1.1 SMB 128 Trans2 Request, QUERY_FS_INFO, Info Allocation 98 7.647546 192.168.1.1 -> 192.168.1.23 SMB 122 Trans2 Response, QUERY_FS_INFO 99 7.663806 192.168.1.23 -> 192.168.1.1 SMB 96 Write Request, FID: 0x15cc, 0 bytes at offset 33 100 7.666261 192.168.1.1 -> 192.168.1.23 SMB 85 Write Response, FID: 0x15cc, 0 bytes 101 7.687203 192.168.1.23 -> 192.168.1.1 SMB 145 Write AndX Request, FID: 0x15cc, 33 bytes at offset 0 102 7.687910 192.168.1.1 -> 192.168.1.23 SMB 95 Write AndX Response, FID: 0x15cc, 33 bytes 103 7.704950 192.168.1.23 -> 192.168.1.1 SMB 148 Write AndX Request, FID: 0x15cc, 36 bytes at offset 33 104 7.705559 192.168.1.1 -> 192.168.1.23 SMB 95 Write AndX Response, FID: 0x15cc, 36 bytes 105 7.722181 192.168.1.23 -> 192.168.1.1 SMB 114 Write AndX Request, FID: 0x15cc, 2 bytes at offset 69 106 7.722782 192.168.1.1 -> 192.168.1.23 SMB 95 Write AndX Response, FID: 0x15cc, 2 bytes 107 7.738991 192.168.1.23 -> 192.168.1.1 SMB 133 Write AndX Request, FID: 0x15cc, 21 bytes at offset 71 108 7.739616 192.168.1.1 -> 192.168.1.23 SMB 95 Write AndX Response, FID: 0x15cc, 21 bytes 109 7.757164 192.168.1.23 -> 192.168.1.1 SMB 134 Trans2 Request, FIND_FIRST2, Pattern: \* 110 7.758395 192.168.1.1 -> 192.168.1.23 SMB 83 Trans2 Response, FIND_FIRST2, Error: STATUS_INVALID_HANDLE 111 7.775637 192.168.1.23 -> 192.168.1.1 SMB 89 Close Request, FID: 0x15cc 112 7.778383 192.168.1.1 -> 192.168.1.23 SMB 83 Close Response, FID: 0x15cc 113 7.913181 192.168.1.23 -> 192.168.1.1 TCP 44 52479 > microsoft-ds [ACK] Seq=3445 Ack=2343 Win=64683 Len=0 114 8.999957 192.168.1.1 -> 192.168.1.23 TCP 56 netbios-ssn > 56189 [SYN, ACK] Seq=0 Ack=1 Win=65535 Len=0 MSS=1408 WS=8 SACK_PERM=1 115 9.134924 192.168.1.23 -> 192.168.1.1 SMB 118 Trans2 Request, QUERY_FS_INFO, Query FS Attribute Info 116 9.135305 192.168.1.1 -> 192.168.1.23 SMB 124 Trans2 Response, QUERY_FS_INFO 117 9.156648 192.168.1.23 -> 192.168.1.1 SMB 134 Trans2 Request, FIND_FIRST2, Pattern: \* 118 9.157972 192.168.1.1 -> 192.168.1.23 SMB 83 Trans2 Response, FIND_FIRST2, Error: STATUS_INVALID_HANDLE 119 9.321949 192.168.1.23 -> 192.168.1.1 TCP 44 52479 > microsoft-ds [ACK] Seq=3609 Ack=2462 Win=64564 Len=0 120 10.328172 192.168.1.23 -> 192.168.1.1 SMB 87 Logoff AndX Request 121 10.328562 192.168.1.1 -> 192.168.1.23 SMB 87 Logoff AndX Response 122 10.344914 192.168.1.23 -> 192.168.1.1 SMB 83 Tree Disconnect Request 123 10.345600 192.168.1.1 -> 192.168.1.23 SMB 83 Tree Disconnect Response 124 10.527992 192.168.1.23 -> 192.168.1.1 TCP 44 52479 > microsoft-ds [ACK] Seq=3691 Ack=2544 Win=64482 Len=0 ---Mike -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ED7E007.1060600>
