[Samba] Errors
Christopher
elemental21 at adelphia.net
Tue Mar 29 20:33:32 GMT 2005
I've tried to find a solution on my own to this problem, but have yet to
find anything useful. I have a very simple setup where there is only
one samba server which is acting as a PDC. I'm getting quite a few
errors in smbd.log. Any ideas would be greatly appreciated.
[2005/03/29 15:28:22, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
[2005/03/29 15:28:22, 0] lib/access.c:check_access(328)
[2005/03/29 15:28:22, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
Denied connection from (0.0.0.0)
[2005/03/29 15:28:22, 1] smbd/service.c:make_connection_snum(648)
everest (192.168.0.90) connect to service everest initially as user
icodeeverest (uid=567, gid=100) (pid 8338)
write_socket: Error writing 5 bytes to socket 22: ERRNO = Connection
reset by peer
[2005/03/29 15:28:22, 0] lib/util_sock.c:send_smb(647)
Error writing 5 bytes to client. -1. (Connection reset by peer)
Here's my smb.conf global section
[global]
workgroup = B2
netbios name = B2PDC
time server = Yes
add user script = /usr/sbin/useradd -m %u
delete user script = /usr/sbin/userdel -r %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbin/usermod -G %g %u
add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null %u
logon script = logon.bat
logon path = \\%L\profiles\%u\%m
logon drive = H:
logon home = \\%L\%u\.win_profile\%m
domain logons = Yes
os level = 70
local master = yes
preferred master = Yes
domain master = Yes
wins support = Yes
interfaces = 192.168.0.70
hosts allow = 192.168. 127.0.0.1
More information about the samba
mailing list