Description of problem: I'm having a problem with sound on F10 for normal users. Everything works fine for root user though. I checked the forum and saw that ConsoleKit needs to be running. So I did chkconfig --list ConsoleKit and got nothing back. Looking in /etc/rc.d/init.d/ and there's no script to run called ConsoleKit. Smart PM tells me that the ConsoleKit package is installed. Version-Release 0.3.0-2.fc10@i386 How reproducible: Always Steps to Reproduce: Did a default kickstart installation via http. Used yum to add more packages after default install. Expected results: If ConsoleKit has been installed, I expect there to be an executable shell script for it in /etc/rc.d/init.d/ called ConsoleKit. Additional info: To work around this I copied the /etc/rc.d/init.d/ConsoleKit file from a previous F8 installation into my F10 root partition, and called it ConsoleKit-F8. Then enabled it with chkconfig --add ConsoleKit-F8, and then was able to run it.
Created attachment 335432 [details] Smart PM screenshot showing ConsoleKit installed
ConsoleKit is a DBus service not a init.d service; please make sure you have the dbus packages installed and that /etc/init.d/messagebus starts cleanly chkconfig --list messagebus chkconfig messagebus on -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
ckit is a system bus activated daemon, there is not init script for it. It is is simply started on first use via /usr/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service