Hide Forgot
oot@qeblade32 ~]# aeolus-restart-services Stoping ntpd ... /usr/sbin/aeolus-restart-services:48: command not found: /etc/init.d/ntpd stop FAILURE: Stoping imagefactory ... Success: Stopping imagefactory (via systemctl): [ OK ] Stoping conductor-dbomatic ... Success: Stopping conductor-dbomatic (via systemctl): [ OK ] Stoping aeolus-conductor ... Success: Stopping aeolus-conductor (via systemctl): [ OK ] Stoping libvirtd ... Success: Stopping libvirtd (via systemctl): [ OK ] Stoping deltacloud-core ... Success: Stopping deltacloud-core (via systemctl): [ OK ] Stoping qpidd ... Success: Stopping qpidd (via systemctl): [ OK ] Stoping httpd ... Success: Stopping httpd (via systemctl): [ OK ] Stoping postgresql ... /usr/sbin/aeolus-restart-services:48: command not found: /etc/init.d/postgresql stop FAILURE: Stoping iwhd ... Success: Stopping iwhd (via systemctl): [ OK ] Stoping mongod ... /usr/sbin/aeolus-restart-services:48: command not found: /etc/init.d/mongod stop FAILURE: Starting mongod ... /usr/sbin/aeolus-restart-services:48: command not found: /etc/init.d/mongod start FAILURE: Starting iwhd ... Success: Starting iwhd (via systemctl): [ OK ] Starting postgresql ... /usr/sbin/aeolus-restart-services:48: command not found: /etc/init.d/postgresql start FAILURE: Starting httpd ... Success: Starting httpd (via systemctl): [ OK ] Starting qpidd ... Success: Starting qpidd (via systemctl): [ OK ] Starting deltacloud-core ... Success: Starting deltacloud-core (via systemctl): [ OK ] Starting libvirtd ... Success: Starting libvirtd (via systemctl): [ OK ] Starting aeolus-conductor ... Success: Starting aeolus-conductor (via systemctl): [ OK ] Starting conductor-dbomatic ... Success: Starting conductor-dbomatic (via systemctl): [ OK ] Starting imagefactory ... Success: Starting imagefactory (via systemctl): [ OK ] Starting ntpd ... /usr/sbin/aeolus-restart-services:48: command not found: /etc/init.d/ntpd start FAILURE: Statusing mongod ... /usr/sbin/aeolus-restart-services:48: command not found: /etc/init.d/mongod status FAILURE: [root@qeblade32 ~]# [root@qeblade32 ~]# rpm -qa | grep aeolus rubygem-aeolus-image-0.1.0-3.fc16.noarch aeolus-conductor-0.4.0-1.fc16.noarch rubygem-aeolus-cli-0.1.0-5.fc16.noarch aeolus-conductor-doc-0.4.0-1.fc16.noarch aeolus-all-0.4.0-1.fc16.noarch aeolus-configure-2.1.0-1.fc16.noarch aeolus-conductor-daemons-0.4.0-1.fc16.noarch
*** Bug 747919 has been marked as a duplicate of this bug. ***
Created attachment 531416 [details] 0001-Use-service-instead-of-relying-on-SysV-script.patch The problem here is that aeolus-check-services relies on the no longer available SystemV script. To resolve this problem, call 'service $foo status' instead. The attached patch will resolve that issue.
Created attachment 531417 [details] 0001-Use-service-instead-of-relying-on-SysV-script.patch
(In reply to comment #3) > Created attachment 531417 [details] > 0001-Use-service-instead-of-relying-on-SysV-script.patch Any updates?
The patch doesn't apply against the git repo for me, but applying the changes manually it seems to work as intended so ACK.
Confirmed that proposed patch works. Waiting when it will be in repository so I can test it against current release.
removing bugs from ce-sprint from the tracker.. you can find these bugs by querying the "qa whiteboard" for ce-sprint-60
This patch has been pushed and is in the next release. Closing this out.