Code: Select all
hald --verbose=yesCode: Select all
ps aux | grep halCode: Select all
#/etc/init.d/hald start
* Starting Hardware Abstraction Layer daemon ... [[color=red] !![/color] ]
# hald --verbose=yes
19:46:57.394 [I] hald.c:494: hal 0.5.4
19:46:57.404 [I] hald.c:496: Will daemonize
19:46:57.404 [I] hald.c:506: Becoming a daemon
# ps aux | grep hal
root 9613 0.0 0.1 1540 472 pts/0 R+ 19:24 0:00 grep hal
# maxcow wrote:It seems hald is running, and you're just trying to start another one. you can confirm by runningThe devices not showing is a 2.12 bug, see for example, this thread:Code: Select all
ps aux | grep hal
http://forums.gentoo.org/viewtopic-t-388078.html
One workaround discussed on the main gnome 2.12 thread is actually not running hald.
Code: Select all
# /etc/init.d/dbus stop
# /etc/init.d/hald stop
# emerge -C dbus hal
# rm -rf /etc/dbus-1
# rm -rf /etc/hal
# emerge dbus
# etc-update
# /etc/init.d/dbus start
# /etc/init.d/dbus stop
# emerge hal
# etc-update
# /etc/init.d/dbus start
# /etc/init.d/hald start
Did help me, too.batistuta:Code: Select all
# /etc/init.d/dbus stop # /etc/init.d/hald stop # emerge -C dbus hal # rm -rf /etc/dbus-1 # rm -rf /etc/hal # emerge dbus # etc-update # /etc/init.d/dbus start # /etc/init.d/dbus stop # emerge hal # etc-update # /etc/init.d/dbus start # /etc/init.d/hald start
Code: Select all
# emerge -pv dbus hal
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] sys-apps/dbus-0.50-r1 +X -debug -doc +gtk -mono -python -qt -xml2 0 kB
[ebuild R ] sys-apps/hal-0.5.4 -debug -doc -pam_console -pcmcia 0 kB
