Repository: cloudstack Updated Branches: refs/heads/4.3 0965fdb9f -> 889d80b7e
debian: Add JNA flag when starting agent In some situations local JNA libraries might prevent the agent from starting. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d473fa8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7d473fa8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7d473fa8 Branch: refs/heads/4.3 Commit: 7d473fa8ea356662248a9cee29f1f6decbad8b6d Parents: cd20127 Author: Wido den Hollander <[email protected]> Authored: Wed Mar 26 13:31:02 2014 +0100 Committer: Wido den Hollander <[email protected]> Committed: Mon Apr 14 13:27:08 2014 +0200 ---------------------------------------------------------------------- packaging/debian/init/cloud-agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d473fa8/packaging/debian/init/cloud-agent ---------------------------------------------------------------------- diff --git a/packaging/debian/init/cloud-agent b/packaging/debian/init/cloud-agent index e733875..ff550bb 100755 --- a/packaging/debian/init/cloud-agent +++ b/packaging/debian/init/cloud-agent @@ -96,7 +96,7 @@ start() { wait_for_network - if start_daemon -p $PIDFILE $DAEMON -cp "$CLASSPATH" -pidfile "$PIDFILE" -errfile SYSLOG $CLASS + if start_daemon -p $PIDFILE $DAEMON -cp "$CLASSPATH" -Djna.nosys=true -pidfile "$PIDFILE" -errfile SYSLOG $CLASS RETVAL=$? then rc=0
