FreeBSD 4.10 Latest version of Samba Domain Member WinXP machines with SP2 Why do these errors continue to come up, it does not seem to be hurting a thing as the box is working perfectly no complaints other than these errors in my log file. Oct 14 16:07:00 ns1 smbd[82463]: getpeername failed. Error was Socket is not connected Oct 14 16:07:00 ns1 smbd[82463]: [2004/10/14 16:07:00, 0] lib/util_sock.c:write_socket_data(430) Oct 14 16:07:00 ns1 smbd[82463]: write_socket_data: write failure. Error = Broken pipe Oct 14 16:07:00 ns1 smbd[82463]: [2004/10/14 16:07:00, 0] lib/util_sock.c:write_socket(455) Oct 14 16:07:00 ns1 smbd[82463]: write_socket: Error writing 4 bytes to socket 22: ERRNO = Broken pipe Oct 14 16:07:00 ns1 smbd[82463]: [2004/10/14 16:07:00, 0] lib/util_sock.c:send_smb(647) Oct 14 16:07:00 ns1 smbd[82463]: Error writing 4 bytes to client. -1. (Broken pipe
Just for others to know. I am not sure why this has made m errors go away in my log files and also fixed my speed issue when copying from the samba server to my clients but it did. I added this server signing = auto To my smb.conf and it fixed bot the speed issue and the errors below I pasted in my first email. I was read the Samba book and was reading about signing and just decided to see what affect this might have little did I know it would resovle my issues. Just FYI -----Original Message----- From: samba-bounces+esavage=digitalrage.org@lists.samba.org [mailto:samba-bounces+esavage=digitalrage.org@lists.samba.org] On Behalf Of Elijah Savage Sent: Thursday, October 14, 2004 11:29 PM To: samba@lists.samba.org Subject: [Samba] Samba Errors in my log file FreeBSD 4.10 Latest version of Samba Domain Member WinXP machines with SP2 Why do these errors continue to come up, it does not seem to be hurting a thing as the box is working perfectly no complaints other than these errors in my log file. Oct 14 16:07:00 ns1 smbd[82463]: getpeername failed. Error was Socket is not connected Oct 14 16:07:00 ns1 smbd[82463]: [2004/10/14 16:07:00, 0] lib/util_sock.c:write_socket_data(430) Oct 14 16:07:00 ns1 smbd[82463]: write_socket_data: write failure. Error = Broken pipe Oct 14 16:07:00 ns1 smbd[82463]: [2004/10/14 16:07:00, 0] lib/util_sock.c:write_socket(455) Oct 14 16:07:00 ns1 smbd[82463]: write_socket: Error writing 4 bytes to socket 22: ERRNO = Broken pipe Oct 14 16:07:00 ns1 smbd[82463]: [2004/10/14 16:07:00, 0] lib/util_sock.c:send_smb(647) Oct 14 16:07:00 ns1 smbd[82463]: Error writing 4 bytes to client. -1. (Broken pipe -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
On Mon, Oct 18, 2004 at 02:55:17PM -0400, Elijah Savage wrote:> Just for others to know. > > I am not sure why this has made m errors go away in my log files and > also fixed my speed issue when copying from the samba server to my > clients but it did. > > I added this > > server signing = auto > > To my smb.conf and it fixed bot the speed issue and the errors below I > pasted in my first email. I was read the Samba book and was reading > about signing and just decided to see what affect this might have little > did I know it would resovle my issues.This has the side effect of turning off sendfile (as we have to read the entire reply before signing) which is probably what fixed your problem... Jeremy.
So is this something I should need to do? I guess I need to read up on sendfile because I am not sure why this would improve my speed one way and make the errors go away. The speed issue I had was all clients no matter O/S could copy or move via drag and drop to the samba machine very quickly it has a gig'e' connection. But try to pull that same file back to the client using the same method and it took 5 times longer. -----Original Message----- From: Jeremy Allison [mailto:jra@samba.org] Sent: Monday, October 18, 2004 2:58 PM To: Elijah Savage Cc: samba@lists.samba.org Subject: Re: [Samba] Samba Errors in my log file On Mon, Oct 18, 2004 at 02:55:17PM -0400, Elijah Savage wrote:> Just for others to know. > > I am not sure why this has made m errors go away in my log files and > also fixed my speed issue when copying from the samba server to my > clients but it did. > > I added this > > server signing = auto > > To my smb.conf and it fixed bot the speed issue and the errors below I> pasted in my first email. I was read the Samba book and was reading > about signing and just decided to see what affect this might have > little did I know it would resovle my issues.This has the side effect of turning off sendfile (as we have to read the entire reply before signing) which is probably what fixed your problem... Jeremy.