Igor Portugal wrote:
>
> The customer is in the panic mode, and blaming us for
> recomending Linux as opposed to NT.
>
> I've attached a complete boot log to this message. I will appreciate any
> help.
> > WARNING: unexpected IO-APIC, please mail
> > to [EMAIL PROTECTED]
> >....... : IO APIC version: 0011
This is harmless.
> >.................................... done.
> >mtrr: your CPUs had inconsistent fixed MTRR settings
> >mtrr: probably your BIOS does not setup all CPUs
This is (mostly) harmless.
> >EXT2-fs warning (device ida0(72,6)): ext2_free_inode: bit already cleared
> for inode 22121
> >EXT2-fs warning (device ida0(72,5)): ext2_unlink: Deleting nonexistent file
> (44318), 0
This is likely to mean a hardware problem (memory, cabling, thermal problems) --
something is corrupting the data. Please exclude possible kernel problems by
compiling and installing the most stable kernel so far --
2.2.7. Please use the official 2.2.7 kernel. Be smart when confuguring it (do
not enable APM for example). Use gcc (not egcs!!!) compiler when building. Once
you have installed custom configured 2.2.7 kernel, run crash tests on the system
and see if it passes it.
Hre is a possible crashtest (must be run in /usr/src/linux):
#!/bin/sh
ARGS=""
if [ $# -ne 0 ]; then
ARGS="-j $1"
fi
for i in 0 1 2 3 4 5 6 7 8 9
do
for j in 0 1 2 3 4 5 6 7 8 9
do
make dep; make clean
echo compiling $i.$j series...
make $ARGS zImage > log.$i.$j 2>&1
done
done
For an amount of memory >= 256MB run it with argument "8". If you have less than
128MB of RAM, run it with argument "4". (Specifying an argument larger than 2 is
crucial for the test to be meaningful.) The test should generate 100 log files
in /usr/src/linux, all of them of the same size (except maybe log.0.0) and the
machine should not freeze during the test.
I hope that helps.
--
----------------------------------------
Constantine Gavrilov
Unix System Administrator and Programmer
Orbotech
Yavne 81102, Israel
Phone: (972-8)-942-3064
Fax: (972-8)-942-3800
----------------------------------------
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]