Home > ntop error > ntop error opening file geolitecity dat

Ntop Error Opening File Geolitecity Dat

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 - 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 newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today! Note that registered members see fewer ads, and ContentLink is completely disabled once you log in. Are you new to LinuxQuestions.org? Visit the following links: Site Howto | Site FAQ | Sitemap | Register Now If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here. Having a problem logging in? Please visit this page to clear all LQ-related cookies. Introduction to Linux - A Hands on Guide This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own. Click Here to receive this Complete Guide absolutely free. Search this Thread 02-07-2011, 04:01 PM #1 Hariharan Member Registered: Nov 2004 Location: Bangalore Posts: 64 Rep: ntop service start error Hi, i have install ntop in my linux system use yum (yum install ntop).I entered in to /usr/share/ntop/html and i ran this "ntop" the following was am got . . . .Mon Feb 7 21:50:23 2011 THREADMGMT: RRD: Started thread (t2995960720) for data collection Mon Feb 7 21:50:23 2011 THREADMGMT[t2995960720]: RRD: Data collection thread starting [p24469] Mon Feb 7 21:50:23 2011 INIT: Created pid file (/var/run/ntop.pid) Mon Feb 7 21:50:23 2011 THREADMGMT[t3086276304]: ntop RUNSTATE: INITNONROOT(3) Mon

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 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 up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top http://www.linuxquestions.org/questions/linux-software-2/ntop-service-start-error-861247/ Error in ntop Ubuntu 12.04 LTS up vote 2 down vote favorite I am having the following errors, while starting ntop, i.e. when I type sudo ntop: Error#1: Fri Sep 6 09:01:52 2013 **ERROR** GeoIP: unable to load file GeoLiteCity.dat Fri Sep 6 09:01:52 2013 **ERROR** GeoIP: unable to load ASN file GeoIPASNum.dat Error#2: Fri Sep 6 09:01:52 2013 INITWEB: Initializing TCP/IP socket connections for web server Fri Sep 6 09:01:52 http://askubuntu.com/questions/342144/error-in-ntop-ubuntu-12-04-lts 2013 **ERROR** INITWEB: binding problem - 'Address already in use'(98) Fri Sep 6 09:01:52 2013 Check if another instance of ntop is running Fri Sep 6 09:01:52 2013 or if the current user (-u) can bind to the specified port Fri Sep 6 09:01:52 2013 **FATAL_ERROR** Binding problem, ntop shutting down... Can anyone please help how to solve this? ntop share|improve this question edited Sep 6 '13 at 11:32 Mitch♦ 64.5k12130183 asked Sep 6 '13 at 11:09 user189942 365 regarding 2nd: run netstat -plnt and see if there is another process running. –Rinzwind Sep 6 '13 at 11:28 add a comment| 2 Answers 2 active oldest votes up vote 4 down vote This is what a top uses to populate the geolocation information of the remote network traffic. To correct this: wget -N http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz gunzip GeoLiteCity.dat.gz wget -N http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz gunzip GeoIPASNum.dat.gz sudo mkdir -p /usr/share/GeoIP/ sudo mv GeoLiteCity.dat /usr/share/GeoIP/ sudo mv GeoIPASNum.dat /usr/share/GeoIP/ You may like to update the GeoIP monthly to keep the data up to date. Source: http://www.mikereamy.com/2013/11/ntop-geoip-error/ share|improve this answer answered Apr 26 '14 at 5:23 Rucent88 7341723 add a comment| up vote 0 down vote This means you are missing GeoIP. This should download, set the directory if not there and "install" it: wget -N http://geol

load ASN file GeoIPASNum.dat This error means that GeoIP is not http://www.mikereamy.com/2013/11/ntop-geoip-error/ installed in the right location. GeoIP is a database of IP addresses and locations. This is what a top uses to populate the http://lists.ntop.org/pipermail/ntop/2009-April/014515.html geolocation information of the remote network traffic. To correct this on a Debian distro you can do the following:
wget ntop error -N http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
gunzip GeoLiteCity.dat.gz
wget -N http://geolite.maxmind.com/download/geoip/database/GeoIPASNum.dat.gz
gunzip GeoIPASNum.dat.gz
sudo mkdir -p /usr/share/GeoIP/
sudo mv GeoLiteCity.dat /usr/share/GeoIP/
sudo mv GeoIPASNum.dat /usr/share/GeoIP/
It is a good idea to update the GeoIP monthly to keep the data up to date. ntop error opening Tags: debianntopubuntu You may also like... 0 GNU Screen 9 Nov, 2012 0 Prettify JSON 31 Oct, 2013 0 Migrating between Synology DiskStations manually 13 Feb, 2014 Leave a Reply Cancel reply You must be logged in to post a comment. Follow: Next story Vietnam Backgrounds Previous story Microsoft Management Console Snap-Ins and Applets Categories Background Images Code Linux/Unix MacOS Tools Uncategorized Website Dev Windows More November 2013 M T W T F S S « Oct Dec » 123 45678910 11121314151617 18192021222324 252627282930 Recent Posts Migrating between Synology DiskStations manually Vietnam Backgrounds Ntop - GeoIP error Microsoft Management Console Snap-Ins and Applets Prettify JSON Archives February 2014 December 2013 November 2013 October 2013 August 2013 February 2013 January 2013 December 2012 November 2012 August 2012 MikeReamy.com © 2016. All Rights Reserved.

trying to use ntop 3.3.9 but I'm getting a lot of "Error Traversing Database for ipnum = xxxxxxxxxx - Perhaps database is corrupt?" Another error is that after ntop initializes, it shows this: Error Opening file ./GeoLiteCity.dat Error Opening file ./GeoIPASNum.dat I've already copied both files to ntop config dir /etc/ntop... but it still don't "find" them. Please... may you guys help me with this? Thanks in advance! -- Tica ;-) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listgateway.unipi.it/pipermail/ntop/attachments/20090416/f1b0e1dc/attachment.html Previous message: [Ntop] ntop reading from tcpdump file Next message: [Ntop] Ntop errors Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] More information about the Ntop mailing list

 

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 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 interface eth0 is down

Ntop Error Interface Eth Is Down table id toc tbody tr td div id toctitle Contents div ul li a href Ntop Ubuntu a li li a href What Is Ntop a li li a href Ntop Vs Ntopng a li ul td tr tbody table p Importance Assigned to Milestone ntop Ubuntu Edit Fix Released Undecided Unassigned Edit You need to log in to change this relatedl bug's status Affecting ntop Ubuntu Filed here by Ralph ntop windows Corderoy When - - Confirmed - - Started work - - Completed - - Target Distribution Baltix p h id Ntop

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