From owner-freebsd-questions@FreeBSD.ORG Fri Jul 27 20:12:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16A6416A41F for ; Fri, 27 Jul 2007 20:12:18 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id E34F613C48A for ; Fri, 27 Jul 2007 20:12:17 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id DFE361A3C1A; Fri, 27 Jul 2007 13:12:11 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 447C2BE43; Fri, 27 Jul 2007 16:12:17 -0400 (EDT) Date: Fri, 27 Jul 2007 16:12:17 -0400 From: Kris Kennaway To: Kevin Kramer Message-ID: <20070727201217.GB48670@rot26.obsecurity.org> References: <46851860.1030401@centtech.com> <1183133636.1511.66.camel@localhost> <468534BF.2060004@centtech.com> <200707030358.06347.pieter@degoeje.nl> <468A7574.4000808@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <468A7574.4000808@centtech.com> User-Agent: Mutt/1.4.2.3i Cc: Tom Evans , Pieter de Goeje , freebsd-questions@freebsd.org Subject: Re: 7-Current: turn off debugging (kqread?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2007 20:12:18 -0000 On Tue, Jul 03, 2007 at 11:12:36AM -0500, Kevin Kramer wrote: > thanks. I rebuild this morning with this and still no change. I can't > even find any info on these flags... Dunno if anyone ever gave you the real answer to your question, but if not then here it is: your DNS is broken and taking ages to respond to lookups (or more likely, not responding at all). kqread means the application is waiting to read more data from an I/O request. It's not a 7.0 optimization issue. Kris