LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 04-26-2007, 12:56 PM   #1
pcandpc
Member
 
Registered: Apr 2005
Posts: 241

Rep: Reputation: 30
[centos] start/shutdown errors


Hello?

During CentOS 5 booting and shutting down process,
I receive the following errors:

starting:
applying intel microcode [failed]

shutting down:
stopping anacron [failed]

How can I clear these errors?

Thanks.
 
Old 04-27-2007, 09:55 AM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
The one that fails on stop (anacron) may be "failing" because it wasn't started in the first place.

The one that fails on start (intel microcode) may be "failing" because it isn't relevant to your hardware (e.g. your running AMD or some Intel chip this wasn't designed for.)

Start/Stop scripts are based in /etc/init.d.

Just go there and look for the message you're seeing:

e.g.
grep "stopping anacron" *

That should give you the name of the file (probably anacron in that case). You can then look for the file start/stop in the run level directories (/etc/rc?.d where ? is the run level) by doing:
ls -l /etc/rc?.d/*file*
That should shown you files of the form:
S##file
K##file
Where the S is a start file and the K is a stop (kill) file, the ## is a sequence number and file is the same as that seen in init.d. These are typically links back to the file in init.d.

If you don't see an S##file for the anacron then you know it isn't being started so there is no need to stop it. You can simply remove the link for the K##file to prevent the stop attempt. (You may be able use chkconfig for this as well - see "man chkconfig".)

For the one that is failing on startup you can examine the file to see what it does. You can even try running it from command line to see if it gives any errors:

/etc/init.d/file start (or service file start).
You can then either try to fix whatever is causing it to fail OR you can remove the S##file so it doesn't try to start in the first place.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
CentOS install errors on old machine larry_r Linux - General 2 01-24-2007 06:21 AM
CentOS 4.2 shutdown on laptop explore Linux - Laptop and Netbook 6 03-16-2006 01:43 PM
start LDAP on CENTOS! mumux Linux - Software 5 08-10-2005 06:00 PM
Shutdown Errors mkoljack Fedora 7 08-02-2005 11:37 PM
Shutdown Errors jburkhcoug Fedora 0 03-16-2004 01:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 11:20 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