Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nProbe IPS failure on Rocky Linux 9 #581

Open
cardigliano opened this issue Jul 24, 2023 · 0 comments
Open

nProbe IPS failure on Rocky Linux 9 #581

cardigliano opened this issue Jul 24, 2023 · 0 comments
Assignees
Labels

Comments

@cardigliano
Copy link
Member

nProbe IPS fails on Rocky Linux 9 due to a double bind to two sockets tied to the same process pid. For some reason this is not allowed on RH kernels (this is working on Ubuntu/Debian). This should be addresses avoiding the creation of the second socket if possible.

Failure message:

[LinuxSocketMonitor.cpp:103] ERROR: Unable to bind socket

Commands to reproduce it:

  • sudo ntopng -i tcp://127.0.0.1:1234
  • sudo nprobe -i ens192 --zmq tcp://127.0.0.1:1234 --agent-mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants