Santiago Bruno
Santiago Bruno
Cannot install yara-python 3.9.0 in Linux using pip because there is no matching package. Comparing with previous version: https://pypi.org/project/yara-python/3.8.1/#files Source file was called yara-python-3.8.1.tar.gz But current is yara-python-3.9.0.macosx-10.13-intel.tar.gz I think...
I'm trying to build yara-python with profiling support. The command `python setup.py build --enable-profiling` succeeds, but the resulting extension fails with "libyara compiled without profiling support" message when calling `profiling_info()`...
When removing `elasticsearch-oss` and all OpenDistro dependencies, `elasticsearch` user and group are tried to be removed but fail because the user is still running the performance analyzer. Though the RPM...
*Issue #:* #302 *Description of changes:* Exporting `JAVA_HOME` variable in` performance-analyzer-agent` which can be passed as second argument. This way, the path is accessible for the process started by `exec`...
`performance-analyzer-agent` allows setting a specific `ES_HOME` path as first argument and a `JAVA_HOME` path as second argument. In fact, the installation in a non-systemd system suggests using this command for...
Trying to generate a debian package with this command: `./generate_debian_package.sh -b 4.2 -t manager -a x86_64` fails when trying to install nodejs:  According to this page: https://github.com/nodesource/distributions/#debmanual the following...