Results 1 to 1 of 1
Hi,
my smb.conf:
Code:
[global]
netbios name = server1
guest account = guest
smb passwd file = /etc/samba/smbpasswd
oplocks = no
level2 oplocks = no
server string = server
socket ...
- 12-01-2005 #1Linux User
- Join Date
- Feb 2005
- Posts
- 290
slow access to application via samba sharing
Hi,
my smb.conf:
and i have a foxpro application located in linux box and accessible via samba share. FIrst user connect, no problem. Second user comes in, and thing starts to slow down. Third user, zzz.z....Code:[global] netbios name = server1 guest account = guest smb passwd file = /etc/samba/smbpasswd oplocks = no level2 oplocks = no server string = server socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 workgroup = MYGROUP username map = /etc/samba/smbusers create mask = 777 directory mask = 777 encrypt passwords = yes security = share veto oplocks file = /*.dbf/*.DBF/*.CDX/*.cdx lockspin time = 15 [homes] comment = Home Directories browseable = no writeable = yes [p] writeable = yes public = yes guest ok = yes path = /p [account] writeable = yes public = yes path = /account [smb] path = /etc/samba
Tried to share from Windows ME (P4 2.0, IDE hdd), tested with 4 users, no problem at all ...
Details: Fedora Core 3, samba version 3.0.8pre1-0.pre1.3, pentium 4 2.6Ghz, 512 DDR, sata hdd.
Any idea please??


Reply With Quote