Hi, I still ask you excuse for the disturbance but the problem remains
always the same one! how I can make? I can try some alternative? still
thanks.
- Salvatore
----- Original Message -----
From: "Burton M. Strauss III" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 10, 2003 5:53 PM
Subject: RE: [Ntop] Unable to open addressQueue.db (was perl - snmp)
> Then it's unable to even create them - check the permissions on the
> directory you specify via -P.
>
> 2.2.1 must be read/write to the -u userid
>
> 2.2 and below use root
>
> But the directory has to exist.
>
> -----Burton
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
> Salvatore Basso
> Sent: Tuesday, June 10, 2003 3:20 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Ntop] Unable to open addressQueue.db (was perl - snmp)
>
>
> Hi, excuse if I have not answered before but has been a lot occupied,
wanted
> say that I do not have not even the file : "ntop_pw.db" and
"prefsCache.db",
> when I run
>
> > 1. /etc/init.d/ntop stop
> I have how result : failed
>
> when I run:
> 2. ps -axf | grep ntop
> I have how result :
> 970 pts/0 S 0:00 \_grep ntop
>
> what I can make ?, are deprived of hope. Thanks.
>
> - Salvatore
>
> ----- Original Message -----
> From: "Burton M. Strauss III" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, May 29, 2003 4:28 PM
> Subject: [Ntop] Unable to open addressQueue.db (was perl - snmp)
>
>
> > Um... it's either permissions or there's still an instance of ntop
> running.
> >
> > 1. /etc/init.d/ntop stop
> > 2. ps -axf | grep ntop
> > 3. Check the log for the shutdown messages.
> >
> > Depending upon which version you're running, the ownership of the files
is
> > different - in 2.2 it's root, in the development (cvs) versions it's
> the -u
> > <userid>.
> >
> > You can safely delete all of the .dbs except for
> >
> > ntop_pw.db - if you delete this you need to reset the password, see
> > 1STRUN.TXT
> > prefsCache.db - this has your plugin settings. Delete it and they
revert
> to
> > the defaults.
> >
> > -----Burton
> >
> > PS: If you change the problem, please change the subject so others can
> find
> > this problem later on in the archives.
> >
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
> > Salvatore Basso
> > Sent: Thursday, May 29, 2003 5:12 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Ntop] Pacchetto perl - snmp
> >
> >
> > Hello, through RH Network I have carried out the upgrade of the packages
> > demands, but hour when I execute ntop I have the following message:
> >
> > ** FATAL ERROR** ... open of /var/ntop/addressQueue.db failed: File open
> > error
> >
> > ... the addressQueue.db file and the directory var/ntop ninth are
present
> on
> > my disk !, why?
> > still thanks for the patience.
> >
> > - Salvatore
> >
> >
> > ----- Original Message -----
> > From: "Burton M. Strauss III" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, May 28, 2003 7:11 PM
> > Subject: RE: [Ntop] Pacchetto perl - snmp
> >
> >
> > > Overriding the dependencies gets you past the SNMP problem which is
> safe,
> > > but also ignores the dependency on glibc.
> > >
> > > Bad.
> > >
> > > Glibc is the library which contains most of the functions used by c
> > > programs, i.e. most of the system level code. It's rarely compatible
at
> > the
> > > API level, so if you ignore it, you'll either get error messages like
> you
> > > have, or (worse - code that doesn't check) - strange crashes and
> > problems...
> > >
> > > You can update your glibc - download the packages from redhat, chasing
> any
> > > dependencies. Start by downloading glibc itself and try to update
your
> > > system. It will fail with lots of dependencies. Download those
updates
> > and
> > > try again. Eventually you end up with a set of package updates that
rpm
> > > will accept.
> > >
> > > On my minimal RH8 development system, the dependencies show as:
> > >
> > > $ rpm -q glibc
> > > glibc-2.3.2-4.80.6
> > >
> > > $ rpm -q --whatrequires glibc
> > > authconfig-4.2.12-3
> > > ppp-2.4.1-7
> > > timeconfig-3.2.9-1
> > > glibc-devel-2.3.2-4.80.6
> > > glibc-utils-2.3.2-4.80.6
> > > IBMJava2-JRE-1.3.1-3.0
> > >
> > > Or you can just download the source and build ntop from that, which
may
> be
> > > easier.
> > >
> > > -----Burton
> > >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
> > > Salvatore Basso
> > > Sent: Wednesday, May 28, 2003 10:19 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [Ntop] Pacchetto perl - snmp
> > >
> > >
> > > Hi, I have made the installation of rrdtool using the option -- nodeps
> and
> > > therefore they are successful to install it, but when I execute ntop I
> > have
> > > the message of following error:
> > >
> > > ntop : /lib/i686/libthread.so.0: version 'GLIBC_2.3.2' not found
> (required
> > > by /usr/lib/libntopreport-2.2.so)
> > > ntop : /lib/i686/libthread.so.0: version 'GLIBC_2.3.2' not found
> (required
> > > by /usr/lib/libntop-2.2.so)
> > >
> > > also I have read your answer to an other similar question and
therefore
> I
> > > have made the following controls:
> > >
> > > ls -l libssl*
> > >
> > > libssl3.so
> > > libssl.a
> > > libssl.so --> ../../lib/libssl.so.0.9.6b
> > >
> > > rpm -q openssl -l | grep libssl
> > >
> > > /lib/libssl.so.0.9.6b
> > >
> > > rpm -q --whatprovides /lib/libssl.so.0.9.6b
> > >
> > > openssl-0.9.6b-29
> > >
> > > but where mistake? thanks for the patience!
> > >
> > > - Salvatore
> > >
> > >
> > >
> > > ----- Original Message -----
> > > From: "Burton M. Strauss III" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Saturday, May 24, 2003 3:57 PM
> > > Subject: RE: [Ntop] Pacchetto perl - snmp
> > >
> > >
> > > > Hello, I am trying to install ntop (last stable version) but when I
> try
> > to
> > > > install rrdtool I obtain a message of relative error to the
dependency
> > to
> > > > the package perl(Net::SNMP). I but have installed I am
> net-snmp.5.0.1.6
> > > that
> > > > net-SNMP-5.0.6-8.80.2, where mistake? Thanks for the attention and
the
> > > lend
> > > > time. Salutes.
> > > >
> > > > Read the back traffic on this list -
> > > >
> > > >
> > >
> >
>
http://search.gmane.org/search.php?query="perl+snmp"&group=gmane.linux.ntop.
> > > > general&sort=date
> > > >
> > > > -----Burton
> > > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
> > > > Salvatore Basso
> > > > Sent: Friday, May 23, 2003 11:35 AM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: [Ntop] Pacchetto perl - snmp
> > > >
> > > >
> > > > Ciao, sto cercando di installare ntop (ultima versione stabile) ma
> > quando
> > > > provo ad installare rrdtool ottengo un messaggio di errore relativo
> alla
> > > > dipendenza al pacchetto perl(Net::SNMP).
> > > > Io per� ho installato sia net-snmp.5.0.1.6 che
net-snmp-5.0.6-8.80.2,
> > dove
> > > > sbaglio ?
> > > > Grazie per l'attenzione ed il tempo prestato.
> > > > Saluti.
> > > >
> > > > - Salvatore
> > >
> > > ---
> > > [This E-mail scanned for viruses by Declude Virus]
> > >
> > > _______________________________________________
> > > Ntop mailing list
> > > [EMAIL PROTECTED]
> > > http://listgateway.unipi.it/mailman/listinfo/ntop
> > >
> > >
> > > _______________________________________________
> > > Ntop mailing list
> > > [EMAIL PROTECTED]
> > > http://listgateway.unipi.it/mailman/listinfo/ntop
> > > ---
> > > [This E-mail scanned for viruses by Declude Virus]
> > >
> > >
> >
> > ---
> > [This E-mail scanned for viruses by Declude Virus]
> >
> > _______________________________________________
> > Ntop mailing list
> > [EMAIL PROTECTED]
> > http://listgateway.unipi.it/mailman/listinfo/ntop
> >
> > _______________________________________________
> > Ntop mailing list
> > [EMAIL PROTECTED]
> > http://listgateway.unipi.it/mailman/listinfo/ntop
> > ---
> > [This E-mail scanned for viruses by Declude Virus]
> >
> >
>
> ---
> [This E-mail scanned for viruses by Declude Virus]
>
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
>
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
> ---
> [This E-mail scanned for viruses by Declude Virus]
>
>
---
[This E-mail scanned for viruses by Declude Virus]
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop