Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#8221 - ntop default interface & .install warning
Attached to Project:
Arch Linux
Opened by . (Thralas) - Friday, 05 October 2007, 10:29 GMT
Last edited by Eric Belanger (Snowman) - Monday, 18 August 2008, 01:02 GMT
Opened by . (Thralas) - Friday, 05 October 2007, 10:29 GMT
Last edited by Eric Belanger (Snowman) - Monday, 18 August 2008, 01:02 GMT
|
DetailsThe ntop package comes with an /etc/conf.d/ntop script; By default it contains:
NTOP_ARGS="-i eth1 -w 3000" Why is the default eth1? Most users just have a 'single' eth0 interface, so specifying eth0 would make a lot more sense. Alternatively, the -i option could be removed, ntop will then pick the first interface it finds (likely eth0?). Also, after it's installed you will need to run ntop as root to set an administrator password - starting it using the initscript will yield a [DONE] message, however the ntop daemon will die as there's no admin pass set. Although all this *is* in the manpage, maybe a short notice in an .install script might be a good idea. |
This task depends upon
Closed by Eric Belanger (Snowman)
Monday, 18 August 2008, 01:02 GMT
Reason for closing: Implemented
Additional comments about closing: ntop in extra has been updated to the new stable 3.3.7 release so the cvs snapshot is no longer needed. It contains the changes suggested in this bug report.
Monday, 18 August 2008, 01:02 GMT
Reason for closing: Implemented
Additional comments about closing: ntop in extra has been updated to the new stable 3.3.7 release so the cvs snapshot is no longer needed. It contains the changes suggested in this bug report.
I just assigned it to me and you in case you were interested.
ntop 3.3.6 doesn't build. Seems to be a perl 5.10 build issue. I haven't found any patches yet. Error:
In file included from /usr/lib/perl5/core_perl/CORE/perl.h:2382,
from perl.c:32:
/usr/lib/perl5/core_perl/CORE/handy.h:85:1: warning: "bool" redefined
In file included from ntop.h:490,
from perl.c:26:
globals-structtypes.h:104:1: warning: this is the location of the previous definition
perl.c:38: warning: no previous prototype for 'handlePerlHTTPRequest'
perl.c: In function 'handlePerlHTTPRequest':
perl.c:45: error: 'argc' undeclared (first use in this function)
perl.c:45: error: (Each undeclared identifier is reported only once
perl.c:45: error: for each function it appears in.)
perl.c:45: error: 'argv' undeclared (first use in this function)
perl.c:45: error: 'env' undeclared (first use in this function)
make[2]: *** [perl.lo] Error 1