LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   CentOS HALdaemon starting fail (https://www.linuxquestions.org/questions/linux-newbie-8/centos-haldaemon-starting-fail-784636/)

Actionscript3 01-25-2010 12:07 PM

CentOS HALdaemon starting fail
 
I am using CentOS 5
Both a production server and VM CentOS get this problem.

When issue:

# /etc/rc.d/init.d/haldaemon start

Starting HAL daemon: [FAILED]

Anyone knows this issue? Thanks!

mesiol 01-25-2010 12:47 PM

Hye

hald will be started during system boot. Did you check if hald is already running? Try
Code:

ps -ef|grep hald
or
Code:

/etc/init.d/hald status
before trying to start it? If the daemon is already running this will also create an error message if you try to run it a second time.


All times are GMT -5. The time now is 05:15 AM.