hald   Début   Suivant   Sommaire   Préc.page.lue   Accueil

Section: Maintenance Commands (8)
Sommaire  




NAME   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil

hald - HAL daemon  




SYNOPSIS   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil

hald [options]

 




DESCRIPTION   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil

hald is a daemon that maintains a database of the devices connected to the system system in real-time. The daemon connects to the D-Bus system message bus to provide an API that applications can use to discover, monitor and invoke operations on devices. For more information about both the big picture and specific API details, refer to the HAL spec which can be found in /usr/share/doc/hal-0.5.12/spec/hal-spec.html depending on the distribution.

 




OPTIONS   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil

The following options are supported:

--daemon=yes|no

Specify whether to run in the foreground or the background.

--verbose=yes|no

Enable verbose debug output.

--use-syslog

Enable logging of debug output to the syslog instead of stderr. Use this option only together with --verbose.

--help

Print out usage.

--version

Print the version of the daemon and exit.

 



BUGS AND DEBUGGING   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil

Please send bug reports to either the distribution or the HAL mailing list, see http://lists.freedesktop.org/mailman/listinfo/hal on how to subscribe.

First, to obtain useful debug traces you will need to have debuginfo packages installed. On a Fedora system this is in the hal-debuginfo package and can be installed via the yum update program.

Second, shut down the existing hald daemon instance; on a Fedora system this is achieved by

/etc/init.d/haldaemon stop

After having shut down the daemon, you might want to run

pkill hald

to ensure that all the helper processe of hald are killed too. To start the HAL daemon, use

/usr/sbin/hald --daemon=no --verbose=yes

If the daemon crashes, you can start it under a debugger via

gdb /usr/sbin/hald

and then typing

run --daemon=no --verbose=yes

at the (gdb) prompt. To capture a back trace, use the bt command and attach this to the bug report.

Please also attach the output of lshal(1) in the bug report if possible (it's not possible if the hald daemon crashed). If the nature of the bug has to do with hotplugging, attach two outputs of lshal(1) - one before the device hotplug event and one after.

 




SEE ALSO   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil

udev(7), dbus-daemon(1), lshal(1), hal-set-property(1), hal-get-property(1), hal-find-by-property(1), hal-find-by-capability(1), hal-is-caller-locked-out(1)

 




AUTHOR   Début   Précédent   Suivant   Sommaire   Préc.page.lue   Accueil

Written by David Zeuthen <david@fubar.dk> with a lot of help from many others.


 



Sommaire   Début   Suivant   Sommaire   Préc.page.lue   Accueil

NAME

SYNOPSIS

DESCRIPTION

OPTIONS

BUGS AND DEBUGGING

SEE ALSO

AUTHOR


Ce document a été créé par man2html suivi de man2html.pl, le 03/03/2009 11:30:10, en utilisant les pages de 'man'.
 

Valid HTML 4.01 Transitional