Bug 743388 - aeolus-conductor init script error on restart
Summary: aeolus-conductor init script error on restart
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-configure
Version: 0.3.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: rc
Assignee: Mike Orazi
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-04 18:34 UTC by Dave Johnson
Modified: 2012-01-26 12:24 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-05 01:46:32 UTC


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.