Search Criteria
Package Details: ntopng 6.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ntopng.git (read-only, click to copy) |
---|---|
Package Base: | ntopng |
Description: | The next generation version of the original ntop, a network traffic probe that shows the network usage |
Upstream URL: | http://www.ntop.org/ |
Keywords: | monitoring networking ntop top |
Licenses: | GPL-3.0-only |
Submitter: | crt |
Maintainer: | pht (johnnybash) |
Last Packager: | johnnybash |
Votes: | 28 |
Popularity: | 0.007109 |
First Submitted: | 2015-09-22 08:31 (UTC) |
Last Updated: | 2024-11-07 16:21 (UTC) |
Dependencies (20)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- hiredis (hiredis-gitAUR)
- json-c (json-c-gitAUR)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient57AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-libs, mariadb-lts-libs)
- libmaxminddb (libmaxminddb-gitAUR)
- libpcap (libpcap-gitAUR)
- redis (redis-testingAUR, redis-gitAUR, keydbAUR, valkey)
- rrdtool
- sqlite (sqlite-fossilAUR, libsql-sqlite3AUR)
- zeromq (zeromq-gitAUR)
- automake (automake-gitAUR) (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- jq (jq-gitAUR) (make)
- libtool (libtool-gitAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python-setuptools (make)
- wget (wget-gitAUR, wurlAUR) (make)
- net-snmp (optional) – support SNMP SET and SNMP v3
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »
lubosz commented on 2022-02-04 01:53 (UTC) (edited on 2022-02-04 01:59 (UTC) by lubosz)
is caused by
CPPFLAGS="-D_FORTIFY_SOURCE=2"
frommakepkg.conf
.This issue only occurs in the
nDPI
build, notntopng
itself.You can fix the
PKGBUILD
by addingunset CPPFLAGS
beforenDPI
s call toautogen.sh
.There was an upstream issue, but it got closed: https://github.com/ntop/nDPI/issues/1115
cmonty14 commented on 2021-12-13 07:52 (UTC)
Build error...
Here's what I found in config.log:
brooqs commented on 2021-10-18 07:04 (UTC)
checking dependency style of g++... gcc3 checking how to run the C preprocessor... /lib/cpp configure: error: in
/home/brooqs/ntopng/ntopng/src/nDPI-46ebd7128fd38f3eac5289ba281f3f25bad1d899': configure: error: C preprocessor "/lib/cpp" fails sanity check See
config.log' for more details ==> ERROR: A failure occurred in build(). Aborting...I cant over this error.
xyzabc123 commented on 2021-04-27 14:50 (UTC)
Does anybody else have very high CPU usage (80-90%) spikes every 2 seconds with barely any traffic? I'am monitoring a single interface only, custom settings are -n 1 (DNS resolution). CPU is an i5-6600 (4C) so normally there shouldn't be any issues in this regard. Just wanted to make sure before reporting upstream.
yan12125 commented on 2021-04-27 12:03 (UTC)
FWIW, I also need to install json-c to successfully build this package.
johnnybash commented on 2021-01-15 16:47 (UTC)
just added the needed build flags, builds again. I linked the github issue in a comment, maybe we can remove this workaround again in the future.
anonfunc commented on 2021-01-12 19:11 (UTC)
Seems to me like nDPI 3.4 won't build with
-D_FORTIFY_SOURCE=2
, which is default in arch.Opened an issue upstream, alto I don't know if that's an upstream issue by itself.
https://github.com/ntop/nDPI/issues/1115
Coda commented on 2020-11-20 02:54 (UTC)
I have an ENT license,but I couldn't get the systemid to generate the offline license when run 'ntopng --version',it always show me 'v.4.2.201120 [Community build]'.How can I use license in physical computer,not in docker env?
Lochnair commented on 2020-09-12 18:35 (UTC)
@Coda I'm guessing hiredis was updated, so you need to recompile ntopng. Had this happen myself today when updating a box
Coda commented on 2020-09-12 06:39 (UTC)
when i run 'systemctl start ntopng@all.service',it exited with code 127 and prints this message:'/usr/bin/ntopng: error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directory',redis service was running.How can i fix it?
« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »