Operating System - Linux
1833187 Members
2755 Online
110051 Solutions
New Discussion

Can you help me, my RedHat Linux 7.3 system had been hang

 
sam chen
Advisor

Can you help me, my RedHat Linux 7.3 system had been hang

Dear Sir,
This is Sam. Excuse me, my english is pool.
I have a RedHat linux system, it is a HP X4000 Workstation.
It crashed on Feb 3 19:22:47.
In this case I have cached the systemlog, please see attached file.
Could you please tell me, if you have any idea.
Thank you for your assist.

Best Regards,Sam
7 REPLIES 7
Mark Grant
Honored Contributor

Re: Can you help me, my RedHat Linux 7.3 system had been hang

Strange one. COuld you tell us which kernel version you are running?
Never preceed any demonstration with anything more predictive than "watch this"
Steven E. Protter
Exalted Contributor

Re: Can you help me, my RedHat Linux 7.3 system had been hang

Good First step:

run up2date

pick a recent stable kernel version, update all your other binaries(do that in two seperate runs so you know what broke what).

Then see if it happens again.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
sam chen
Advisor

Re: Can you help me, my RedHat Linux 7.3 system had been hang

Hi Steven , Mark
This system kernel ver. is 2.4.9-6smp.
Could you please tell me how to do it.
Such as which version is stable and need.
Thank you for your help.

Regards,Sam
U.SivaKumar_2
Honored Contributor

Re: Can you help me, my RedHat Linux 7.3 system had been hang

hi ,

There seems to be some problems with your memory modules.

Download memtest86 utility from.http://www.memtest86.com/

And run that utility to test your memory modules. Replace them (one-by-one) in case of errrors or if this kernel error still repeats.

regards,

U.SivaKumar



Innovations are made when conventions are broken
sam chen
Advisor

Re: Can you help me, my RedHat Linux 7.3 system had been hang

Hi U.SivaKumar,
Thanks a lot.
I will do the test.
sam chen
Advisor

Re: Can you help me, my RedHat Linux 7.3 system had been hang

Hi U.SivaKumar,
I have tried this, but had not any bug be find.
Do you have any idea in this case.
Thanks a lot.

Sam
Jerome Henry
Honored Contributor

Re: Can you help me, my RedHat Linux 7.3 system had been hang

OK,
If it's not a mem problem, then you should have a problem on your disk access. kswapd show it clearly, it tries to swap to/from Ram and read/write to disk. If you have a problem with your filesystem, then you may encounter this kind of problem.
Try to umount your filesystem, and run e2fsck -f /dev/partition number on it.
You can also use shutdown to allow checking on next reboot :
shutdown -rF now
You're using ext3 filesystem, which makes the filesystem to be read as consistent even if it's not...
hth

J
You can lean only on what resists you...