From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 19:48:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 668FC1065673 for ; Fri, 15 Aug 2008 19:48:30 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id 221F18FC13 for ; Fri, 15 Aug 2008 19:48:29 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: by wx-out-0506.google.com with SMTP id h27so488351wxd.7 for ; Fri, 15 Aug 2008 12:48:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=cTpcFVfcS9023/1hm+5ERtRHmNpAG2dInfbik0hmivw=; b=HM/vp0XxWYyNsncwzToCiTKBpAK2khw73sdxcf6FNYt0mvW7/nIXkwtipA4o49lwbk 7oRMKx3HUbziDpmr5dXN1Yx5f1WDu14++JeLZmaqFNF2xe43+nP0Dfmeve8oTeeIWzuP DQun2ZoPhUWe6oKtyEIUJ97aJbUuVlBKJdCMY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=PyCFFzRCi6gvXckPb2N3toqlKiTwM7Cp2H6owZf4EVmZzYxvUM/MaV0zE9wQm3J057 06sLT0CClGMSGBMCb26ZqfwcUo+I5zmUFhjCr/5A0o/ul6EZJR8WURaiSFZWkGB7sO4K jTM0RSQRiUdV6V6jVM57dayTvq0cUYwRH+Ar4= Received: by 10.70.45.16 with SMTP id s16mr3423497wxs.88.1218829709135; Fri, 15 Aug 2008 12:48:29 -0700 (PDT) Received: by 10.70.44.7 with HTTP; Fri, 15 Aug 2008 12:48:28 -0700 (PDT) Message-ID: <4d7dd86f0808151248u20edaa28g98d604a1d2388b0b@mail.gmail.com> Date: Sat, 16 Aug 2008 05:48:28 +1000 From: "David N" To: "Mauro Ribeiro - Class Consultoria e Assessoria" In-Reply-To: <20080814160216.A097F8FC12@mx1.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080814160216.A097F8FC12@mx1.freebsd.org> Cc: freebsd-questions@freebsd.org Subject: Re: Very Slow Samba X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2008 19:48:30 -0000 2008/8/15 Mauro Ribeiro - Class Consultoria e Assessoria : > Hi All, > > > > I had migrated a Windows 2003 Server to a Samba Server (only for file share) > > > > We share only the company system. That's a 3mb Delphi .exe and a 1,5mb > libmysql.dll. > > > > BTW, the system loads 4 .jpg files from the server. > > > > On our old Windows Server the system was very fast on Samba is damn slow. > About 2 mins to load. > > > > I have no clue on what to do. > > > > Server Specs: Pentium 4 3.0Ghz 1GB RAM, FreeBSD 7.0-STABLE and Samba > 3.0.28a. > > > > Here's is my smb.conf > > > > [global] > > workgroup = CLASS > > server string = Class Data Server > > security = share > > hosts allow = 192.168.0. > > load printers = yes > > printing = cups > > log file = /var/log/samba/log.%m > > max log size = 150 > > socket options = TCP_NODELAY > > interfaces = 192.168.0.0/24 > > dns proxy = no > > veto oplock files = /*.exe/*.dll/*.jpg/*.pdf/*.gif/ > > oplock break wait time = 1 > > debug level = 10 > > > > [Class] > > Comment = Class > > Browseable = Yes > > Writeable = Yes > > Force User = root > > create mask = 0777 > > path = /dados/samba/Class > > Guest ok = Yes > > fake oplocks = yes > > > > > > Best Regards, > > Mauro Ribeiro > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Is there a pause when it fetches the files? I had this problem with my samba servers, its usually related to winbind. Thats all i can think of. Cheers David N