Home > ntop error > ntop error interface eth0 is down

Ntop Error Interface Eth0 Is Down

Contents

Importance Assigned to Milestone ntop (Ubuntu) Edit Fix Released Undecided Unassigned Edit You need to log in to change this bug's status. Affecting: ntop (Ubuntu) Filed here by: Ralph ntop windows Corderoy When: 2008-05-16 Confirmed: 2011-01-25 Started work: 2011-01-25 Completed: 2011-01-27 Target Distribution Baltix

Ntop Ubuntu

BOSS Juju Charms Collection Elbuntu Guadalinex Guadalinex Edu Kiwi Linux nUbuntu PLD Linux Tilix tuXlab Ubuntu Ubuntu Linaro Evaluation ntop web interface Build Ubuntu RTM Package (Find…) Project (Find…) Status Importance Fix Released Undecided Assigned to Nobody Me Comment on this change (optional) Email me about changes to this bug report Also affects project ntop linux (?) Also affects distribution/package Nominate for series Bug Description Binary package hint: ntop Ubuntu 8.04, ntop 3:3.2-10.1. /etc/init.d/ntop has check_interfaces() which includes { echo $INTERFACES | awk -F , '{ for(i=1;i<=NF;i++) print $i }' | while read iface ; do if ! ifconfig "$iface" | grep -w UP >/dev/null; then echo "ERR: interface $iface is DOWN..." return 1 fi done return 0 } return

What Is Ntop

$? It's called thus. echo -n "Starting $DESC: " if ! sanity_check || ! check_log_dir || ! check_interfaces; then echo " will not start $DESC!" exit 1 fi start-stop-daemon --start ... Running the script with `bash -x' shows it isn't working as intended. + ifconfig eth0 + grep -w UP eth0: error fetching interface information: Device not found + echo 'ERR: interface eth0 is DOWN...' ERR: interface eth0 is DOWN... + return 1 + return 0 + start-stop-daemon --start --quiet --name ntop --exec /usr/sbin/ntop -- -d -L -u ntop -P /var/lib/ntop --skip-version-check -a /var/log/ntop/access.log -i eth0 -p /etc/ntop/protocol.list -O /var/log/ntop There's a `return 1' followed by a `return 0' so the error is getting cleared with the result that the start-stop-daemon gets to try and start the ill-configured daemon. It's probably due to using return inside an if-statement inside a while-statement and bash subshells. Add tags Tag help Related branches lp:debian/ntop lp:ubuntu/natty/ntop alej0 (alej0varas) wrote on 2008-08-13: #1 "eth0: error fetching interface information: Device not found" This error is from ifconfig not from ntop, the problem is that eth0 doesn't exist. You can change the interface ntop works for in /var/lib/n

ntop Log In To The Web Interface Screenshot Network Monitoring With ntop ntop is a network traffic tools that shows network usage in a real time. One of the good things about this tool ntop default password is that you can use a web browser to manage and navigate through ntop ntop tutorial traffic information to better understand network status. Also Ntop monitors and reports hosts traffic and supports these protocols: TCP/UDP/ICMP (R)ARP IPX

Ntop Vs Ntopng

DLC Decnet AppleTalk Netbios TCP/UDP In this tutorial we'll install ntop 3.2 in CentOS 4. Prerequisites Ntop 3.2 LIBPCAP GDBM Links http://dag.wieers.com/rpm/packages/ntop http://rpmfind.net/linux/RPM/fedora/4/i386/glib-1.2.10-16.i386.html Installation 1- Installing G-LIB: rpm -ivh glib-1.2.10-16.i386.rpm https://bugs.launchpad.net/bugs/231024 2- Installing ntop: rpm -ivh ntop-3.2-1.el4.rf.i386.rpm Running ntop 1- Initialize ntop: ntop That will initialize ntop and it will ask you to enter your username and password. The default username: admin Password: yourEnteredpassword 2- Start ntop service: service ntop start Log In To The Web Interface ntop can be managed through a web interface. You can enter your server address in your web browser: http://ServerIP:3000 https://ServerIP:3001 Now https://www.howtoforge.com/network_monitoring_with_ntop you can monitor your hosts and manage your ntop configuration. Screenshot view as pdf | print Share this page: Tweet Follow 4 Comment(s) Add comment Name * Email * Comments From: Anonymous Reply Dear Team, We facing the below error in ntop Please guide me. [[emailprotected] ~]# ntop Fri Mar 25 15:58:55 2011 NOTE: Interface merge enabled by default Fri Mar 25 15:58:55 2011 Initializing gdbm databases Fri Mar 25 15:58:55 2011 **ERROR** ....open of /var/lib/ntop/prefsCache.db failed: Can't be writer Fri Mar 25 15:58:55 2011 Possible solution: please use '-P ' Fri Mar 25 15:58:55 2011 **FATAL_ERROR** GDBM open failed, ntop shutting down... Fri Mar 25 15:58:55 2011 CLEANUP[t3086498016]: ntop caught signal 2 [state=2] Fri Mar 25 15:58:55 2011 ntop is now quitting... Thanks in advance

