From owner-freebsd-net@FreeBSD.ORG Mon Mar 8 22:59:51 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1ED41065676; Mon, 8 Mar 2010 22:59:51 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from Mail.elbekies.net (mail.elbekies.net [217.6.211.146]) by mx1.freebsd.org (Postfix) with ESMTP id 777578FC08; Mon, 8 Mar 2010 22:59:51 +0000 (UTC) Received: from bel.soho.vwsoft.com (p4FE238E9.dip.t-dialin.net [79.226.56.233]) by Mail.elbekies.net (Postfix) with ESMTPA id 0B0112E05A; Mon, 8 Mar 2010 23:59:47 +0100 (CET) Received: from [192.168.16.4] (dardanos.sz.vwsoft.com [192.168.16.4]) by bel.soho.vwsoft.com (Postfix) with ESMTP id 5E8AF33C86; Mon, 8 Mar 2010 23:59:26 +0100 (CET) Message-ID: <4B958151.8060707@vwsoft.com> Date: Mon, 08 Mar 2010 23:59:29 +0100 From: volker@vwsoft.com User-Agent: Thunderbird 2.0.0.23 (X11/20100306) MIME-Version: 1.0 To: Giulio Ferro References: <4B94DC74.7070001@zirakzigil.org> In-Reply-To: <4B94DC74.7070001@zirakzigil.org> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-VWSoft-MailScanner: Found to be clean X-MailScanner-ID: 0B0112E05A.AC24F X-Elbekies-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com MailScanner-NULL-Check: 1268693987.7479@WIKk2VA0DpPYgeyKHYr8ew Cc: freebsd-hackers@freebsd.org, freebsd-net@freebsd.org Subject: Re: NFS Client error X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2010 22:59:51 -0000 On 03/08/10 12:16, Giulio Ferro wrote: > Freebsd 8 stable amd64 > > It mounts different file systems by NFS (with locking) on a > data server directly connected (gigabit) to the server > > Apache running in a several jails on those nfs folders. > > Now and then I get huge slow-down. When I look in the logs > I get thousand of lines like these: > Mar 5 11:50:52 virt2 kernel: vm_fault: pager read error, pid 46487 (httpd) > Mar 5 11:50:52 virt2 kernel: pid 46487 (httpd), uid 80: exited on > signal 11 > > > What should I do? Giulio, it seems this is anyhow not related to network (nfs) operations. It's looking like a problem in the VM. I think it makes sense to have a look at the httpd.core file if the binary has been linked with debugging symbols turned on. Also I think at first, it may not hurt to look at vmstat -m output. You may want to change ${subject} and post to stable@ to drive more attention to your problem. Volker