-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
After installing elasticsearch using debian packages, and trying to use pifpaf with it I get the following error :
tox -e py27
[snip]
ERROR [pifpaf] Program did not print: ` started'
Output: warning: Falling back to java on path. This behavior is deprecated. Specify JAVA_HOME
/usr/share/elasticsearch/bin/elasticsearch-env: line 71: /etc/default/elasticsearch: Permission denied
[snip]
ERROR: py27: commands failed
ls -al /etc/default/elasticsearch
.rw-rw---- root elasticsearch 1.5 KB Thu Mar 21 16:39:41 2019 elasticsearch
the user used by pifpaf is not part of the elasticsearch group. Changing that (or changing the rights on the config file) solves the problem, but it would be nice to have pifpaf work out of the box in userland without any system tweaks.
(thanks for the awesome piece of software by the way ! ✨ )
Metadata
Metadata
Assignees
Labels
No labels