From owner-freebsd-current@FreeBSD.ORG Thu Feb 16 08:15:27 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AED7A16A422 for ; Thu, 16 Feb 2006 08:15:27 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from mail21.syd.optusnet.com.au (mail21.syd.optusnet.com.au [211.29.133.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D105E43D45 for ; Thu, 16 Feb 2006 08:15:26 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail21.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k1G8FOEc025749 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 16 Feb 2006 19:15:25 +1100 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.4/8.13.4) with ESMTP id k1G8FOcB001110; Thu, 16 Feb 2006 19:15:24 +1100 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.4/8.13.4/Submit) id k1G8FOKt001109; Thu, 16 Feb 2006 19:15:24 +1100 (EST) (envelope-from peter) Date: Thu, 16 Feb 2006 19:15:24 +1100 From: Peter Jeremy To: Jiawei Ye Message-ID: <20060216081524.GA687@turion.vk2pj.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: FreeBSD Current Subject: Re: sshd/telnetd stops responding under load X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 08:15:27 -0000 On Thu, 2006-Feb-16 09:56:21 +0800, Jiawei Ye wrote: >1. any CGI script that httpd invokes will not run. >2. Static web pages are served normally (apache22) >3. ftpd responds and works correctly. (pureftpd) >4. Mail can be accepted but not processed properly > >My guess is that anything related to spawning a new shell does not >work at this moment. Or a filesystem deadlock. I've seen these occasionally. >freeze. Any ideas what errors to look for? Within ddb, "ps" and "show lockedvnods". You could try running "ps -axl" regularly and checking for processes that look like they're blocked in the filesystem. -- Peter Jeremy