From owner-freebsd-questions@FreeBSD.ORG Thu Jun 19 15:38:23 2003 Return-Path: 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 C0D8237B409 for ; Thu, 19 Jun 2003 15:38:23 -0700 (PDT) Received: from baa.ssars.net (baa.ssars.net [216.112.90.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D583843F93 for ; Thu, 19 Jun 2003 15:38:20 -0700 (PDT) (envelope-from jle@baa.ssars.net) Received: from baa.ssars.net (jle@localhost [127.0.0.1]) by baa.ssars.net (8.12.9/8.12.9) with ESMTP id h5JMcFkK003879; Thu, 19 Jun 2003 15:38:15 -0700 (PDT) (envelope-from jle@baa.ssars.net) Received: from localhost (jle@localhost) by baa.ssars.net (8.12.9/8.12.9/Submit) with ESMTP id h5JMc5Qu003876; Thu, 19 Jun 2003 15:38:05 -0700 (PDT) Date: Thu, 19 Jun 2003 15:38:04 -0700 (PDT) From: jle To: freebsd-questions@freebsd.org Message-ID: <20030619153302.B3677@baa.ssars.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: SMP: question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 22:38:24 -0000 > Hello, > > I am trying to configure an dual processor server for the first time. > It is a 6 year old HP with PIII Xeon 500's. > > The question I have is that when I boot into single user mode (as I have > had problems in multi-user) it shows only one proc starting up. This: > > SMP: AP CPU #1 Launched! > > Should this show the second one? CPU #1 *is* the second one. The first one is CPU #0. It launched when you booted, before you got to the second one. > > The problem in multi-user mode is that after boot, 5 minutes later when > I am doing anything it reboots after 5 mins. > > Any ideas? Or where I can visit something online. I haven't been able > to find any really reliable SMP docs online. And I could be blind but I > can't find anything in the handbook. > Check dmesg and /var/log/messages for info. HTH