From: robinson.barbosa Reply Hi, Ntop : Erro encontrado: **ERROR** ....open of /var/lib/ntop/prefsCache.db failed: Can't b / Solução: 1. Passo matar serviço: aragorn:/var/lib/ntop # ps -aux | grep ntop Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html ntop 16289 0.5 3.2 108028 33880 pts/1 Sl 18:08 0:00 /usr/bin/ntop -P /var/lib/ntop -i eth0 -u ntop -w 127.0.0.1:3000 root 16298 0.0 0.0 2316 704 pts/1 S+ 18:09 0:00 grep ntop aragorn:/var/lib/ntop # kill -9 16289 aragorn:/var/lib

by: http://lists.ntop.org/pipermail/ntop/2014-August/018001.html [ date ] [ thread ] [ subject ] [ author ] Hi All, I have installed NTOPNG from svn, I follow this procedure : svn co https://svn.ntop.org/svn/ntop/trunk/ntopng/ cd ntopng ./autogen.sh ./configure make make install ntop error Configuration and installation OK. No error during the compilation. The binary works, see below output during process running : (root at fw.000000.priv)-(~)# /usr/local/bin/ntopng -i 1 -v 06/Aug/2014 10:02:44 [Ntop.cpp:565] Setting local networks to 192.168.1.0/24,0.0.0.0/32,224.0.0.0/8,239.0.0.0/8,255.255.255.255/32,127.0.0 .0/8 ntop error interface 06/Aug/2014 10:02:44 [AddressResolution.cpp:132] Rule '192.168.1.0'/'24' 06/Aug/2014 10:02:44 [AddressResolution.cpp:132] Rule '0.0.0.0'/'32' 06/Aug/2014 10:02:44 [AddressResolution.cpp:132] Rule '224.0.0.0'/'8' 06/Aug/2014 10:02:44 [AddressResolution.cpp:132] Rule '239.0.0.0'/'8' 06/Aug/2014 10:02:44 [AddressResolution.cpp:132] Rule '255.255.255.255'/'32' 06/Aug/2014 10:02:44 [AddressResolution.cpp:132] Rule '127.0.0.0'/'8' 06/Aug/2014 10:02:44 [Redis.cpp:74] Successfully connected to Redis 127.0.0.1:6379 06/Aug/2014 10:02:44 [PcapInterface.cpp:81] Reading packets from interface eth0... 06/Aug/2014 10:02:44 [Ntop.cpp:672] Registered interface eth0 [id: 0] 06/Aug/2014 10:02:44 [Utils.cpp:251] User changed to nobody 06/Aug/2014 10:02:44 [main.cpp:180] PID stored in file /var/tmp/ntopng.pid 06/Aug/2014 10:02:44 [HTTPserver.cpp:351] HTTPS Disabled: missing SSL certificate /usr/local/share/ntopng/httpdocs/ssl/ntopng-cert.pem 06/Aug/2014 10:02:44 [HTTPserver.cpp:352] Please read https://svn.ntop.org/svn/ntop/trunk/ntopng/README.SSL if you want to enable SSL. 06/Aug/2014 10:02:44 [HTTPserver.cpp:389] Web server dirs [/usr/local/share/ntopng/httpdocs][/root/scripts] 06/Aug/2014 10:02:44 [HTTPserver.cpp:392] HTTP server listening

 

Related content

ntop error unable to find rrd

Ntop Error Unable To Find Rrd p Post of views Permalink configure script can't find rrdtool hello list I am attempting to install ntop v under CentOS release but I am running into an issue when I try to specify the rrdtool that I have already installed It is indeed already there and both ganglia and cacti are already using it Here's a sample of the output I see checking for zlibVersion in -lz yes checking for main in -lrrd th no configure error Unable to find RRD at usr local please use --with-rrd-home DIR I have tried the following

ntop error opening file geolitecity dat

Ntop Error Opening File Geolitecity Dat p Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Software SOLVED ntop service start error User Name Remember Me Password Linux relatedl - Software This forum is for Software issues Having a problem installing a new program Want to know which application is best for the job Post your question in this forum Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our community you will have the ability to post topics receive our

ntop error unable to find rrd at /usr/local

