After upgrading a system that was succesfully using an (older) version of samba I'm doing this smbclient //some_host/epson -I localhost -p 8005 -N to connect to the remote printer queue. It was working with ver 2.2 I've setup a tcpdump -i lo port 8005 to capture any data going to port 8005 and nothing happens when using the above mentioned smbclient command. No traffic is sent to that port (although the debug info of smclients shows several attempts to connect to ports 445 and 139). It seems as if smbclient ignores the -p port parameter. Same result with 3.0.14a binary from samba.org
*** This bug has been marked as a duplicate of 2688 ***
(In reply to comment #1) > > *** This bug has been marked as a duplicate of 2688 *** Sorry, I failed to see it when searching before posting. It's fixed for me with part of the last patch on client.c mentioned on 2688 Maybe the search should return resolved issues too? (to prevent cases like mine)
> Maybe the search should return resolved issues too? Right now I'm banging my head against the wall (yeah, now I can see the open/closed/all combo box in the search ... silly me).