Hide Forgot
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
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 ]
perm close