I can't access the share through a station with Windows XP, in the messages log show this error: Jul 21 15:34:55 files smbd[5097]: [2009/07/21 15:34:55, 0] lib/util_sock.c:write_data(562) Jul 21 15:34:55 files smbd[5097]: write_data: write failure in writing to client 192.168.1.74. Error Broken pipe Jul 21 15:34:55 files smbd[5097]: [2009/07/21 15:34:55, 0] lib/util_sock.c:send_smb(761) Jul 21 15:34:55 files smbd[5097]: Error writing 272 bytes to client. -1. (Broken pipe) I'm using CentOS 5.3 and Samba 3.0.33 Any idea? Thanks, -- Daniel Bruno http://danielbruno.eti.br danielbruno at projetofedora.org
Hi, On Tue, Jul 21, 2009 at 16:12, Daniel Bruno<danielbruno at projetofedora.org> wrote:> I can't access the share through a station with Windows XP, in the > messages log show this error: > Jul 21 15:34:55 files smbd[5097]: ? Error writing 272 bytes to client. > -1. (Broken pipe) > Any idea?Do you have any iptables rules in the Linux server? Is the Windows machine on the same LAN as the Linux server? Otherwise, is there a firewall between them that could be blocking some of the communication? HTH, Filipe
On Tue, 2009-07-21 at 16:12 -0400, Daniel Bruno wrote:> I can't access the share through a station with Windows XP, in the > messages log show this error: > > Jul 21 15:34:55 files smbd[5097]: [2009/07/21 15:34:55, 0] > lib/util_sock.c:write_data(562) > Jul 21 15:34:55 files smbd[5097]: write_data: write failure in > writing to client 192.168.1.74. Error Broken pipe > Jul 21 15:34:55 files smbd[5097]: [2009/07/21 15:34:55, 0] > lib/util_sock.c:send_smb(761) > Jul 21 15:34:55 files smbd[5097]: Error writing 272 bytes to client. > -1. (Broken pipe) > > I'm using CentOS 5.3 and Samba 3.0.33 > > Any idea?--- "smb ports = 445" in smb.conf Try that out and report back. John