From owner-freebsd-questions@FreeBSD.ORG Thu Aug 14 16:02:16 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 E03D3106566C for ; Thu, 14 Aug 2008 16:02:16 +0000 (UTC) (envelope-from spam@mdrjr.net) Received: from ciclope.extremehosting.com.br (ciclope.extremehosting.com.br [208.43.123.98]) by mx1.freebsd.org (Postfix) with ESMTP id A097F8FC12 for ; Thu, 14 Aug 2008 16:02:16 +0000 (UTC) (envelope-from spam@mdrjr.net) Received: from 201.47.20.242.adsl.gvt.net.br ([201.47.20.242] helo=sexy) by ciclope.extremehosting.com.br with esmtpa (Exim 4.69) (envelope-from ) id 1KTedY-0001hd-2A for freebsd-questions@freebsd.org; Thu, 14 Aug 2008 12:21:16 -0300 From: "Mauro Ribeiro - Class Consultoria e Assessoria" To: Date: Thu, 14 Aug 2008 12:21:15 -0300 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 thread-index: Acj+IWSHggPzfuL1T3meHX7cJm8HMA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ciclope.extremehosting.com.br X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mdrjr.net Message-Id: <20080814160216.A097F8FC12@mx1.freebsd.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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: Thu, 14 Aug 2008 16:02:17 -0000 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