LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices

Tags used in this thread
Popular LQ Tags , ,

Reply
 
Thread Tools
Old 08-17-2008, 11:52 AM   #1
geno976
LQ Newbie
 
Registered: Mar 2003
Distribution: Slackware.. what else ?
Posts: 24
Thanked: 0
My fedora 9 is hanging intermittently


[Log in to get rid of this advertisement]
Hi,

I have a fedora 9 installation running on a Dell poweredge 1750. On two occasions it has hung or became unresponsive. When in the hung state I could still ping the box, but when I ssh into it it prompts me for the passwd, and when I type the password it hangs at the ssh login. I kill that terminal and start a new one, try to ssh into it and get the same hang after typing my password. I try to go to the actual console, but it is hung there as well. It's strange b/c although I can ping the box, it seems that the network functions are partially down b/c my VMWare VMs on that box all become unreachable.

I have another fedora 9 installation on a different dell poweredge 1750 also running VMware, same type of deployment and deployed at the same time, and this box has not had any hanging issue of sorts.

I checked /var/log/messages but there were no unusual errors in there. Can someone pls point me to the right direction on how I can go about finding the root cause?

Here's some hw info:

# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.80GHz
stepping : 9
cpu MHz : 2786.939
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips : 5577.16
clflush size : 64

processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.80GHz
stepping : 9
cpu MHz : 2786.939
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips : 5572.69
clflush size : 64

processor : 2
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.80GHz
stepping : 9
cpu MHz : 2786.939
cache size : 512 KB
physical id : 3
siblings : 2
core id : 0
cpu cores : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips : 5572.74
clflush size : 64

processor : 3
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.80GHz
stepping : 9
cpu MHz : 2786.939
cache size : 512 KB
physical id : 3
siblings : 2
core id : 0
cpu cores : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips : 5573.05
clflush size : 64

# cat /proc/meminfo
MemTotal: 2074988 kB
MemFree: 56160 kB
Buffers: 11176 kB
Cached: 1607052 kB
SwapCached: 0 kB
Active: 1349556 kB
Inactive: 415304 kB
HighTotal: 1179484 kB
HighFree: 1736 kB
LowTotal: 895504 kB
LowFree: 54424 kB
SwapTotal: 2031608 kB
SwapFree: 2031608 kB
Dirty: 40428 kB
Writeback: 0 kB
AnonPages: 146644 kB
Mapped: 1202604 kB
Slab: 49940 kB
SReclaimable: 20288 kB
SUnreclaim: 29652 kB
PageTables: 5328 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 3069100 kB
Committed_AS: 699600 kB
VmallocTotal: 110584 kB
VmallocUsed: 3592 kB
VmallocChunk: 106880 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 4096 kB

Thank you,

Last edited by geno976; 08-17-2008 at 11:55 AM.. Reason: minor edits
geno976 is offline  
Tag This Post , ,
Reply With Quote
Old 08-18-2008, 04:49 AM   #2
Mr. C.
Senior Member
 
Registered: Jun 2008
Posts: 2,511
Thanked: 4
Two things come to mind:

1) duplicate IP address on the network
2) corrupted root file system, and some important directory has its inode locked

Can you check on both of these?
Mr. C. is offline     Reply With Quote
Old 08-18-2008, 12:43 PM   #3
geno976
LQ Newbie
 
Registered: Mar 2003
Distribution: Slackware.. what else ?
Posts: 24
Thanked: 0

Original Poster
Quote:
Originally Posted by Mr. C. View Post
Two things come to mind:

1) duplicate IP address on the network
2) corrupted root file system, and some important directory has its inode locked

Can you check on both of these?
Thanks for the response Mr. C.

1. I confirmed that it's not a duplicate ipaddr issue.
2. How can I check for #2 ?

Regards,
geno976 is offline     Reply With Quote
Old 08-18-2008, 01:13 PM   #4
Mr. C.
Senior Member
 
Registered: Jun 2008
Posts: 2,511
Thanked: 4
sudo touch /forcefsck

and reboot as normal.
Mr. C. is offline     Reply With Quote
Old 08-18-2008, 03:39 PM   #5
alosii
LQ Newbie
 
Registered: Aug 2008
Distribution: Fedora
Posts: 3
Thanked: 0
Me too!

Quote:
Originally Posted by geno976 View Post
...
I have a fedora 9 installation running on a Dell poweredge 1750. On two occasions it has hung or became unresponsive. When in the hung state I could still ping the box, but when I ssh into it it prompts me for the passwd, and when I type the password it hangs at the ssh login. I kill that terminal and start a new one, try to ssh into it and get the same hang after typing my password. I try to go to the actual console, but it is hung there as well. It's strange b/c although I can ping the box, it seems that the network functions are partially down b/c my VMWare VMs on that box all become unreachable...
Hey guys!

I have the same problem with Fedora 9 x86_64. The network will sometimes hang. Apache, tracd (a server for a ticket system) and SSH will stop responding. My SSH will sometimes hang in the middle of a session with no apparent reason. The computer has a static IP address and no collisions on the network. The disk is fine. Any other Ideas?
alosii is offline     Reply With Quote
Old 08-21-2008, 12:33 PM   #6
geno976
LQ Newbie
 
Registered: Mar 2003
Distribution: Slackware.. what else ?
Posts: 24
Thanked: 0

Original Poster
Quote:
Originally Posted by Mr. C. View Post
sudo touch /forcefsck

and reboot as normal.
I ran a /forcefsck but it did not return any errors nor report that it fixed any inodes during boot. Checked dmesg afterwards as well and all looked ok. I guess I'll just monitor the box for a while to see if the problem happens again, leaving it out of production for now.
geno976 is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 7/8 Live CD Hanging skibud2 Fedora 1 11-19-2007 12:01 PM
Fedora Keeps hanging Hydric Fedora 4 05-16-2006 01:47 AM
fedora 4 hanging right befor login Mindgame Linux - General 1 02-25-2006 01:21 PM
Problem with Fedora Core 3: display intermittently flickers: sis 650 chip, XFree86 kit_johnson Fedora 2 01-30-2005 06:11 AM
Fedora 3 Keeps Hanging klayman17 Fedora - Installation 1 01-26-2005 09:20 PM


All times are GMT -5. The time now is 08:25 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration