View previous topic :: View next topic |
Author |
Message |
cibonato Apprentice
Joined: 25 Apr 2006 Posts: 200 Location: Macross City
|
Posted: Thu Jun 17, 2010 8:18 pm Post subject: [SOLVED] Hald do not start up anymore. |
|
|
Ladies and gentleman, I'm trying to solve some problems with my system right now... one of them and the most important is hald do not start up anymore. This problem arose the day I run e2fsck to check some partitions, including /var, /usr and /tmp, and it really messed up with the files there...
I lost almost everything stored in those partitions, but the disks seems to be all right so I thought it should be a file system problem... After an intensive use of emerge I could bring the system up and running, but hald is not OK. I already tried to emerge it and no luck.
It is what I get in /var/log/messages everytime I try to start it up:
Code: |
Jun 17 17:08:51 peligro hald[17716]: 17:08:51.705 [I] hald.c:680: hal 0.5.13
Jun 17 17:08:51 peligro hald[17716]: 17:08:51.706 [I] hald.c:681: using child timeout 250s
Jun 17 17:08:51 peligro hald[17716]: 17:08:51.706 [I] hald.c:690: Will daemonize
Jun 17 17:08:51 peligro hald[17716]: 17:08:51.706 [I] hald.c:691: Becoming a daemon
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.707 [I] hald_dbus.c:5421: local server is listening at unix:abstract=/var/run/hald/dbus-3uHD3mlreG,guid=3b855ce422a802b5eae1db110001c569
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.711 [I] ck-tracker.c:391: got seat '/org/freedesktop/ConsoleKit/Seat7'
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.712 [I] ck-tracker.c:321: got session '/org/freedesktop/ConsoleKit/Session6' for seat '/org/freedesktop/ConsoleKit/Seat7'
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.714 [I] ck-tracker.c:274: Got active state (INACTIVE) and uid 1000 on session '/org/freedesktop/ConsoleKit/Session6'
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.714 [I] ck-tracker.c:342: Got all sessions on seat '/org/freedesktop/ConsoleKit/Seat7'
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.714 [I] ck-tracker.c:391: got seat '/org/freedesktop/ConsoleKit/Seat1'
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.714 [I] ck-tracker.c:342: Got all sessions on seat '/org/freedesktop/ConsoleKit/Seat1'
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.714 [I] ck-tracker.c:391: got seat '/org/freedesktop/ConsoleKit/Seat8'
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.715 [I] ck-tracker.c:321: got session '/org/freedesktop/ConsoleKit/Session7' for seat '/org/freedesktop/ConsoleKit/Seat8'
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.716 [I] ck-tracker.c:274: Got active state (INACTIVE) and uid 1000 on session '/org/freedesktop/ConsoleKit/Session7'
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.716 [I] ck-tracker.c:342: Got all sessions on seat '/org/freedesktop/ConsoleKit/Seat8'
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.716 [I] ck-tracker.c:418: Got seats
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.716 [I] ck-tracker.c:816: Got seats and sessions
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.718 [I] hald_runner.c:301: Runner has pid 17718
Jun 17 17:08:51 peligro hald[17717]: 17:08:51.719 [I] hald_runner.c:182: runner connection is 0x9517f38
|
And it is what I get at console level:
Code: |
cibonato@peligro ~ $ sudo /etc/init.d/hald start
cibonato@peligro ~ $ sudo /etc/init.d/hald start
* Caching service dependencies ... [ ok ]
* Starting Hardware Abstraction Layer daemon ... [ !! ]
|
By the way, dbus and ConsoleKit is running fine.
Greetings. _________________ 64 Bits, good good!
Last edited by cibonato on Fri Jun 18, 2010 8:25 pm; edited 1 time in total |
|
Back to top |
|
|
DawgG l33t
Joined: 17 Sep 2003 Posts: 874
|
Posted: Fri Jun 18, 2010 3:37 pm Post subject: |
|
|
start it manually from a console like this Code: | hald --daemon=no --verbose=yes --use-syslog=no | and see what it tells you. might also help.
GOOD LUCK! _________________ DUMM KLICKT GUT. |
|
Back to top |
|
|
gerard27 Advocate
Joined: 04 Jan 2004 Posts: 2377 Location: Netherlands
|
Posted: Fri Jun 18, 2010 3:51 pm Post subject: |
|
|
Was your system running when you did e2fsck?
Or did you use a livecd or similar?
Gerard. _________________ To install Gentoo I use sysrescuecd.Based on Gentoo,has firefox to browse Gentoo docs and mc to browse (and edit) files.
The same disk can be used for 32 and 64 bit installs.
You can follow the Handbook verbatim.
http://www.sysresccd.org/Download |
|
Back to top |
|
|
cibonato Apprentice
Joined: 25 Apr 2006 Posts: 200 Location: Macross City
|
Posted: Fri Jun 18, 2010 8:23 pm Post subject: |
|
|
Great. It's working again.
It seems policykit was the root of the problem. Re-emerge it was the solution (I re-emerged hald too).
Thank you so much. _________________ 64 Bits, good good! |
|
Back to top |
|
|
|