Displaying 2 results from an estimated 2 matches for "tdwyer".
Did you mean:
dwyer
2000 Feb 21
1
Win2K and samba 2.0.6
...sswd coredump mentioned by two other users on the netnews samba
group; however, smbpasswd was able to attach the server to the domain before
dying, and the crash has no functional effect.
Getting speeds up requires some entries in the smb.conf file and some
corresponding kernel changes provided by tdwyer@io.telstra.com.au:
In smb.conf:
#per tdwyer@io.telstra.com.au
# 3.4-STABLE
socket options = TCP_NODELAY IPTOS_LOWDELAY IPTOS_THROUGHPUT
read raw = yes
write raw = yes
shared mem size = 6291456
In the kernel config file (3.4-STABLE)
options "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)&quo...
2000 Feb 15
0
samba 2.0.6 and FreeBSD 3.4-STABLE (was kern/16605, 3.4-RELEASE problem)
...lowing fixes from Terry Dwyer have increases samba 2.0.6 speed to the
same as 3.3-RELEASE using TESTNET.EXE, about 1.6MB/sec for a 32MB file in
both cases.
Benchmarks were run from a Win 2000 Profession box using NT 4 domain
authentication (encrypted passwords).
In smb.conf these are added:
#per tdwyer@io.telstra.com.au
# 3.4-STABLE
socket options = TCP_NODELAY IPTOS_LOWDELAY IPTOS_THROUGHPUT
read raw = yes
write raw = yes
shared mem size = 6291456
In the kernel config file the following are:
options "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)"
options SHMMAXPGS=2048
The disk sy...