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@projetofedora.org
Hi,
On Tue, Jul 21, 2009 at 16:12, Daniel Brunodanielbruno@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
Hi Filipe,
Don't have iptables rules or firewall between the windows machine and Linux Server and is on the same LAN.
On Tue, Jul 21, 2009 at 4:39 PM, Filipe Brandenburgerfilbranden@gmail.com wrote:
Hi,
On Tue, Jul 21, 2009 at 16:12, Daniel Brunodanielbruno@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 _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi,
On Tue, Jul 21, 2009 at 16:50, Daniel Brunodanielbruno@projetofedora.org wrote:
Don't have iptables rules or firewall between the windows machine and Linux Server and is on the same LAN.
Well, "broken pipe" in Samba indicates network problem...
Do you have Windows Firewall enabled on the XP machine? Or maybe a third party Firewall? Anti-virus on the Windows machine?
Are you able to ping the Linux machine from the XP machine? And the other way around, ping the XP machine from the Linux machine?
Is it possible that you have duplicate names on other machines on the same network?
Does one of these machines have multiple network interfaces?
Do you have errors on the interfaces? (look at the "ifconfig" output). Do you have speed/duplex negotiation issues between the hosts and the switches?
Could you describe your network topology in more details?
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