From owner-freebsd-smp@FreeBSD.ORG Mon Feb 12 04:14:00 2007 Return-Path: X-Original-To: freebsd-smp@freebsd.org Delivered-To: freebsd-smp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4F8216A400 for ; Mon, 12 Feb 2007 04:14:00 +0000 (UTC) (envelope-from estrabd@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.freebsd.org (Postfix) with ESMTP id 7B8E713C491 for ; Mon, 12 Feb 2007 04:14:00 +0000 (UTC) (envelope-from estrabd@gmail.com) Received: by wr-out-0506.google.com with SMTP id 69so1656029wra for ; Sun, 11 Feb 2007 20:14:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=sCyd3iYEFHwU3nkC8ioMExW+sb7u5J+gUXF2rB/rp/ng5IQyMOjZ1GwaBXWpu6rAb2JzFg0L/5AsR0Mii/ZXuFEqW9mdnJRH8i9yWnRhsQiXWJElThRd4gPRWEtEVzLsNd2nqNzYn0PzcVL+mgZ/kBPdDeu2804f9JPXmK8TrZ8= Received: by 10.114.12.9 with SMTP id 9mr6592727wal.1171252002720; Sun, 11 Feb 2007 19:46:42 -0800 (PST) Received: by 10.114.144.20 with HTTP; Sun, 11 Feb 2007 19:46:42 -0800 (PST) Message-ID: Date: Mon, 12 Feb 2007 03:46:42 +0000 From: "B. Estrade" Sender: estrabd@gmail.com To: freebsd-smp@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 06a9d3db54d9ed18 Subject: SMP Issue on Intel Core Duo (thinkpad T60) X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 04:14:00 -0000 Greetings, I recently performed a fresh installation on a *new* Thinkpad T60, and I noticed that the boot up was going unusually slow. I grep'd dmesg, and found the following issues regarding the CPUs. Is this indicitive of hardware failure or is there an issue with FreeBSD? I am inclinded to assume the former, but I needed some more eyes. $ uname -a FreeBSD o0o.o0o.edu 6.2-STABLE FreeBSD 6.2-STABLE #1: Sat Feb 10 10:50:07 UTC 2007 $ dmesg | grep -i CPU CPU: Genuine Intel(R) CPU T2500 @ 2.00GHz (1995.02-MHz 686-class CPU)FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu0: on acpi0 acpi_throttle0: on cpu0 cpu1: on acpi0 acpi_throttle1: on cpu1 SMP: AP CPU #1 Launched! That is it - no "CPU #0 Launched!" ... Thanks! Brett -- AIM: bz743 Desk @ LONI/HPC: 225.578.1920 From owner-freebsd-smp@FreeBSD.ORG Mon Feb 12 04:49:30 2007 Return-Path: X-Original-To: freebsd-smp@freebsd.org Delivered-To: freebsd-smp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C26816A401 for ; Mon, 12 Feb 2007 04:49:30 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id E580113C478 for ; Mon, 12 Feb 2007 04:49:29 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.14.0/8.13.8) with ESMTP id l1C4Vc7b096933 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 11 Feb 2007 22:31:38 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.0/8.14.0/Submit) id l1C4Vbee096908; Sun, 11 Feb 2007 22:31:37 -0600 (CST) (envelope-from dan) Date: Sun, 11 Feb 2007 22:31:37 -0600 From: Dan Nelson To: "B. Estrade" Message-ID: <20070212043137.GQ37689@dan.emsphone.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-smp@freebsd.org Subject: Re: SMP Issue on Intel Core Duo (thinkpad T60) X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 04:49:30 -0000 In the last episode (Feb 12), B. Estrade said: > Greetings, I recently performed a fresh installation on a *new* > Thinkpad T60, and I noticed that the boot up was going unusually > slow. I grep'd dmesg, and found the following issues regarding the > CPUs. Is this indicitive of hardware failure or is there an issue > with FreeBSD? I am inclinded to assume the former, but I needed some > more eyes. > > $ dmesg | grep -i CPU > CPU: Genuine Intel(R) CPU T2500 @ 2.00GHz (1995.02-MHz > 686-class CPU)FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > cpu0: on acpi0 > acpi_throttle0: on cpu0 > cpu1: on acpi0 > acpi_throttle1: on cpu1 > SMP: AP CPU #1 Launched! > > That is it - no "CPU #0 Launched!" ... The messages are being printed by "CPU #0"; of course it's running :) -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-smp@FreeBSD.ORG Mon Feb 12 15:52:48 2007 Return-Path: X-Original-To: freebsd-smp@freebsd.org Delivered-To: freebsd-smp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1811816A401 for ; Mon, 12 Feb 2007 15:52:48 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id C1C1413C48D for ; Mon, 12 Feb 2007 15:52:47 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.14.0/8.13.8) with ESMTP id l1CFqiYg088505 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 12 Feb 2007 09:52:44 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.0/8.14.0/Submit) id l1CFqiKn088473; Mon, 12 Feb 2007 09:52:44 -0600 (CST) (envelope-from dan) Date: Mon, 12 Feb 2007 09:52:44 -0600 From: Dan Nelson To: "B. Estrade" Message-ID: <20070212155244.GA50530@dan.emsphone.com> References: <20070212043137.GQ37689@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-smp@freebsd.org Subject: Re: SMP Issue on Intel Core Duo (thinkpad T60) X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 15:52:48 -0000 In the last episode (Feb 12), B. Estrade said: > On 2/12/07, Dan Nelson wrote: > >In the last episode (Feb 12), B. Estrade said: > >> Greetings, I recently performed a fresh installation on a *new* > >> Thinkpad T60, and I noticed that the boot up was going unusually > >> slow. I grep'd dmesg, and found the following issues regarding the > >> CPUs. Is this indicitive of hardware failure or is there an issue > >> with FreeBSD? I am inclinded to assume the former, but I needed > >> some more eyes. > >[...] > >> That is it - no "CPU #0 Launched!" ... > > > >The messages are being printed by "CPU #0"; of course it's running :) > > Good point. Do you know if there is a delay during boot time for > initialization of CPU #1? I obviously need to do some more indepth > testing and info gathering - are there certain things I should look > at do that might help me diagnose this problem? On my systems, the extra CPUs are started at the very end of all device probes, just before /sbin/init is launched. Nothing during the bootup process needs any CPU though, so that can't be the cause of your slow boot times. You'll need to provide more detail as to what slowness you're seeing. Is it during device probing, or after it? Have you enabled any ports that might do lots of filesystem activity when they're started up (squid for example)? -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-smp@FreeBSD.ORG Mon Feb 12 16:15:49 2007 Return-Path: X-Original-To: freebsd-smp@freebsd.org Delivered-To: freebsd-smp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A8A516A480 for ; Mon, 12 Feb 2007 16:15:49 +0000 (UTC) (envelope-from estrabd@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id DEE2913C4A5 for ; Mon, 12 Feb 2007 16:15:47 +0000 (UTC) (envelope-from estrabd@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so538500ugh for ; Mon, 12 Feb 2007 08:15:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MOdAEWCkDzrQA875NNA4UUvIZve7xw9IU5QX6M182YFIKM34RYQCHEi2i/Mwm72jU8DK4vtwG/7bh1xBAPXDPRlyN4DCQ/jYQ+ZuVJXpz+OCdrARhzERo7oqAS/HRn0bHvskfY/dD/eIKoEEFC09Sv+BQTQicgXQjvLlEhmotcs= Received: by 10.114.151.13 with SMTP id y13mr7015294wad.1171296943650; Mon, 12 Feb 2007 08:15:43 -0800 (PST) Received: by 10.114.144.20 with HTTP; Mon, 12 Feb 2007 08:15:43 -0800 (PST) Message-ID: Date: Mon, 12 Feb 2007 16:15:43 +0000 From: "B. Estrade" Sender: estrabd@gmail.com To: "Dan Nelson" In-Reply-To: <20070212155244.GA50530@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070212043137.GQ37689@dan.emsphone.com> <20070212155244.GA50530@dan.emsphone.com> X-Google-Sender-Auth: 7860761c66fccc09 Cc: freebsd-smp@freebsd.org Subject: Re: SMP Issue on Intel Core Duo (thinkpad T60) X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 16:15:49 -0000 Dan, thanks for your relies. I booted things up this morning, and I had no issues. I am not sure what changed, but I am going to be looking into some more specifics before I bug the list again. I am not running squid or anything like that - this is a fresh install. Cheers, Brett On 2/12/07, Dan Nelson wrote: > In the last episode (Feb 12), B. Estrade said: > > On 2/12/07, Dan Nelson wrote: > > >In the last episode (Feb 12), B. Estrade said: > > >> Greetings, I recently performed a fresh installation on a *new* > > >> Thinkpad T60, and I noticed that the boot up was going unusually > > >> slow. I grep'd dmesg, and found the following issues regarding the > > >> CPUs. Is this indicitive of hardware failure or is there an issue > > >> with FreeBSD? I am inclinded to assume the former, but I needed > > >> some more eyes. > > >[...] > > >> That is it - no "CPU #0 Launched!" ... > > > > > >The messages are being printed by "CPU #0"; of course it's running :) > > > > Good point. Do you know if there is a delay during boot time for > > initialization of CPU #1? I obviously need to do some more indepth > > testing and info gathering - are there certain things I should look > > at do that might help me diagnose this problem? > > On my systems, the extra CPUs are started at the very end of all device > probes, just before /sbin/init is launched. Nothing during the bootup > process needs any CPU though, so that can't be the cause of your slow > boot times. You'll need to provide more detail as to what slowness > you're seeing. Is it during device probing, or after it? Have you > enabled any ports that might do lots of filesystem activity when > they're started up (squid for example)? > > -- > Dan Nelson > dnelson@allantgroup.com > _______________________________________________ > freebsd-smp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-smp > To unsubscribe, send any mail to "freebsd-smp-unsubscribe@freebsd.org" > -- AIM: bz743 Desk @ LONI/HPC: 225.578.1920 From owner-freebsd-smp@FreeBSD.ORG Mon Feb 12 17:27:07 2007 Return-Path: X-Original-To: freebsd-smp@freebsd.org Delivered-To: freebsd-smp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D187816A401 for ; Mon, 12 Feb 2007 17:27:07 +0000 (UTC) (envelope-from bill.gallagher@prodigy.net) Received: from smtp102.sbc.mail.re2.yahoo.com (smtp102.sbc.mail.re2.yahoo.com [68.142.229.103]) by mx1.freebsd.org (Postfix) with SMTP id 6554613C4AC for ; Mon, 12 Feb 2007 17:27:07 +0000 (UTC) (envelope-from bill.gallagher@prodigy.net) Received: (qmail 35045 invoked from network); 12 Feb 2007 16:54:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=XXUKm87A4u3bKr/g7OV1sgTpMU24bA/MR4ARLJq0VVeq+XDYVjhtehjsnJtCLiNR1hxaHXPyiaqMyeIikCmSAlEHrN88Sxw0h1NwW8ZbqmtOeg+qeO1jrduZafpPOlXuxcJaYKDQYIALH5t/yucWVabJNhFgp+yD/tzDZrItrn0= ; Received: from unknown (HELO ?12.76.164.202?) (bill.gallagher@prodigy.net@12.76.164.202 with plain) by smtp102.sbc.mail.re2.yahoo.com with SMTP; 12 Feb 2007 16:54:09 -0000 X-YMail-OSG: 13ow49sVM1kC1P4u4j9TuFrp_Zm1nP4VRwxi9P5_Zu.8vF8vS96opYvSj35QrOiHstTB1gmXI7bXomOE0e5oPuZF0_gfuT1lRwX_Wu95ybUdQlOh4NN95QNuVuMcYA1Qdh.C1DJ9n4R8zFfWtehwJZMpBb4- Message-ID: <45D09CE6.1060100@prodigy.net> Date: Mon, 12 Feb 2007 11:59:18 -0500 From: Bill Gallagher User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-smp@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problem X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 17:27:07 -0000 had too confirmation I was removed from the mail list. However, I am still receiving e-mails. Please resolve. TIA Bill