LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   hald does not start randomly? (https://www.linuxquestions.org/questions/linux-hardware-18/hald-does-not-start-randomly-808565/)

ReeRD 05-18-2010 05:26 AM

hald does not start randomly?
 
On my Debian system hald fails to start randomly. Logs do not show any errors.

When I restart it and it does start, the output looks like this:
Code:

root@LAPTOP:~# /etc/init.d/hal restart
Restarting Hardware abstraction layer: hald.
root@LAPTOP:~#

When I restart it and it does NOT start, the output looks like this:
Code:

root@LAPTOP:~# /etc/init.d/hal restart
Restarting Hardware abstraction layer: haldroot@LAPTOP:~#

As you can see in the latter case some expected output (".\n") is missing. Also, the return code is 1 instead of 0 which clearly indicates a failure.

I tried the same quite a few times and it's completely random. What could be the problem?

catkin 05-19-2010 01:10 AM

You could try starting hald at the command line with the --daemon=yes --verbose=yes options in the hope of finding the cause.


All times are GMT -5. The time now is 06:51 PM.