From mboxrd@z Thu Jan 1 00:00:00 1970 From: randy_dunlap Subject: Re: unexpected IO-APIC Date: Thu, 26 May 2005 22:33:21 -0700 Message-ID: <20050526223321.58df1bac.rdunlap@xenotime.net> References: <42958C7E.8070307@digitec.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <42958C7E.8070307@digitec.de> Sender: linux-smp-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: Bernd Strebel Cc: linux-smp@vger.kernel.org On Thu, 26 May 2005 10:44:46 +0200 Bernd Strebel wrote: testing the IO APIC....................... An unexpected IO-APIC was found. If this kernel release is less than three months old please report this to linux-smp@vger.kernel.org An unexpected IO-APIC was found. If this kernel release is less than three months old please report this to linux-smp@vger.kernel.org .................................... done. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There are some lines missing in the kernel message log above. Try looking in /var/log/messages or some other kernel message log file on your system for the complete set of messages, or do this: Edit /etc/syslog.conf and add this line to it: kern.* -/var/log/kern.log Then reboot and the file "/var/log/kern.log" will (at least should) contain all kernel message lines that we need to see. BTW, this isn't a critical message (unexpected IO-APIC). --- ~Randy