-
Notifications
You must be signed in to change notification settings - Fork 673
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
ntopng restarts periodically #5093
Comments
Mar 9 09:10:54 ntopng systemd[1]: Started User Manager for UID 1000. |
I managed to escape from all those Bus errors and Segmentation faults. |
@thalthoff how are you using nBPF expressions exactly? Could you show an example of your configuration? (a screenshot should work). Thank you |
Closing for inactivity (this works for us, more details required), please reopen in case. |
Hi all,
when I played around with some Traffic Profiles (especially with l7proto entries), when saving new entries, occasionally ntop stopped working, but could be reanimated at least be rebooting my Pi.
In my syslog I see the following lines repeating every some seconds:
Mar 9 08:52:14 ntopng systemd[1]: Started ntopng high-speed web-based traffic monitoring and analysis tool.
Mar 9 08:52:24 ntopng kernel: [ 675.380867] Unhandled prefetch abort: unknown 1 (0x001) at 0x00006562
Mar 9 08:52:24 ntopng systemd[1]: ntopng.service: Main process exited, code=killed, status=7/BUS
Mar 9 08:52:24 ntopng systemd[1]: ntopng.service: Failed with result 'signal'.
Mar 9 08:52:29 ntopng systemd[1]: ntopng.service: Service RestartSec=5s expired, scheduling restart.
Mar 9 08:52:29 ntopng systemd[1]: ntopng.service: Scheduled restart job, restart counter is at 18.
Mar 9 08:52:29 ntopng systemd[1]: Stopped ntopng high-speed web-based traffic monitoring and analysis tool.
Mar 9 08:52:29 ntopng systemd[1]: Starting ntopng high-speed web-based traffic monitoring and analysis tool...
Mar 9 08:52:29 ntopng sh[4106]: /bin/sh: 1: /usr/bin/ntopng-utils-manage-config: not found
Mar 9 08:52:29 ntopng systemd[1]: Started ntopng high-speed web-based traffic monitoring and analysis tool.
Mar 9 08:52:39 ntopng kernel: [ 689.803038] Unhandled prefetch abort: unknown 1 (0x001) at 0x00006562
Mar 9 08:52:39 ntopng systemd[1]: ntopng.service: Main process exited, code=killed, status=7/BUS
Mar 9 08:52:39 ntopng systemd[1]: ntopng.service: Failed with result 'signal'.
I checked if all files are there an readable /bin/sh is a link to dash and /usr/bin/ntopng-utils-manage-config is readable and eXecutable for everyone.
What can I do?
Thanks for any help in advance!
-Thomas
The text was updated successfully, but these errors were encountered: