From owner-freebsd-questions@FreeBSD.ORG Fri Jun 29 14:51:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D600C16A41F for ; Fri, 29 Jun 2007 14:51:15 +0000 (UTC) (envelope-from kramer@centtech.com) Received: from mh2.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0F313C44B for ; Fri, 29 Jun 2007 14:51:15 +0000 (UTC) (envelope-from kramer@centtech.com) Received: from [10.177.171.153] (dhcp-171-153.centtech.com [10.177.171.153]) by mh2.centtech.com (8.13.8/8.13.8) with ESMTP id l5TEY7I7064930 for ; Fri, 29 Jun 2007 09:34:08 -0500 (CDT) (envelope-from kramer@centtech.com) Message-ID: <46851860.1030401@centtech.com> Date: Fri, 29 Jun 2007 09:34:08 -0500 From: Kevin Kramer User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/3554/Fri Jun 29 05:58:29 2007 on mh2.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.4 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 mh2.centtech.com Subject: 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, 29 Jun 2007 14:51:15 -0000 I know that debugging is turned on everywhere on 7-Current and I've read UPDATING. But what I can't find is how to turn off debugging. I've tried removing all debugging from the kernel, but it won't build. I can't find any userland debugging notes to turn it off. It is taking literally 5 minutes to login to my host and the same amount of time to run top. Processes get stuck in kqread. Maybe this is not a 7-Current debugging problem, but I need some guidance on where to go or what to look for. Any help appreciated.