From owner-freebsd-questions@FreeBSD.ORG Mon Oct 16 09:09:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3A3116A4A0 for ; Mon, 16 Oct 2006 09:09:13 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-dupuy.atl.sa.earthlink.net (elasmtp-dupuy.atl.sa.earthlink.net [209.86.89.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A0143D46 for ; Mon, 16 Oct 2006 09:09:13 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by elasmtp-dupuy.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GZOTA-00053B-OG for freebsd-questions@freebsd.org; Mon, 16 Oct 2006 05:09:12 -0400 Received: from joeandlane.com (localhost.localnet.local [127.0.0.1]) by joeandlane.com (8.13.8/8.13.1) with ESMTP id k9G9C4oP059076 for ; Mon, 16 Oct 2006 04:12:04 -0500 (CDT) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.8/8.13.1/Submit) id k9G9C4mf059075 for freebsd-questions@freebsd.org; Mon, 16 Oct 2006 04:12:04 -0500 (CDT) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Mon, 16 Oct 2006 04:12:03 -0500 User-Agent: KMail/1.9.3 References: <45334A63.2080002@magidesign.com> In-Reply-To: <45334A63.2080002@magidesign.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610160412.03996.lane@joeandlane.com> X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec79f36bfaa0f8aad1f1644bb447c89d7ce1350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: Re: Multi-CPU Question 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: Mon, 16 Oct 2006 09:09:14 -0000 On Monday 16 October 2006 04:01, Payne wrote: > Hi all, > > Hello I have a question. I got a box. I got a strange message... > > SMP: AP CPU #2 Launched! > > Is there a place under /proc that I can see if the first processor still > working? Do I need to reboot the box, what does that message mean? Why > does it happen? > > Thanks > > > Payne > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Payne, I believe CPU #x Launched! means that your SMP Kernel is working properly, has detected the multiple CPU's and has begun using them. My CPU's are numbered #0 and #1 so I get "CPU #1 Launched!" lane