Home > ntop error > ntop error geolitecity.dat

Ntop Error Geolitecity.dat

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 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 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

Printing -XML -Clone This Bug -Last Comment First Last Prev Next This bug is not in your last search results. Bug560461 - Error when starting ntop - missing Geo data Summary: Error when starting ntop - missing Geo data Status: NEW Aliases: None Product: Fedora EPEL Classification: Fedora Component: ntop (Show other bugs) Sub Component: --- Version: el5 Hardware: All Linux Priority low Severity medium TargetMilestone: --- TargetRelease: --- Assigned To: Huzaifa S. Sidhpurwala QA Contact: http://askubuntu.com/questions/342144/error-in-ntop-ubuntu-12-04-lts Fedora Extras Quality Assurance Docs Contact: URL: Whiteboard: Keywords: Depends On: Blocks: Show dependency tree /graph Reported: 2010-01-31 14:18 EST by jon Modified: 2014-01-13 04:55 EST (History) CC List: 3 users (show) chgonzalezg huzaifas wagtail See Also: Fixed In Version: Doc Type: Bug Fix Doc Text: Story Points: --- Clone Of: Environment: Last Closed: Type: --- Regression: --- https://bugzilla.redhat.com/show_bug.cgi?id=560461 Mount Type: --- Documentation: --- CRM: Verified Versions: Category: --- oVirt Team: --- RHEL 7.3 requirements from Atomic Host: Cloudforms Team: --- Attachments (Terms of Use) Add an attachment (proposed patch, testcase, etc.) Groups: None (edit) Description jon 2010-01-31 14:18:31 EST Description of problem: ntop complains about the location of the Geo data files upon starting Version-Release number of selected component (if applicable): ntop-3.3.9-7.el5 (x86_64) on CentOS 5.4 How reproducible: Steps to Reproduce: 1. yum install ntop mysql-server 2. start mysql: /etc/init.d/mysqld start 3. (run manually to setup) /usr/sbin/ntop 4. specify admin password 5. ctrl-c to kill ntop once it starts (and is responding to http requests) 6. start ntop via init script: /etc/init.d/ntop start Actual results: [root@hostname ~]# Error Opening file ./GeoLiteCity.dat Error Opening file ./GeoIPASNum.dat Expected results: Additional info: The files are included in the rpm and are located in /etc/ntop/ and I'd be glad to make the appropriate configuration change to point ntop to the location but I can't seem to find the option. I assume the intended behavior would be to have

Post #1 of 3 (6000 views) Permalink NTOP http://www.gossamer-threads.com/lists/ntop/users/22515 shutsdown I have posted this before without any response. Assistance is greatly appreciated. Installed from SVN on Tues, 12/9/08. When starting ntop -d, get the following errors: Error Opening file ./GeoLiteCity.dat Error Opening file ./GeoIPASNum.dat ntop seems to start just fine (with the exception ntop error of the above errors) but after a bit the daemon exits and the shell prompt has the error message: ntop: symbol lookup error: /usr/local/lib/libntop-3.3.9.so: undefined symbol: GeoIP_name_by_ipnum_v6 Please help me get ntop running in a stable fashion. Thanks! _______________________________________________ Ntop mailing list Ntop [at] unipi ntop error geolitecity.dat http://listgateway.unipi.it/mailman/listinfo/ntop yuri at ntop Dec10,2008,6:29AM Post #2 of 3 (5873 views) Permalink Re: NTOP shutsdown [In reply to] Download and uncompress these files. This should avoid the error you have and fix the problem. http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz http://geolite.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz Yuri On 12/10/2008 03:15 PM, ismaillist wrote: > I have posted this before without any response. Assistance is greatly > appreciated. > > Installed from SVN on Tues, 12/9/08. When starting ntop -d, get the > following errors: > > Error Opening file ./GeoLiteCity.dat > Error Opening file ./GeoIPASNum.dat > > ntop seems to start just fine (with the exception of the above errors) > but after a bit the daemon exits and the shell prompt has the error message: > > ntop: symbol lookup error: /usr/local/lib/libntop-3.3.9.so: undefined > symbol: GeoIP_name_by_ipnum_v6 > > Please help me g

 

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 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 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