You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by rhtyd <gi...@git.apache.org> on 2016/11/09 09:22:22 UTC

[GitHub] cloudstack issue #1751: systemd: Fix semicolon missing in b75e69

Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1751
  
    LGTM, manual test run okay. Agent ran-okay after applying the semi-colon fix.
    
    Before the fix, the failure observed was:
    
    \u25cf cloudstack-agent.service - CloudStack Agent
       Loaded: loaded (/usr/lib/systemd/system/cloudstack-agent.service; enabled; vendor preset: disabled)
       Active: activating (auto-restart) (Result: exit-code) since Wed 2016-11-09 09:08:06 UTC; 190ms ago
         Docs: http://www.cloudstack.org/
      Process: 13087 ExecStart=/bin/sh -ec      export ACP=`ls /usr/share/cloudstack-agent/lib/*.jar /usr/share/cloudstack-agent/plugins/*.jar 2>/dev/null|tr "\n" ":"`;      export CLASSPATH="$ACP:/etc/cloudstack/agent:/usr/share/cloudstack-common/scripts";      mkdir -m 0755 -p ${JAVA_TMPDIR}      ${JAVA} -Djava.io.tmpdir="${JAVA_TMPDIR}" -Xms${JAVA_HEAP_INITIAL} -Xmx${JAVA_HEAP_MAX} -cp "$CLASSPATH" $JAVA_CLASS (code=exited, status=1/FAILURE)
     Main PID: 13087 (code=exited, status=1/FAILURE)
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---