when a client (Windows 200) tries to get a connection to a share over the samba server (3.2.0) I only see in the Windows explorer the icon for the wanted share. but as soon as I try to get the subdirectories of that share the explorer tells me that this connection does not work. In the samba logfile I can read the message: Libsmb/smb_signing.c:srv_check_incoming_message(754) srv_check_incoming_message: BAD SIG: seq 2 got SMB signature of the last Samba version I used was 3.0.30 this one works without any problems I have a zip-file containing the logged messages (level 10) and the config file, bit I don't know where to sent. the samba server is a E450 running Solaris8
Created attachment 3413 [details] no connection to a shre Okay forget my last input, I found a way to sent my file
Please remove the settings for IPC$ from your smb.conf and try again. The problem is that the client 129.103.112.105 ist not allowed to connect to IPC$: [2008/07/15 13:42:26, 4] smbd/reply.c:reply_tcon_and_X(653) Client requested device type [?????] for share [IPC$] [2008/07/15 13:42:26, 5] smbd/service.c:make_connection(1376) making a connection to 'normal' service ipc$ [2008/07/15 13:42:26, 3] lib/access.c:check_access(389) check_access: no hostnames in host allow/deny list. [2008/07/15 13:42:26, 0] lib/access.c:check_access(410) Denied connection from (129.103.112.105) [2008/07/15 13:42:26, 3] smbd/error.c:error_packet_set(61) error packet at smbd/reply.c(662) cmd=117 (SMBtconX) NT_STATUS_ACCESS_DENIED Marking bug report as invalid. Please re-open if it still doesn't work without the IPC$ settings.
Hi, although I removed the settings for IPC$, the share does not work properly. After the connection succeeded, the next try to dive into the connected directory I get the message the connection is no longer available. I put a logfile to my report.
Created attachment 3420 [details] no share connection
Created attachment 3426 [details] proposed patch The attached patch fixes the bug for me, can you try that? Volker
Without the attached patch I could reproduce the bug, with the patch it works for me. So I'm closing it, but feel free to re-open if the patch does not help. Thanks for the bug report and the log files, Volker
Created attachment 3436 [details] no share connection
Created attachment 3437 [details] no share connection
Ok, the signing bug is gone. Does it work now? Volker
Ah, okay, just found the panic. Can you try the patch from bug 5512? Thanks, Volker
Hi, the patched version 3.2.0 is running fine. The bug can be closed. Thanks