Bug 743388

Summary: aeolus-conductor init script error on restart
Product: [Retired] CloudForms Cloud Engine Reporter: Dave Johnson <dajohnso>
Component: aeolus-configureAssignee: Mike Orazi <morazi>
Status: CLOSED CURRENTRELEASE QA Contact: wes hayutin <whayutin>
Severity: low Docs Contact:
Priority: unspecified    
Version: 0.3.1CC: akarol, dajohnso, deltacloud-maint, dgao, ssachdev, whayutin
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-05 01:46:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Dave Johnson 2011-10-04 18:34:18 UTC
Description of problem:
=================================

aeolus-conductor init script seems to have some issues...

[root@hp-dl120g5-01 init.d]# ./aeolus-conductor restart
Starting aeolus-conductor: touch: missing file operand
Try `touch --help' for more information.
[  OK  ]
[root@hp-dl120g5-01 init.d]# rpm -qa | grep conductor
aeolus-conductor-0.4.0-0.20111003184622git65a7d19.fc15.noarch
aeolus-conductor-doc-0.4.0-0.20111003184622git65a7d19.fc15.noarch
aeolus-conductor-daemons-0.4.0-0.20111003184622git65a7d19.fc15.noarch

Comment 2 wes hayutin 2011-10-05 01:46:32 UTC
honestly I've never even thought of executing an init script that way.. I recreated the issue.. however normal execution produces no errors.. also works w/ the aeolus-restart-services..

going to close this as not a bug.. if there are any major objections.. yell loudly.


[root@unused ~]# /etc/init.d/aeolus-conductor restart
Restarting aeolus-conductor (via systemctl):               [  OK  ]
[root@unused ~]# ps -ef | grep thin
aeolus   10921     1 41 21:42 ?        00:00:07 thin server (127.0.0.1:3000)                                                                                                                                                                                                                                         
root     10952 10889  0 21:42 pts/0    00:00:00 grep --color=auto thin
[root@unused ~]# /etc/init.d/aeolus-conductor stop
Stopping aeolus-conductor (via systemctl):                 [  OK  ]
[root@unused ~]# ps -ef | grep thin
root     10968 10889  0 21:42 pts/0    00:00:00 grep --color=auto thin
[root@unused ~]# /etc/init.d/aeolus-conductor start
Starting aeolus-conductor (via systemctl):                 [  OK  ]
[root@unused ~]# cd /etc/init.d/
[root@unused init.d]# 
[root@unused init.d]# ./aeolus-conductor --help
Usage: aeolus-conductor {start|stop|restart|reload|force-reload|status}
[root@unused init.d]# rpm -q aeolus-conductor
aeolus-conductor-0.4.0-0.20111003184622git65a7d19.fc15.noarch

[root@unused init.d]# ./aeolus-conductor restart
Starting aeolus-conductor: touch: missing file operand     [  OK  ]
Try `touch --help' for more information.
                                                           [  OK  ]

Comment 3 wes hayutin 2011-12-08 14:16:51 UTC
perm close