-
Notifications
You must be signed in to change notification settings - Fork 44
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
Comments
Hello! Same here: [root@nprobe system]# journalctl -u nprobe-ens1f0.service [ntopng Enterprise M v.6.3.240928 (Rocky Linux release 9.3) Thank you, |
Hello, I think I can provide more info, I hope will be useful: root@nprobe system]# systemctl status nprobe-vlan*.service Sep 30 03:09:02 nprobe nprobe[5207]: 30/Sep/2024 03:09:02 [nprobe.c:12370] Learning the public IP address.. Disable it with --disable-startup-checks ● nprobe-vlan312.service - nProbe service for interface vlan312 Sep 30 03:09:02 nprobe nprobe[5208]: 30/Sep/2024 03:09:02 [nprobe.c:12324] Flows will be exported in NetFlow 9 format Until the probe receives the first flow [root@nprobe system]# systemctl status nprobe-vlan*.service Sep 30 03:09:02 nprobe nprobe[5207]: 30/Sep/2024 03:09:02 [util.c:5463] nProbe changed user to 'nprobe' ○ nprobe-vlan312.service - nProbe service for interface vlan312 Sep 30 03:09:02 nprobe nprobe[5208]: 30/Sep/2024 03:09:02 [util.c:5463] nProbe changed user to 'nprobe' |
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:
Commands to reproduce it:
The text was updated successfully, but these errors were encountered: