Имеется контроллер домена samba+ldap на debian lenny. Версия самбы 3.2.5. При логине у пользователя монтируются шары с этого сервера как сетевые диски. Заметил такую нехорошую штуку: если в течении примерно 5 минут не обращаться к сетевым дискам, то при новом обращении происходит подвисание секунд на 5-7, потом можно без проблем работать с диском до нового простоя. Получается что при постоянной работе все нормально, а при обращении после простоя подвисает.Никто не знает как такое побороть? Заранее спасибо за советы.
Конфиг самбы:
[global]
workgroup = DOMAIN
netbiosname = S1
server string = file server
preferred master = yes
domain logons = yes
domain master = yes
wins support = yes
os level = 255
enable privileges = yes
socket options = SO_KEEPALIVE IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
log level = 0 vfs:2
syslog = 1
log file = /var/log/samba/log.%m
max log size = 0
null passwords = no
time server = yes
security = user
logon path =
logon home =
logon script = script/%U.bat
unix charset = cp1251
dos charset = cp866
display charset = cp1251
ntlm auth = no
lanman auth = no
client ntlmv2 auth = yes
passdb backend = ldapsam:ldap://127.0.0.1/
obey pam restrictions = no
ldap admin dn = cn=admin,dc=domain,dc=dom
ldap suffix = dc=domain,dc=dom
ldap group suffix = ou=Groups
ldap user suffix = ou=Users
ldap machine suffix = ou=Computers
ldap idmap suffix = ou=Users
ldap passwd sync = yes
passwd program = /usr/sbin/smbldap-passwd -u %u
passwd chat = "Changing password for*\nNew password*" %n\n "*Retype new password*" %n\n
add user script = /usr/sbin/smbldap-useradd -m "%u"
add user to group script = /usr/sbin/smbldap-groupmod -m "%u" "%g"
set primary group script = /usr/sbin/smbldap-usermod -g "%g" "%u"
add group script = /usr/sbin/smbldap-groupadd -p "%g"
add machine script = /usr/lib/mmc/add_machine_script '%u'
delete user script = /usr/sbin/smbldap-userdel "%u"
delete user from group script = /usr/sbin/smbldap-groupmod -x "%u" "%g"
delete group script = /usr/sbin/smbldap-groupdel "%g"
vfs objects = full_audit
full_audit:failure = none
full_audit:success = mkdir rmdir write pwrite rename sendfile ftruncate unlink
full_audit:facility = local5
full_audit:priority = notice
load printers = no
oplocks = yes
kernel oplocks = no
use sendfile = yes
[netlogon]
path = /home/samba/netlogon
public = yes
writeable = yes
browseable = no
[data]
comment = data share
path = /home/samba/shares/data
writeable = yes
hide unreadable = yes
admin users = @"DOMAIN\Domain Admins" @"DOMAIN\Samba-Admins"
invalid users = root
acl map full control = yes
nt acl support = yes
acl group control = no
inherit owner = yes
inherit acls = yes
inherit permissions = yes
map acl inherit = yes
full_audit:prefix = %u|%m|data