Comment 6 for bug 445595

Revision history for this message
Malte S. Stretz (mss) wrote :

Got this error on maverick when I try to connect to a Time Capsule (7.4.2). The error might be on the server side though since some Windows workstation have random problems when connecting as well...

I had a look at wireshark and the Time Capsule does indeed respond with an error. The Echo Request packet (0x2b) receives a Echo Response (0x2b) with an NT status of 0xffff0002 (Unknown according to Wireshark):

0000 ff 53 4d 42 2b 02 00 ff ff 88 01 40 00 00 00 00
0010 00 00 00 00 00 00 00 00 01 00 23 0c 01 00 04 00
0020 00 00 00

I don't know if smbclient should handle such a response or not.