From owner-freebsd-current@FreeBSD.ORG Fri Jul 20 18:07:41 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5EAA16A419; Fri, 20 Jul 2007 18:07:41 +0000 (UTC) (envelope-from kramer@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id B74A513C474; Fri, 20 Jul 2007 18:07:41 +0000 (UTC) (envelope-from kramer@centtech.com) Received: from edberg.centtech.com (edberg.centtech.com [10.20.200.80]) by mh1.centtech.com (8.13.8/8.13.8) with ESMTP id l6KI7dH7021196; Fri, 20 Jul 2007 13:07:39 -0500 (CDT) (envelope-from kramer@centtech.com) Message-ID: <46A0F9FB.5050305@centtech.com> Date: Fri, 20 Jul 2007 13:07:55 -0500 From: Kevin Kramer User-Agent: Thunderbird 2.0.0.4 (X11/20070718) MIME-Version: 1.0 To: Eric Anderson References: <469E3B7C.4020402@centtech.com> <46A09F02.9020302@freebsd.org> In-Reply-To: <46A09F02.9020302@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/3706/Fri Jul 20 09:24:39 2007 on mh1.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=8.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh1.centtech.com Cc: freebsd-current@freebsd.org Subject: Re: processes stuck in kqread X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kramer@centtech.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2007 18:07:42 -0000 yes. I've placed 2 different ones in ps.txt on http://users.centtech.com/~kramer/snapshot/ps.txt thanks. Eric Anderson wrote the following on 07/20/07 06:39: > kevin kramer wrote: >> I have been having issues for some time on -CURRENT. My latest update >> was 7/11. I have identified these processes as being stuck in kqread >> while waiting for them to continue. >> >> Processes that I know are a problem: >> sshd - I can watch a login and the process goes from Select to >> kqread, takes about 3-4 minutes to get a login prompt >> top - takes about 2-3 minutes to come up >> tar - never really even starts to read data in and stays in kqread >> >> Processes not affected: >> scp >> gstat > > > Can you show a ps -auxl while one or more processes are in this state? > > > Eric