I am receiving LOADS of the following error messages on my Linux machine:
May 21 08:11:07 FILESERVER smbd[16653]: Error writing 4 bytes to client. -1. (Connection reset by peer)
May 21 08:27:24 FILESERVER smbd[16700]: [2007/05/21 08:27:24, 0] lib/util_sock.c:get_peer_a
ddr(1229)
May 21 08:27:24 FILESERVER smbd[16700]: getpeername failed. Error was Transport endpoint is not connected
May 21 08:27:24 FILESERVER smbd[16700]: [2007/05/21 08:27:24, 0] lib/util_sock.c:write_data
(562)
May 21 08:27:24 FILESERVER smbd[16700]: write_data: write failure in writing to client 192.168.0.100. Error Connection reset by peer
May 21 08:27:24 FILESERVER smbd[16700]: [2007/05/21 08:27:24, 0] lib/util_sock.c:send_smb(7
69)
May 21 08:27:24 FILESERVER smbd[16700]: Error writing 4 bytes to client. -1. (Connection reset by peer)
May 21 08:35:48 FILESERVER smbd[16745]: [2007/05/21 08:35:48, 0] lib/util_sock.c:get_peer_a
ddr(1229)
May 21 08:35:48 FILESERVER smbd[16745]: getpeername failed. Error was Transport endpoint is not connected
May 21 08:35:48 FILESERVER smbd[16745]: [2007/05/21 08:35:48, 0] lib/util_sock.c:write_data
(562)
May 21 08:35:48 FILESERVER smbd[16745]: write_data: write failure in writing to client 192.168.0.137. Error Connection reset by peer
May 21 08:35:48 FILESERVER smbd[16745]: [2007/05/21 08:35:48, 0] lib/util_sock.c:send_smb(7
69)
Here is my Samba config file:
[Global]
os level = 0
log level = 5
workgroup = C-K-B
netbios name = SERVER
server string = Linux
realm = DOMAIN.LOCAL
smb ports = 139
security = ads
printcap name = cups
disable spoolss = Yes
show add printer wizard = No
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind use default domain = Yes
printing = cups
password server = *
log file = /var/log/samba/%m.log
winbind separator = +
winbind enum users = yes
winbind enum groups = yes
[Archive]
comment = Public
path = /SHARE
read only = no
create mode = 0770
directory mode = 0770
force group = GROUP
Any ideas on how to prevent this error message?
Thanks
Start Free Trial