LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-06-2008, 05:00 PM   #1
camers
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Rep: Reputation: 0
System wont reboot?


I have a server running CentOS 4.4 and it does not seem to reboot or shutdown correctly.

When I issue the 'reboot' command, it'll will shutdown all the services with the status 'OK' apart from 'irqbalance' which states it 'FAILED'. It then hangs on 'Restarting System'. Running 'init 6' will do the same.

I can shut it down fine by issuing 'shutdown -h now' or 'init 0'.

Any ideas?

Last edited by camers; 02-06-2008 at 05:01 PM.
 
Old 02-06-2008, 05:49 PM   #2
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
The 'reboot' command does NOT do a graceful shutdown. It essentially halts the system and then boots it.

But it's interesting that you get the same results from an 'init 6' (which should do a graceful reboot)...

I always use the 'shutdown -r now' command to reboot...it's a better way to reboot...

-C
 
Old 02-06-2008, 05:54 PM   #3
camers
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by custangro View Post
I always use the 'shutdown -r now' command to reboot...it's a better way to reboot...
That command just hangs as well. Hmmm..
 
Old 02-06-2008, 06:00 PM   #4
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by camers View Post
That command just hangs as well. Hmmm..
Now that's weird...

Have you taken a look at /var/log/messages

-C
 
Old 02-06-2008, 06:23 PM   #5
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
The irqbalance error message on a single CPU is a known bug in irqbalance. The bug is of no consequence and the erroneous error message has been corrected on later releases of irqbalance.

https://bugzilla.redhat.com/show_bug.cgi?id=397901

When you do a shutdown -h the shutdown command includes a hardware reset. When you do a "reboot" there is no hardware reset. Some BIOS are buggy about booting on a reboot with no hardware reset. I suggest that you use Google to check to see if your BIOS version is subject to reboot failures when there is no hardware reset.

------------------
Steve Stites
 
Old 02-06-2008, 06:29 PM   #6
camers
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Original Poster
Rep: Reputation: 0
Ok, I issued the 'init 6' command and this is what the log looks like :

Code:
Feb  6 15:20:44 bedroom init: Switching to runlevel: 6
Feb  6 15:20:45 bedroom haldaemon: haldaemon -TERM succeeded
Feb  6 15:20:45 bedroom dbus: Can't send to audit system: USER_AVC pid=3098 uid=81 loginuid=-1 message=avc:  1 AV entries and 1/512 buckets used, longest chain length 1 
Feb  6 15:20:45 bedroom messagebus: messagebus -TERM succeeded
Feb  6 15:20:45 bedroom atd: atd shutdown succeeded
Feb  6 15:20:45 bedroom cups: cupsd shutdown succeeded
Feb  6 15:20:45 bedroom gpm: gpm shutdown succeeded
Feb  6 15:20:46 bedroom sshd: sshd -TERM succeeded
Feb  6 15:20:46 bedroom sendmail: sendmail shutdown succeeded
Feb  6 15:20:46 bedroom sendmail: sm-client shutdown succeeded
Feb  6 15:20:46 bedroom smartd[2926]: smartd received signal 15: Terminated 
Feb  6 15:20:46 bedroom smartd[2926]: smartd is exiting (exit status 0) 
Feb  6 15:20:46 bedroom smartd: smartd shutdown succeeded
Feb  6 15:20:46 bedroom xinetd[3026]: Exiting...
Feb  6 15:20:46 bedroom xinetd: xinetd shutdown succeeded
Feb  6 15:20:46 bedroom crond: crond shutdown succeeded
Feb  6 15:20:46 bedroom apmd[2884]: Exiting
Feb  6 15:20:47 bedroom apmd: apmd shutdown succeeded
Feb  6 15:20:47 bedroom rpc.statd[2827]: Caught signal 15, un-registering and exiting.
Feb  6 15:20:48 bedroom nfslock: rpc.statd shutdown succeeded
Feb  6 15:20:48 bedroom irqbalance: irqbalance shutdown failed
Feb  6 15:20:48 bedroom portmap: portmap shutdown succeeded
Feb  6 15:20:48 bedroom kernel: Kernel logging (proc) stopped.
Feb  6 15:20:48 bedroom kernel: Kernel log daemon terminating.
Feb  6 15:20:49 bedroom syslog: klogd shutdown succeeded
Feb  6 15:20:49 bedroom exiting on signal 15
Everything after this was the log of the system booting backup after I hit the reset button on the front of the case.
 
Old 02-06-2008, 07:27 PM   #7
camers
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jailbait View Post
Some BIOS are buggy about booting on a reboot with no hardware reset. I suggest that you use Google to check to see if your BIOS version is subject to reboot failures when there is no hardware reset.
Ok well the motherboard is an MSI PM8M3-V, which runs the Phoenix AwardBIOS. That's all I know. MSI do not list any BIOS downloads on their website for this board..

Any ideas?
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RAID wont rebuild on reboot qwerty_tele Linux - Newbie 5 04-23-2008 02:38 AM
Wont reboot or shut down scandog Red Hat 3 12-05-2005 01:30 AM
Linux wont reboot? gauravgmail Linux - Newbie 6 02-11-2005 02:33 AM
wont reboot mandrake 9.1 Robpeteuk Linux - Newbie 1 10-12-2003 10:25 PM
Suse 8.1 wont reboot w/o the CD! (?!?) heyho Linux - General 10 01-11-2003 08:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:47 AM.

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration