Home > ntop gdbm > ntop gdbm fatal write error

Ntop Gdbm Fatal Write Error

Contents

[ thread ] [ subject ] [ author ] You may try to stop ntop, remove the .db files please enable make sure that the ntop html/ directory is properly installed and start ntop again. Yuri Sent from my iPhone Il giorno configure ntop ubuntu 20/set/2010, alle ore 17:46, "Adam Boyhan" ha scritto: > Hello I have Ntop setup on

Ntop Default Password

one of our servers and I am getting error gdbm fatal: write error. Let me first just say Ntop has been running since last Thursday without this issue.

Ntop Command Line

I came in today and when restarted its throwing this error. I figured the temp folders were full but none of my temp folders are full. I have also went over all the directory permissions and everything seems to check out. Any other suggestions or ideas would be greatly appreciated. Thanks. > > Thanks, > Adam Boyhan ntop web interface > Medent(EMR/EHR) > 15 Hulbert Street - P.O. Box 980 > Auburn, New York 13021 > www.medent.com > Phone: (315)-255-1751 > Fax: (315)-255-3539 > adamb at medent.com > > > This message and any attachments may contain information that is protected by law as privileged and confidential, and > is transmitted for the sole use of the intended recipient(s). If you are not the intended recipient, you are hereby notified > that any use, dissemination, copying or retention of this e-mail or the information contained herein is strictly prohibited. > If you received this e-mail in error, please immediately notify the sender by e-mail, and permanently delete this e-mail. > _______________________________________________ > Ntop mailing list > Ntop at listgateway.unipi.it > http://listgateway.unipi.it/mailman/listinfo/ntop -------------- next part -------------- An HTML attachment was scrubbed... URL: Previous message: [Ntop] Ntop gdbm fatal: write error Next message: [Ntop] Ntop gdbm fatal: write error Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] More information about the Ntop mailing list

RAW] [Attachment #2 (text/html)]

Ntop Network Monitoring

"-//W3C//DTD HTML 4.01 Transitional//EN"> Adam
are you using ntop version 4.x? If not, ntop tutorial please update first.

Luca

On 09/21/2010 09:17 AM, Yuri Francalacci wrote:

You may try to stop ntop, remove the http://listgateway.unipi.it/pipermail/ntop/2010-September/015769.html .db files and start ntop again.
Yuri

Sent from my iPhone 


Il giorno 20/set/2010, alle ore 17:46, "Adam Boyhan" <adamb@medent.com> ha scritto:

Hello I have Ntop setup on one of our servers and I http://marc.info/?l=ntop&m=128505640127784 am getting error gdbm fatal: write error.  Let me first just say Ntop has been running since last Thursday without this issue.  I came in today and when restarted its throwing this error.  I figured the temp folders were full but none of my temp folders are full.  I have also went over all the directory permissions and everything seems to check out.  Any other suggestions or ideas would be greatly appreciated.  Thanks. 

Thanks,
Adam Boyhan
Medent(EMR/EHR)
15 Hulbert Street - P.O. Box 980
Auburn, New York 13021
www.medent.com
Phone: (315)-255-1751
Fax: (315)-255-3539
adamb@medent.com


This message and any attachments may contain information that is protected by law as privileged and confidential, and
is transmitted for the sole use of the intended recipient(

Beini Member From: Finland Registered: 2007-06-06 Posts: 78 [SOLVED]gdbm fatal: read error Hello,I get an error email from daily cron run with this content https://bbs.archlinux.org/viewtopic.php?id=83600 every day:gdbm fatal: read errorI guess it's from mandb as running http://www.centos.org/forums/viewtopic.php?t=37733 mandb manually I get this:Purging old database entries in /usr/man... gdbm fatal: read errorOnly thing I found with google was running mandb with -csp flags, but that didn't help.Any help? Anyone else having this? I thought to post on the forums first because ntop gdbm it seemed weird that I would be the only one having this if it is a bug. Last edited by Beini (2009-10-30 19:02:45) archlinux x86_64 user || My PKGBUILDs Offline #2 2009-10-30 19:02:08 Beini Member From: Finland Registered: 2007-06-06 Posts: 78 Re: [SOLVED]gdbm fatal: read error Everytime I give up solving something on my ntop gdbm fatal own and post on the forums I manage to solve it on my own like 5 minutes later I went through my old emails and noticed that the gdbm error messages started at the same time I hit a bug which filled my root partition with bogus data. So when there was no space left on partition the /var/cache/man somehow got corrupted.Removing /var/cache/man and running /etc/cron.daily/mandb fixed it archlinux x86_64 user || My PKGBUILDs Offline Pages: 1 Index »Applications & Desktop Environments »[SOLVED]gdbm fatal: read error Board footer Jump to Newbie Corner Installation Kernel & Hardware Applications & Desktop Environments Laptop Issues Networking, Server, and Protection Multimedia and Games System Administration Other Architectures Announcements, Package & Security Advisories Arch Discussion Forum & Wiki discussion Pacman & Package Upgrade Issues [testing] Repo Forum Creating & Modifying Packages AUR Issues, Discussion & PKGBUILD Requests GNU/Linux Discussion Community Contributions Programming & Scripting Other Languages Artwork and Screenshots Atom topic feed Powered by FluxBB

-- failed Issues related to software problems Post Reply Print view Search Advanced search 9 posts • Page 1 of 1 hm2k Posts: 24 Joined: 2006/08/17 10:03:24 Contact: Contact hm2k Website service ntop start -- failed Quote Postby hm2k » 2009/04/22 09:54:47 I get this issue:Code: Select all[root@blade ~]# service ntop start
Starting ntop: Processing file /etc/ntop.conf for parameters...
Wed Apr 22 10:59:12 2009 NOTE: Interface merge enabled by default
Wed Apr 22 10:59:12 2009 Initializing gdbm databases
FATAL ERROR: Unrecognized/unprocessed ntop options...
> /dev/null

run /usr/sbin/ntop --help for usage information

Common problems:
-B "filter expressions" (quotes are required)
--use-syslog=facilty (the = is required)

[FAILED]
I found this...Code: Select all[root@blade ~]# cat /etc/rc.d/init.d/ntop | grep /dev/null
LANG=C daemon "$ntop @$config --daemon > /dev/null"
I'm guessing this is wrong. What should it be? Top pschaff Retired Moderator Posts: 18276 Joined: 2006/12/13 20:15:34 Location: Tidewater, Virginia, North America Contact: Contact pschaff Website Re: service ntop start -- failed Quote Postby pschaff » 2009/04/22 10:05:00 Suggest you ask at [url=config-inifiles-bugs@lists.sourceforge.net]RPMforge[/url]. Not a CentOS package. Top hm2k Posts: 24 Joined: 2006/08/17 10:03:24 Contact: Contact hm2k Website Re: service ntop start -- failed Quote Postby hm2k » 2009/04/22 10:13:07 pschaff wrote:Suggest you ask at [url=config-inifiles-bugs@lists.sourceforge.net]RPMforge[/url]. Not a CentOS package.This list appears to be for the config-inifiles project -- Config::IniFiles A Perl module for reading ".INI" style configuration files. Provides Object-Oriented and tied hash usage styles. What does this have to do with ntop, centos or rpmforge?I have contacted the RPM maintainers already anyway.Meanwhile I decided to try removing the "> /dev/null", as follows:Code: Select all[root@blade ~]# cat /etc/rc.d/init.d/ntop | grep LANG=
#LANG=C daemon "$ntop @$config --daemon > /dev/null"
LANG=C daemon "$ntop @$config --daemon"
However now I get:Code: Select all[root@blade ~]# service ntop start
Starting ntop: /etc/rc.d/init.d/functions: line 127: [: /var/run/ntop.conf: binary operator expected
Is this an issue that can be solved, or should I contact someone else for this too? Top hm2k Posts: 24 Joined: 2006/08/17 10:03:24 Contact: Contact hm2k Website Re: service ntop start -- failed Quote Postby hm2k » 2009/04/22 13:51:23

 

Related content

ntop gdbm error

Ntop Gdbm Error table id toc tbody tr td div id toctitle Contents div ul li a href Ntop Freebsd a li ul td tr tbody table p Start here for a quick overview of the site Help Center Detailed relatedl answers to any questions you might have Meta Discuss ntop ubuntu the workings and policies of this site About Us Learn more about how to use ntop Stack Overflow the company Business Learn more about hiring developers or posting ads with us Server Fault p h id Ntop Freebsd p Questions Tags Users Badges Unanswered Ask Question Server Fault

ntop gdbm fatal error

Ntop Gdbm Fatal Error table id toc tbody tr td div id toctitle Contents div ul li a href Configure Ntop Ubuntu a li li a href Ntop Command Line a li li a href Ntop Network Monitoring a li li a href Ntop Configuration a li ul td tr tbody table p thread subject author You may relatedl try to stop ntop remove the db files please enable make sure that the ntop html directory is properly installed and start ntop again Yuri Sent from my iPhone Il giorno p h id Configure Ntop Ubuntu p set alle ore