From owner-freebsd-stable@FreeBSD.ORG Wed Mar 22 00:25:04 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5AF516A401; Wed, 22 Mar 2006 00:25:03 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from zig.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE8C43D45; Wed, 22 Mar 2006 00:25:03 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from interscan.fr.murex.com (interscan.fr.murex.com [172.21.17.207] (may be forged)) by zig.murex.com with ESMTP id k2M0QoJQ003304; Wed, 22 Mar 2006 01:26:50 +0100 (CET) Received: from mxmail.murex.com (interscan.murex.fr [127.0.0.1]) by interscan.fr.murex.com (8.11.6/8.11.6) with ESMTP id k2M0t8n21706; Wed, 22 Mar 2006 01:55:08 +0100 Received: from mteterin.us.murex.com ([172.21.130.86]) by mxmail.murex.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 22 Mar 2006 01:24:25 +0100 From: Mikhail Teterin Organization: Virtual Estates, Inc. To: "Patrick M. Hausen" Date: Tue, 21 Mar 2006 19:24:20 -0500 User-Agent: KMail/1.8.3 References: <200603211607.30372.mi+mx@aldan.algebra.com> <200603211831.54172.mi+mx@aldan.algebra.com> <20060321234856.GA24194@hugo10.ka.punkt.de> In-Reply-To: <20060321234856.GA24194@hugo10.ka.punkt.de> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200603211924.21117.mi+mx@aldan.algebra.com> X-OriginalArrivalTime: 22 Mar 2006 00:24:25.0470 (UTC) FILETIME=[F97239E0:01C64D46] Cc: alc@freebsd.org, stable@freebsd.org Subject: Re: more weird bugs with mmap-ing via NFS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2006 00:25:04 -0000 в╕второк 21 березень 2006 18:48, Patrick M. Hausen Ви написали: > Are you using TCP or UDP for your NFS mounts? Ok, I just tried tcp as follows: mount_nfs -r 8192 -w 8192 -U -otcp,intr,tcp pandora:/backup /backup (oops, twice :-) The symptoms are largely the same. The file stopped growing on the server (much earlier, actually -- after only 128 FS blocks), and `systat -vm' still has the paralyzing effect on the client. Pathetic... :-( -mi