[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: Kernel crash with Red Hat 7.3 (OOPS message)



I had a similar problem but when I reboot the logs don't show anything just
before the crash as they get overwritten on boot up. Anyone have a solution
for this?

Thanks,
-Andreas

-----Original Message-----
From: redhat-list-admin redhat com
[mailto:redhat-list-admin redhat com]On Behalf Of Gordon Messmer
Sent: Tuesday, April 08, 2003 3:33 AM
To: redhat-list redhat com
Subject: Re: Kernel crash with Red Hat 7.3 (OOPS message)


Theodoor Scholte wrote:
>
> My computer has some problems running Red Hat Linux 7.3. The kernel
> crashes after some time, usually after 4 to 25 days uptime. The same
> problems arise when I’m trying to run kernel 2.4.19 or kernel 2.4.20.
...
> This problem has been appearing for over half a year now. In the
> meantime, I tried everything: compiling new kernels, adding and removing
> some parameters of the kernel without any concrete and positive results.
> I’ve also tried to run memtest86 (for over 16 hours) on it, and it did
> not show that there were any errors in the main memory. I don’t think
> that the hardware is causing troubles.

memtest can't find all of your hardware problems.  For instance, you may
be having heat issues with the CPU.

I would first boot up a Red Hat distributed kernel (the latest errata).
    Then I'd run a complex task in a loop to watch for errors.  I
usually get the sendmail or linux src.rpm and rebuild that in a loop:

while :
do
	rpmbuild --rebuild sendmail-...src.rpm
	if [ $? != 0 ]; then
		echo -n "sendmail build failed at "
		date
		break
	fi
done

If sendmail completes once, then let it run for a while (in your case,
at least a week).  If it's good once, it should always be good.  If you
come back to it, and see that sendmail build failed, after it built the
first time, then you may have hardware issues.




--
redhat-list mailing list
unsubscribe mailto:redhat-list-request redhat com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]