LinuxQuestions.org
LinuxAnswers - the LQ Linux tutorial section.
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...

Notices

Reply
 
LinkBack 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
Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 5,185

Rep: Reputation: 468Reputation: 468Reputation: 468Reputation: 468Reputation: 468
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


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are 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


All times are GMT -5. The time now is 04:15 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
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration