nProbe IPS failure on Rocky Linux 9
Open
@lucaderi is already working on this.
Since Jul 24, 2023.
- Dominant language
- Lua
- Stars
- 1.8k
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.