Hide Forgot
Description of problem: based on https://bugzilla.redhat.com/show_bug.cgi?id=748885#c4 Version-Release number of selected component (if applicable): all the way from F15 to rawhide How reproducible: always Steps to Reproduce: 1. after fresh start of the system, invoke: systemctl restart cgconfig.service 2. invoke systemctl status cgconfig.service Actual results: systemctl reports cgconfig as dead cgroup fs's aren't mounted to /sys/fs/cgroup/* directories Expected results: cgconfig is up'n'running cgroup fs's are mounted where they should be Additional info:
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19
After start of Fedora19, running: # systemctl status cgconfig -> inactive(dead) # systemctl start cgconfig -> active(exited) # systemctl restart cgconfig -> no error # systemctl status cgconfig -> active(exited) # systemctl restart cgconfig -> no error # systemctl status cgconfig -> active(exited) Closing as this issue is not occuring.