Hide Forgot
in current fedora f15, after freeipa has been installed and configured it is impossible to manage to restart, stop or start it service ipa <action> is stuck on systemctl script invoked by the inner commands to start individual services. manually using ipactl start|stop|restart works correctly. All works just fine on Fedora 14 without systemd
Ah this is with 17-5.fc15
FYI: adding the following to the IPA init scripts works around the issue. export SYSTEMCTL_SKIP_REDIRECT=1
Hm, there was bug 674916 filed already, but that issue was fixed.
As discussed on IRC, please use "systemctl start --ignore-dependencies foo.service" for now, which mimics old SysV behaviour and ignores all deps. It's a quite a big hammer for this, and in the long run we definitely should get this fixed in a different way. --ignore-dependencies is supported in systemd 18, which I just uploaded. I will also update the Sysv redirection code to honour SYSTEMCTL_IGNORE_DEPENDENCIES which sets this parameter.
Patch sent to Bill.
(for the SysV redirection code that is. needs to get merged into initscripts)
Is there anything left to fix here for F15? Or may I close this bug?
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Closing this bug as fixed since the needinfo request has been laying there for several months and the issue appears to be fixed. ( + The freeipa stack has been migrated to natives systemd units now )