|
Bugzilla – Full Text Bug Listing |
| Summary: | Installation: HAL/acpid and D-BUS problem after installtion | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Danny Al-Gaaf <dalgaaf> |
| Component: | Installation | Assignee: | Marcus Schaefer <ms> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | aj, dkukawka, jsrain, ms |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | logs from a fresh installed system | ||
|
Description
Danny Al-Gaaf
2005-09-08 10:15:29 UTC
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. *** |