You are not logged in.
Pages: 1
I'm running a fresh installation of Arch 64 + Gnome.
Something is failing at boot. I'm not 100% sure what it is (flashes up the screen too fast), but I think it's dbus. Alsa loads after it, and dbus is right before alsa in my rc.conf.
First of all, what does dbus do? What does hal do that dbus doesn't and vice-versa? I know they both have something to do with auto mounting, but that's it.
Second of all, where are the boot errors logged? How do I stop dbus from failing?
Offline
I was having problems with fam. Took a while to work out but maybe it's a similar problem to yours. For some strange reason fam was missing from the groups file. I added that and reinstalled hal, fam, dbus, glib2, glibc. Seems to be working fine now, fingers crossed.
EDIT: Cancel that idea still not working, back to square one
Last edited by bones (2007-04-20 05:20:38)
"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."
Offline
just so you can be sure what's failing, do this:
# cp /etc/issue{,.old}
# vim /etc/issue
and remove the first line.
Now your screen won't clear before giving the login-prompt, so you can check which daemons is misbehaving...
Stand back, intruder, or i'll blast you out of space! I am Klixon and I don't want any dealings with you human lifeforms. I'm a cyborg!
Offline
It's definitely dbus. Thanks.
I think I figured out what's going wrong. Hal automatically starts dbus, correct? I read that somewhere on the Wiki last night. Do I even need dbus on there?
Offline
You're right... probably not... I just keep it in there to keep track what loads...
If you want to be sure, just try it If it doesn't work as expected, restore your backup of rc.conf and either reboot, or load them daemons manually
Stand back, intruder, or i'll blast you out of space! I am Klixon and I don't want any dealings with you human lifeforms. I'm a cyborg!
Offline
Pages: 1