You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Agent installation fails due to zeek-af_packet-plugin not being able to find the correct kernel headers during compilation. This happens when running in a container (VM in my case under QubesOS), where the incorrect kernel may be returned by uname -r.
Error:
Could NOT find KernelHeaders (missing: KERNELHEADERS_ROOT_DIR)
Need a way to specify kernel path for ./configure and maybe option to compile using zeek-af_packet-plugin master branch (not sure if current release is compatible with Zeek 4.0?).
Expected Result:zeek-af_packet-plugin compiles correctly, allowing agent installation to complete without errors.
Steps to Reproduce:
Install the dynamite python package in a container or VM.
Attempt to install the agent on the same instance using sudo dynamite agent install --inspect-interfaces eth0 --targets https://dynamite-monitor:9200
All steps succeed, except the compilation of zeek-af_packet-plugin
Btw, I was able to successfully manually compile the plugin from git source using these changes. However, the agent install command does not pickup that it is installed on the system and still tried to compile it from source itself, which errors. Is there any good workaround for this issue?
The text was updated successfully, but these errors were encountered:
Description: Agent installation fails due to zeek-af_packet-plugin not being able to find the correct kernel headers during compilation. This happens when running in a container (VM in my case under QubesOS), where the incorrect kernel may be returned by
uname -r
.Error:
Need a way to specify kernel path for
./configure
and maybe option to compile using zeek-af_packet-plugin master branch (not sure if current release is compatible with Zeek 4.0?).Expected Result: zeek-af_packet-plugin compiles correctly, allowing agent installation to complete without errors.
Steps to Reproduce:
sudo dynamite agent install --inspect-interfaces eth0 --targets https://dynamite-monitor:9200
This is related to:
Btw, I was able to successfully manually compile the plugin from git source using these changes. However, the agent install command does not pickup that it is installed on the system and still tried to compile it from source itself, which errors. Is there any good workaround for this issue?
The text was updated successfully, but these errors were encountered: