Samba Gurus,
am running samba-3.0.6 on Redhat AS3 on a RISC IBM
P520.
Editing a basic text file in dos via a mapped drive (to /tmp) takes
minutes to read and write ?
Also when opened with windows EDIT has M SMB. Followed by 3 strange
characters ?
Copy of smb.conf below
Any ideas would be greatly appreciated.
Thanks
Greg
[global]
workgroup = blah
server string = blah
cup options = raw
log file = /var/log/samba/%m.log
max log size = 50
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
os level = 0
dns proxy = no
dos filetime resolution = yes
[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes
writeable = yes
browseable = yes
#####################################################################################
This email has been scanned by MailMarshal, an email content filter.
#####################################################################################
Greg Wiggill wrote:> > [global] > > workgroup = blah > server string = blah > cup options = raw > log file = /var/log/samba/%m.log > max log size = 50 > security = user > encrypt passwords = yes > smb passwd file = /etc/samba/smbpasswd > os level = 0 > dns proxy = no > dos filetime resolution = yes >Mr Wiggill, why the need for dos filetime resolution = yes ? The default is no. Comment (#) that line out and see if it speeds things up for you. By the way if this works, does this mean I get a discount on Pronto support? ;-) Regards Geoff Scott
Gees I hate programmers.... :) Fixed the problem thanks to this thread http://www.linuxforum.com/forums/index.php?showtopic=104897 The line I needed was "use sendfile = no" Thanks Greg -----Original Message----- From: Geoff Scott [mailto:geoffs@guestshire.com] Sent: Thursday, 12 May 2005 12:35 PM To: Greg Wiggill; samba@lists.samba.org Subject: RE: [Samba] samba-3.0.6 on Redhat AS3 Greg Wiggill wrote:> > [global] > > workgroup = blah > server string = blah > cup options = raw > log file = /var/log/samba/%m.log > max log size = 50 > security = user > encrypt passwords = yes > smb passwd file = /etc/samba/smbpasswd > os level = 0 > dns proxy = no > dos filetime resolution = yes >Mr Wiggill, why the need for dos filetime resolution = yes ? The default is no. Comment (#) that line out and see if it speeds things up for you. By the way if this works, does this mean I get a discount on Pronto support? ;-) Regards Geoff Scott ##################################################################################### This email has been scanned by MailMarshal, an email content filter. #####################################################################################