Displaying 3 results from an estimated 3 matches for "ghange".
Did you mean:
change
2017 May 04
2
Slow file transfer on ADDC mode
Hi,
I have an issue on a Samba 4.5 running as AD DC compiled from source installed on a CentOS 7.3 server upgraded from 4.3 which had the same problem ,file transfers of a single file between Samba and windows machines don't go over 13 MB/s while a transfer over ssh( scp or sftp) and rsync goes over 80 and 100 MB/s respectively, network hardware switches and machines ethernet cards are all
2017 May 04
0
Slow file transfer on ADDC mode
...dbwrap_tdb_mutexes:* = yes
max stat cache size = 65536
They are either the defaults or shouldn't be used on an AD DC
Change [profiles to this:
[profiles]
path = /samba/profiles
read only = no
Change [Homedirs] to this:
[Homedirs]
path = /samba/homedirs
read only = no
Ghange [RH} to this:
[RH]
path = /samba/files/rh
read only = no
vfs objects = full_audit
full_audit:prefix = "%u|%I|%P"
full_audit:success = rmdir unlink rename
full_audit:failure = rmdir unlink rename
full_audit:facility = LOCAL0
full_audit:priority = NOTIC...
2017 May 05
2
Slow file transfer on ADDC mode
...dbwrap_tdb_mutexes:* = yes
max stat cache size = 65536
They are either the defaults or shouldn't be used on an AD DC
Change [profiles to this:
[profiles]
path = /samba/profiles
read only = no
Change [Homedirs] to this:
[Homedirs]
path = /samba/homedirs
read only = no
Ghange [RH} to this:
[RH]
path = /samba/files/rh
read only = no
vfs objects = full_audit
full_audit:prefix = "%u|%I|%P"
full_audit:success = rmdir unlink rename
full_audit:failure = rmdir unlink rename
full_audit:facility = LOCAL0
full_audit:priority = NOTIC...