Hi,
I'm trying to get logstash installed on my Rpi. I got an error at installation and when running "sudo dpkg-reconfigure logstash". The error is the following :
Using provided startup.options file: /etc/logstash/startup.options Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release. Sending all logs to /tmp/tmp.X4aZcY19iH /usr/share/logstash/vendor/bundle/jruby/1.9/gems/pleaserun-0.0.24/lib/pleaserun/installer.rb:46 warning: executable? does not in this environment and will return a dummy value Successfully created system startup script for Logstash
Googling shows that pleaserun is related to init script creation and the installation is actually missing init.d startup script.
Is there a way to correct this problem ?
Regards,
Dominique
Add 1: just to not that there is no /tmp/tmp.X4aZcY19iH file and the /var/log/dpkg.log does not contain information on the error.