After Samba update to 3.5.4-8.1-2405-SUSE-SL11.2 sending WinPopup messages with smbclient is not possible anymore (the rest of functionality is still Ok to all I know). No matter what content is being sent to which client (XP, Win7, Linux): # echo test | smbclient -M MACHINE -N cli_message returned NT_STATUS_PIPE_BROKEN Nothing is sent.
Created attachment 5912 [details] smbclient -M MACHINE -d11 -N smbclient output with debug level 11
Can you also upload a network trace? http://wiki.samba.org/index.php/Capture_Packets Thanks, Volker
Created attachment 5913 [details] tcpdump -p -s 0 -w smbclient.pcap port 445 or port 139 TCP traffic captured during smbclient -M. Please note that this is not an isolated smbclient session (other SMB communication is present).
Created attachment 5914 [details] Patch for 3.5 The attached patch fixes it for me. Thanks for reporting this bug!
Comment on attachment 5914 [details] Patch for 3.5 Jeremy, please review & potientially re-assign to Karolin Thanks, Volker
Comment on attachment 5914 [details] Patch for 3.5 Looks good to me. Jeremy.
Re-assigning to Karolin for inclusion. Jeremy.
Pushed to v3-5-test. Will be included in the next 3.5 release. Closing out bug report. Thanks!