Bugzilla – Bug 115815
Installation: HAL/acpid and D-BUS problem after installtion
Last modified: 2005-09-14 07:35:18 UTC
Direct after installation (not rebooted) HAL and DBUS looks like already started by YaST while last steps of installation/configuration. The problem is that HAL need the acpid, which looks as not started while installation. Without acpid HAL know nothing about ac_adapter. Two possible solutions: 1.) stop hal and dbus after finish YaST (should be started by normal boot way) 2.) start acpid before HAL if YaST/Installation starts HAL.
Please, attach YaST logs and then change the status to ASSIGNED.
Created attachment 49197 [details] logs from a fresh installed system
added the requested file.
YaST shouldn't start DBUS or HAL so it must have been started before.
yast must ensure hal is running. See bug 114667. I'd suggest you go for 2.
i'd go for 1 since that ensures that everything is started in the right order.
Marcus, it is something for YaST's scripts... I personally think that any soft dependencies between scripts are not problem of YaST itself - the scripts of ACPID/HALD should handle it themselfs (eg. acpid on start checkes whether HAL is running and if it is, restarts it)
The srcripts starts: /usr/sbin/rcdbus start /usr/sbin/rchal start would it fix the bug if we call /usr/sbin/rcdbus start /usr/sbin/rcacpid start /usr/sbin/rchal start ? Thanks
This is sufficient if we make sure that rchal start is triggered _after_ rcacpid start has returned.
Is this not the case if call the services as described in #8 ?
I guess it is. Just wanted to express that starting rcacpid and rchal parallel might not work out.
ok, thanks I changed the service list as described in #8 fixed
*** Bug 116753 has been marked as a duplicate of this bug. ***