[Samba] horrifying slow samba.

Martijn Hazenberg Martijn at gova.info
Fri Feb 10 14:07:10 GMT 2006


Hi all, 

We have a linux data server here, which used to be a workgroup member.
Everything was fine then. Now we hav a new sbs server here, so the data
server had to be made into a domain member. To do that i followed this
manual. 

The thing is now, that the samba shares on the data server are slow as
h**l 
What can be the problem ? Any ideas are welcome.... ! 


Code:	

[global] 
        netbios name = DATASVR 
        server string = DATASVR 
        socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384 
        idmap uid = 10000-20000 
        idmap gid = 10000-20000 
        winbind enum users = yes 
        winbind gid = 10000-20000 
        workgroup = GOVALOKAAL 
        os level = 20 
        winbind enum groups = yes 
        socket address = 10.0.0.200 
        password server = * 
        preferred master = no 
        winbind separator = + 
        max log size = 50 
        log file = /var/log/samba3/log.%m 
        encrypt passwords = yes 
        dns proxy = no 
        realm = GOVA.LOKAAL 
        security = ADS 
        wins server = 10.0.0.201 
        wins proxy = no 
        workgroup = govalokaal 
        
[stuff] 
        comment = stuff        path = /raid/stuff
        writable = yes 

	



and the krb5 config : 



Code:	


datasvr etc # cat krb5.conf 
[libdefaults] 
        default_realm = GOVA.LOKAAL 

[realms] 
   GOVA.LOKAAL = { 
        kdc = adserver.gova.lokaal 
   } 

datasvr etc # 
	


the hosts file : 


Code:	

datasvr etc # cat hosts 
127.0.0.1       localhost 
10.0.0.201      adserver.gova.lokaal adserver 
	
 
To enable samba to be a domain member i used the following manual : 
 
 
http://forums.gentoo.org/viewtopic-t-114837-postdays-0-postorder-asc-sta
rt-0.html
<http://forums.gentoo.org/viewtopic-t-114837-postdays-0-postorder-asc-st
art-0.html> 


thanks a lot !
 
martijn
 
 


More information about the samba mailing list