Hello I am trying to copy a directory from a Windows 2000 server SP4 to a Linux box with the follow script: smbclient //"Windows 2000 Server"/share password -U administrator -c "prompt;recurse;mget directory*" With small directories ok, but large directories the follow error occur: client_check_incoming_message: out of seq. seq num 634955 matches. We were expecting seq 634955 signing_good: BAD SIG: seq 634955 At middle of the copy. Them the copy repeat the follow error and stop: "Server packet had invalid SMB signature! " Goggle report the discussion in then follow link(someone create a patch). http://lists.samba.org/archive/samba-technical/2004-January/033847.html I am think it is the same error. I am using Debian Sarge 3.1a. Someone can help me ?
The mail thread you point out has a patch included that went into the Samba source code at that time. Can you send me a debug level 10 log around the failure ? The error message you are reporting is very strange with a message saying we were expecting number X, but number X matches. They are the same number... Are you sure this is the error message that you're really getting ? Jeremy.
Created attachment 1300 [details] Debug level 10 log from reporter
Please retest against a current release and reopen if the issue still exists.