On some systems, after running the tpaexec setup
as root
, running the tpaexec info
command displays the following output:
tpaexec=/opt/EDB/TPA/bin/tpaexec
TPADIR=/opt/EDB/TPA
PYTHON=/usr/libexec/edb-python39/bin/python3 (v3.9.18, no venv)
TPAVENV=/opt/EDB/TPA/tpa-venv
ANSIBLE=none (did you run tpaexec setup?)
This article shows how to resolve this issue.
In some systems, umask
may have been set differently from default. In such cases, the user cannot read the files in the TPA directory.
To solve this problem, simply change the permission of the TPA directory from 750
to 755
, for example:
chmod 755 -R /opt/EDB/TPA/
After that, run the tpaexec selftest
command and check that everything is working correctly.
Related to