You are not logged in.

#1 2011-03-01 21:11:38

maz
Member
Registered: 2006-05-05
Posts: 38

Samba-3.5.6-1 issue. Disconnects while heavy load.

I've been having this problem for the past months now and its getting really annoying.

I run Windows 7 x64 as workstation and my fileserver is running arch.
Vanilla kernel 2.6.30-ARCH
Samba up to date.

The problem:
When ever my network drives are getting heavy loads the following thing happens according to the logs

[2011/03/01 19:29:41.435484,  0] lib/util_sock.c:675(write_data)
[2011/03/01 19:29:41.435791,  0] lib/util_sock.c:1432(get_peer_addr_internal)
  getpeername failed. Error was Transport endpoint is not connected
  write_data: write failure in writing to client 0.0.0.0. Error Broken pipe
[2011/03/01 19:29:41.436081,  0] smbd/process.c:79(srv_send_smb)
  Error writing 75 bytes to client. -1. (Transport endpoint is not connected)

I've search the net but havent find an answer that fixed it as disabling IPv6 and only having port 139.

smb.conf


[global]
        netbios name = BOLL
        server string = "hi"
        workgroup = FESK
        load printers = no
        show add printer wizard = no
        printcap name = /dev/null
        disable spoolss = yes
        smb ports=139
        security = user
        log file = /var/log/samba.log
        max log size = 50
        encrypt passwords = yes
        wins support = no
        domain logons = no
        hosts allow = 192.168.6. 127.
        preferred master = yes
        domain master = no
        local master = no
        create mask = 0755
        encrypt passwords = yes
        debug level = 0

[HDD]

        path = /site/pub/
        guest ok = no
        writeable = yes
        public = no
        valid users = maz

Anyone have a solution for this?

Offline

Board footer

Powered by FluxBB