From owner-freebsd-current@FreeBSD.ORG Wed Jul 18 16:10:36 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 954A216A404 for ; Wed, 18 Jul 2007 16:10:36 +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 6A4D013C4B5 for ; Wed, 18 Jul 2007 16:10:36 +0000 (UTC) (envelope-from kramer@centtech.com) Received: from [127.0.0.1] ([192.168.51.3]) by mh1.centtech.com (8.13.8/8.13.8) with ESMTP id l6IGAZJP089681 for ; Wed, 18 Jul 2007 11:10:35 -0500 (CDT) (envelope-from kramer@centtech.com) Message-ID: <469E3B7C.4020402@centtech.com> Date: Wed, 18 Jul 2007 11:10:36 -0500 From: kevin kramer User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/3696/Wed Jul 18 07:56:36 2007 on mh1.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 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 Subject: processes stuck in kqread 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: Wed, 18 Jul 2007 16:10:36 -0000 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 cvsup make This machine is running AMD64 GENERIC kernel on a Dual-Core Xeons. dmesg.txt and top-trace.txt here, http://users.centtech.com/~kramer/snapshot What do I do to debug this?