Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2001 13:39:53 -0500 (EST)
From:      Mike Squires <mikes@ct980320-b.blmngtn1.in.home.com>
To:        De Munter Erwin <on4cgd@village.uunet.be>
Cc:        FreeBSD questions <freebsd-questions@freebsd.org>
Subject:   Re: info TCP_NODELAY
Message-ID:  <200104181839.f3IIdrl17817@ct980320-b.blmngtn1.in.home.com>
In-Reply-To: <004601c0c833$940f6ca0$b209bed4@r3h8d7> "from De Munter Erwin at Apr 18, 2001 08:15:34 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
De Munter Erwin
[ Charset ISO-8859-1 unsupported, converting... ]
> Dear sir,
> I've had same problems that you have in the samba newsgroup around 1999

I am currently running 4.3-STABLE with samba 2.0.7 compiled from ports
(not the binary installation).

I just tested SMB file services and the old NetWare TESTNET.EXE program,
writing 65K blocks, ran at wire speed (about 1.05 MB/sec) for as long
as I let it run.

Client is a Win2K Pro box using encrypted passwords (I believe that you
have to compile samba with crypt installed to get this).

My smb.conf file is

<[global]
<
<   workgroup = SQUIRES
<   server string = Samba Server
<   hosts allow = 10.1.5.1 10.1.5.2 10.1.5.3 10.1.5.4 10.1.5.5 10.1.5.6
<   load printers = yes
<   log level = 0
<   debug level = 0 
<   log file = /var/log/log.%m
<   max log size = 500000
<   security = user
<   interfaces = 10.1.5.1
<   encrypt passwords = yes
<   socket options = TCP_NODELAY IPTOS_LOWDELAY IPTOS_THROUGHPUT
<   read raw = yes
<   write raw = yes
<   shared mem size =  6291456
<   os level = 3
<   dns proxy = no 
<
<[homes]
<   comment = Home Directories
<   browseable = no
<   writable = yes
<
<[printers]
<   comment = All Printers
<   path = /var/spool/samba
<   browseable = no
<   guest ok = no
<   writable = no
<   printable = yes

and my kernel contains the following entries to support the "shared mem size"
parameter:

options 	SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"	# HOME for samba
options 	SHMMAXPGS=2048		#HOME for samba

but these may not be necessary.

MLS

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104181839.f3IIdrl17817>