Line 1: |
Line 1: |
− | Note: DRAFT HOWTO - This procedure has initialisation problems with the configuration file when performing the startup of ntop. Published here for test purposes only and for testers to help resolve the problem.
| + | ===DRAFT HOWTO=== |
| + | This procedure has initialisation problems with the configuration file when performing the startup of ntop. Published here for test purposes only and for testers to help resolve the problem. |
| + | |
| + | Refer to [http://forums.contribs.org/index.php/topic,44570.0.html/ this forum post] |
| | | |
| ie when doing | | ie when doing |
| /etc/init.d/ntop start | | /etc/init.d/ntop start |
| the following error is received | | the following error is received |
| + | Starting ntop: Processing file /etc/ntop.conf for parameters... |
| + | Sat Aug 8 21:18:04 2009 NOTE: Interface merge enabled by default |
| + | Sat Aug 8 21:18:05 2009 Initializing gdbm databases |
| FATAL ERROR: Unrecognized/unprocessed ntop options... | | FATAL ERROR: Unrecognized/unprocessed ntop options... |
− | , --user ntop, , --db-file-path /var/ntop, ,
| + | , --user ntop, , --db-file-path /var/ntop, , |
| , , --use-syslog, , , , , , , | | , , --use-syslog, , , , , , , |
| | | |
Line 11: |
Line 17: |
| Note that manually starting ntop works, and it listens on port 3000, but if you connect (even from localhost), it aborts with a RST packet and logs nothing. | | Note that manually starting ntop works, and it listens on port 3000, but if you connect (even from localhost), it aborts with a RST packet and logs nothing. |
| | | |
− | This behaviour appears to be documented here: | + | This behaviour appears to be documented here: http://lists.ntop.org/pipermail/ntop-dev/2004-January/004104.html |
− | http://lists.ntop.org/pipermail/ntop-dev/2004-January/004104.html | |
| | | |
| A strace shows it's just sitting there, | | A strace shows it's just sitting there, |
− | nanosleep({10, 0}, {0, 0}) = 0
| |
| | | |
| + | nanosleep({10, 0}, {0, 0}) = 0 |
| | | |
| | | |