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.010689 |
First Submitted: | 2015-09-22 08:31 (UTC) |
Last Updated: | 2024-08-13 21:05 (UTC) |
Dependencies (19)
- 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)
- 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)
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
cacoro2 commented on 2024-07-29 01:31 (UTC)
I also had issues with the CSS not compiling. Just needed to add the following dependencies:
johnnybash commented on 2024-02-09 19:34 (UTC)
following upstream more closely seems reasonably.
alou-S commented on 2024-02-05 12:44 (UTC) (edited on 2024-02-05 12:46 (UTC) by alou-S)
I had issues with the CSS not compiling properly, simply changing
npm run build
tonpm run build:dev
fixed it for me. Would suggest changing the lines for the CSS/JS compilation to match https://github.com/ntop/ntopng/blob/dev/doc/README.compilationI have personally made some changes such as using
pnpm
instead ofnpm
since its much faster. I also removed thexargs -L1
argument because it callsnpm install
one by one for every single dependency which seems unnecessary.JohnRobson commented on 2023-05-20 16:13 (UTC)
johnnybash commented on 2023-05-03 18:47 (UTC)
fixed, thanks @vianney Login works again!
vianney commented on 2023-05-03 11:55 (UTC) (edited on 2023-05-03 14:08 (UTC) by vianney)
Hi @luigibu, just had the same thing and found the following related issue :
https://github.com/ntop/ntopng/issues/7203
Javascript related assets are not built, the following is missing in the build step :
edit: You have to add it after the second ./configure of the build() step in the PKGBUILD
luigibu commented on 2023-04-15 17:46 (UTC)
Hi! I installed without issue, however, is it imposible to login into the web ui. admin->admin just dont work for me. I tried already the workaround in the docs with no luck. Any got this same issue? thanks
ryant0000 commented on 2022-09-29 01:25 (UTC)
Looks like this is broken again in a similar way, looking at the config.log that stdout points too I see the following:
gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated.
Seems like the gcc options may have changed to break this
johnnybash commented on 2022-02-04 08:02 (UTC)
new release yesterday (5.2.1) which builds again :)
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
1 2 3 4 5 6 .. 9 Next › Last »