Failed to initalize HAL.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dbus (Ubuntu) |
Fix Released
|
High
|
Martin Pitt | ||
Hardy |
Fix Released
|
High
|
Martin Pitt | ||
hal (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Hardy |
Fix Released
|
High
|
Martin Pitt |
Bug Description
This seems to be a fairly common bug. However, none of the solutions I have come
across in previous bug repors have helped me. When I run Ubuntu, just like
everyone else, I get
Failed to initalize HAL.
I can continue to use the GUI for a few minutes, but eventually (especially when
navigating the filesystem/CD-ROM,) the system hangs and I am forced to reboot.
Though I am very new to Linux, I will help in the analysis in any way I can.
TEST CASE:
- Set the rc.d symlinks to start level 12, to get to the situation many bug reporters end up with for some reason:
sudo update-rc.d -f hal remove
sudo update-rc.d hal start 12 2 3 4 5 . stop 12 1 .
- (optional, since racy): Set CONCURRENCY=shell in /etc/init.d/rc, boot, and watch hal fail to load
- upgrade to the new hardy-proposed version (0.5.11~
Related branches
CVE References
Changed in dbus: | |
status: | Incomplete → New |
Changed in dbus: | |
status: | New → Incomplete |
Changed in dbus: | |
status: | Incomplete → New |
Changed in dbus: | |
status: | New → In Progress |
milestone: | none → ubuntu-8.04-beta |
Changed in dbus: | |
status: | In Progress → Fix Committed |
Changed in dbus: | |
status: | Fix Committed → Fix Released |
Changed in hal (Ubuntu): | |
assignee: | Martin Pitt (pitti) → nobody |
Can you please give me the output of the following commands:
$ ps -p $(< /var/run/dbus/pid)
pidof hald
ls -l /etc/rc2.d/*dbus*
Was this a clean breezy install? Or did you upgrade from hoary or from a Breezy
pre-release version?