- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Can you help me, my RedHat Linux 7.3 system had be...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 09:57 PM
02-03-2004 09:57 PM
Can you help me, my RedHat Linux 7.3 system had been hang
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 10:21 PM
02-03-2004 10:21 PM
Re: Can you help me, my RedHat Linux 7.3 system had been hang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 03:13 AM
02-04-2004 03:13 AM
Re: Can you help me, my RedHat Linux 7.3 system had been hang
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 02:14 PM
02-04-2004 02:14 PM
Re: Can you help me, my RedHat Linux 7.3 system had been hang
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 03:29 PM
02-04-2004 03:29 PM
Re: Can you help me, my RedHat Linux 7.3 system had been hang
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2004 01:32 PM
02-08-2004 01:32 PM
Re: Can you help me, my RedHat Linux 7.3 system had been hang
Thanks a lot.
I will do the test.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 06:50 PM
02-16-2004 06:50 PM
Re: Can you help me, my RedHat Linux 7.3 system had been hang
I have tried this, but had not any bug be find.
Do you have any idea in this case.
Thanks a lot.
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 07:14 PM
02-16-2004 07:14 PM
Re: Can you help me, my RedHat Linux 7.3 system had been hang
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