[Bug 1529941] Re: Elasticsearch init scripts fails test silently

2015-12-29 Thread Robert Labrie
I narrowed it down some. This script is broken for systemd. I had to switch the box to upstart-sysv. Seriously, now that systemd is the default, this package should be considered broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1529941] [NEW] Elasticsearch init scripts fails test silently

2015-12-29 Thread Robert Labrie
Public bug reported: Line 109 of /etc/init.d/elasticsearch has: "test "$START_DAEMON" = true || exit 0" That variable doesn't exist so the script just fails and tells you nothing. Steps to reproduce: 1) Get a brand new VM and install Ubuntu 15.10 off the ISO 2) apt-get install elasticsearch 3) /