Ntop Error Unable To Find Rrd At usr local p Post of views Permalink Unable to compile relatedl NTOP in FC I downloaded the latest NTOP via CVS I am trying to compile the NTOP in a Fedora Core OS I used the autogen sh to compile the NTOP I am getting an error which I have no idea how-to fix it Does anyone encounter this erro in FC and know how-to fix it Thanks autogen sh configure error Unable to find RRD in the specified rrd x directory Aug PM Post of views Permalink Re Unable to compile NTOP

ntop error

Ntop Error table id toc tbody tr td div id toctitle Contents div ul li a href Ntopng a li ul td tr tbody table p shelby New Member Hello -following the wonderful How to on network monitoring with ntop This is exactly what I want relatedl to do I am new to Linux - using Ubuntu feisty error opening file geolitecity dat xplico Have installed ntop but when I try to start ntop get the following in p h id Ntopng p the error log This is a brand new install and I have done nothing to install configure

ntop error 400

Ntop Error table id toc tbody tr td div id toctitle Contents div ul li a href Ntop Default Password a li li a href Ntop Network Monitoring a li li a href How To Use Ntop a li ul td tr tbody table p bug affects people Affects Status Importance Assigned relatedl to Milestone ntop Ubuntu Edit Confirmed configure ntop ubuntu Undecided Unassigned Edit You need to log in to change p h id Ntop Default Password p this bug's status Affecting ntop Ubuntu Filed here by G bor Lipt k When - - Confirmed - - ntop command

ntop error opening file ./geolitecity.dat error opening file ./geoipasnum.dat

Ntop Error Opening File geolitecity dat Error Opening File geoipasnum dat p Tags Search LQ Wiki Search Tutorials Articles Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org relatedl Forums Linux Forums Linux - Software SOLVED ntop service start error User Name Remember Me Password Linux - Software This forum is for Software issues Having a problem installing a new program Want to know which application is best for the job Post your question in this forum Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining

ntop error null host detected

Ntop Error Null Host Detected table id toc tbody tr td div id toctitle Contents div ul li a href Ntop Default Username Password a li li a href Ntop Web Interface a li li a href No Interface Has Been Configured Please Configure Ntop First a li ul td tr tbody table p date thread subject author Hi All I have ntop setup recently relatedl in ubuntu server After running days I ntop configuration got some logs from ntop Mon Jun ERROR NULL host p h id Ntop Default Username Password p detected Mon Jun ERROR NULL host detected

ntop error traversing database

Ntop Error Traversing Database p by date thread subject author please update to the latest svn code Luca On Sep at PM ROB POWELL wrote Wonder if anyone can help I'm getting the following error a lot with a new NTOP build error traversing Database for ipnum xxxxxxxxxxx installed versions NTOP svn LIBEVENT -stable OS Ubuntu Server Ntop-dev mailing list Ntop-dev at unipi it http listgateway unipi it mailman listinfo ntop-dev Previous message Ntop-dev error traversing Database for ipnum Next message Ntop-dev error traversing Database for ipnum Messages sorted by date thread subject author More information about the Ntop-dev mailing

ntop error 10

Ntop Error p subject author Its a strange error relatedl and i didnt get any solution to it but you never know that this is causing some problem in the data collection Date Sat Aug - From Ggatten at waddell com To ntop at unipi it Subject Re Ntop Error during sending page If its not very often and not causing any probs try to ignore it Else maybe try a different browser Also check the FAQ and man there are a couple tweaks for web server stuff that may or may not help From ntop-bounces at unipi it To

ntop error geolitecity.dat

Ntop Error Geolitecity dat p communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed relatedl answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Ask Ubuntu Questions Tags Users Badges Unanswered Ask Question Ask Ubuntu is a question and answer site for Ubuntu users and developers Join them it only takes a minute Sign

ntop error buffer too short

Ntop Error Buffer Too Short p Post of views Permalink ntop - relatedl buffer too short error I'm running ntop on Linux When I click IP - Summary - Multicast and try to sort by data sent the HTML page goes blank multicastStats html col The HTML source is also blank And the if I click something else I see blank But everything comes back after a few minutes and then if I click the Multicast page again the process repeats In var log messages I see ERROR Buffer too short report c increase to at least ERROR Buffer too

ntop error gdbm header or library routines are missing

Ntop Error Gdbm Header Or Library Routines Are Missing p Post of views Permalink gdbm header or library routines are relatedl missing error I am getting the following error while compiling ntop yes I know is old on a Cobalt Raq libgdbm so exist in usr lib and gdbm h exist in usr include I search Google with no luck I have also tried --with-gdbm-root usr lib and nothing Any ideas how to fix this Thanks -pa Testing Required libraries and headers checking for required C headers ok checking for crypt ok checking for dynamic load module ok checking for