From owner-freebsd-questions@FreeBSD.ORG Fri Jan 12 11:25:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4677016A403 for ; Fri, 12 Jan 2007 11:25:09 +0000 (UTC) (envelope-from patfbsds+questions@davenulle.org) Received: from smtp.lamaiziere.net (lamaiziere.net [213.41.172.177]) by mx1.freebsd.org (Postfix) with ESMTP id E279A13C458 for ; Fri, 12 Jan 2007 11:25:08 +0000 (UTC) (envelope-from patfbsds+questions@davenulle.org) Received: from [192.168.0.59] (unknown [192.168.0.59]) by smtp.lamaiziere.net (Postfix) with ESMTP id 3A96BA6CC6 for ; Fri, 12 Jan 2007 11:58:59 +0100 (CET) From: Patrick =?iso-8859-1?q?Lamaizi=E8re?= Organization: >/dave/nulle To: freebsd-questions@freebsd.org Date: Fri, 12 Jan 2007 11:58:58 +0100 User-Agent: KMail/1.9.5 References: <45A688C0.2020506@u.washington.edu> In-Reply-To: <45A688C0.2020506@u.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701121158.58342.patfbsds+questions@davenulle.org> Subject: Re: Improvement to IPFilter / nfsd in FBSD (6.2+?) 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, 12 Jan 2007 11:25:09 -0000 Garrett Cooper : Hello, > Just wondering if anyone has IPFilter / nfsd setup properly on their > boxes with any beta versions of FBSD. > > I am having loads of issues transferring large files (~300MB apiece) or > issues transferring a large number of smaller files (3MB ~ 10MB apiece) > from a FBSD 6.1 client to a FBSD 6.1 server, where it transfers part of > the files, then cp / mv get stuck indefinitely on the client system. The > stuck cp / mv processes cause the client to hang on reboot, and then > terminate before all of the buffers are written to disk (which forces > fsck on next boot). Did you try to use tcp transport with NFS ? See the '-T' option of mount_nfs(8). See also the -i option (Make the mount interruptible). Regards.