From owner-freebsd-questions@FreeBSD.ORG Sat Oct 15 15:19:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A98D816A41F for ; Sat, 15 Oct 2005 15:19:50 +0000 (GMT) (envelope-from mvrpbrian@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28DB043D46 for ; Sat, 15 Oct 2005 15:19:50 +0000 (GMT) (envelope-from mvrpbrian@gmail.com) Received: by qproxy.gmail.com with SMTP id q12so501022qbq for ; Sat, 15 Oct 2005 08:19:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=tEUfDDiyYBTr0wHMxwbaPed17gxvoX8U+YLOop+RZ/AUSZZVN69m7heexf/sl1r7mUSSvS+xe8ASUPWem65s9UfOT5Qh1SVkyLhDWCKP0irrlkeAuMxBm/BaRTOVwoOwDnWyRK/tHEQd21nPvMRwdr2+WDpwZxhjZFwQYykWeBE= Received: by 10.65.43.9 with SMTP id v9mr583962qbj; Sat, 15 Oct 2005 08:19:49 -0700 (PDT) Received: by 10.64.243.8 with HTTP; Sat, 15 Oct 2005 08:19:49 -0700 (PDT) Message-ID: <348b0df00510150819i1669499cm3d3b7d27c2ca0fe7@mail.gmail.com> Date: Sat, 15 Oct 2005 11:19:49 -0400 From: Brian Watt To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Samba File Transfer Causes Lockup 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: Sat, 15 Oct 2005 15:19:50 -0000 Hello, This is my first post to the mailing list, I'll try not to do too many annoying things :-) I'm having an issue when transferring large files (~350 MB) from a Windows XP machine to a Samba share on a FreeBSD server. The transfer starts fine and then after a few minutes, Windows shows that the transfer has only gone about 50% and the BSD box is locked up completely - I can't input anything directly from the console. However, after rebooting the BSD machine, I find that the file has transferred successfully in it's entirety. I don't have any problems with the disk otherwise, as far as day to day Samba use. This is just a small home network - no other users were using any resources at the time. The machine has two disks, ad0 for the OS and ad1 for /export Here is the error message that I see at the console when the machine is locked up: ad1: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA 7550143 Some other services running on the BSD box are squid, privoxy, and named. uname output: FreeBSD turpin 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 samba-3.0.14a_1,1 xl0: <3Com 3c905B-TX Fast Etherlink XL> Thank you for any input. Brian