From owner-freebsd-current@FreeBSD.ORG Sun Mar 29 22:19:29 2009 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 C1A201065692; Sun, 29 Mar 2009 22:19:29 +0000 (UTC) (envelope-from wenji@fnal.gov) Received: from mailgw2.fnal.gov (mailgw2.fnal.gov [131.225.111.12]) by mx1.freebsd.org (Postfix) with ESMTP id 940028FC30; Sun, 29 Mar 2009 22:19:29 +0000 (UTC) (envelope-from wenji@fnal.gov) Received: from mailav1.fnal.gov (mailav1.fnal.gov [131.225.111.18]) by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with SMTP id <0KHA008FUGO4IF@mailgw2.fnal.gov>; Sun, 29 Mar 2009 17:19:29 -0500 (CDT) Received: from mailgw2.fnal.gov ([131.225.111.12]) by mailav1.fnal.gov (SAVSMTP 3.1.7.47) with SMTP id M2009032917192830127 ; Sun, 29 Mar 2009 17:19:28 -0500 Received: from conversion-daemon.mailgw2.fnal.gov by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) id <0KHA00D01GLQGA@mailgw2.fnal.gov> (original mail from wenji@fnal.gov); Sun, 29 Mar 2009 17:19:29 -0500 (CDT) Received: from [131.225.88.20] (null-002241fb8457.dhcp.fnal.gov [131.225.88.20]) by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with ESMTP id <0KHA008B2GOGLW@mailgw2.fnal.gov>; Sun, 29 Mar 2009 17:19:28 -0500 (CDT) Date: Sun, 29 Mar 2009 17:19:28 -0500 From: wenji wu In-reply-to: <49CFEF5D.1040605@FreeBSD.org> To: Kris Kennaway Message-id: MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Thread-topic: LOCK_PROFILING does not work on FreeBSD 8.0-CURRENT Thread-index: AcmwvGynmQYBA2H1d0WeizAYpVA2gg== User-Agent: Microsoft-Entourage/12.15.0.081119 Cc: freebsd-current@freebsd.org Subject: Re: LOCK_PROFILING does not work on FreeBSD 8.0-CURRENT 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: Sun, 29 Mar 2009 22:19:32 -0000 > > Do you have both wenjikernel and WENJIKERNEL config files? >>>> (4) run "make installkernel kernconf=WENJIKERNEL" >>> KERNCONF and the value of this variable are both case-sensitive. No, I just have "wenjikernel". It was a typo in the email. As you know, even I have both wenjikernel and WENJIKERNEL config files, if I run "make installkernel kernconf xxxx", the install process won't go through. For a successful kernel installing, "kernconf" has to be upper-case as "KERNCONF". Nothing wrong with my compiling and installing process! It was an email typo. wenji