Re: [cricket-users] problems with Cricket 0.66

From: jari (jari.peuralahti@hpy.fi)
Date: Tue Jun 08 1999 - 07:09:50 PDT


From: jari <jari.peuralahti@hpy.fi>

I had same proplem and what I can found was that ./lib/common.pm in line 236 tryes
call subroutine what fails
I looked the hole file trought and found similar line where the subroutine call was
diffrent:
ConfigTree::Cache::expandString()

so I fixed the line before to correspond to this other line. what uses
expandString() function ..

[Perl@tecra lib]$ diff ./common.pm /home/cricket/cricket-0.66/lib/common.pm
88c88
< my($inst) = $target->{'inst'};

---
>         my($inst) = $target->{'inst'};
236c236
<       $match = expandString($match, $target);                <-----------
original line
---
>       $match =  ConfigTree::Cache::expandString($match, $target);  <--- the
corrected line I suppose.. because no errors after this

Well I have next proplem to face now.. continuing to search the next fix ... -- Jari PD. Using SOT Linux (Red Hat 5.2)

Gildas PERROT wrote:

> From: Gildas PERROT <perrot@FranceNet.fr> > > Hi, > > I just installed Cricket 0.66 on FreeBSD 3.2 host and I have a problem with > collecting data for router-interfaces : > > [08-Jun-1999 18:50:02 ] Starting collector: Cricket version 0.66 ( Thu Jun 3 > 00: > 22:40 PDT 1999 ) > [08-Jun-1999 18:50:03 ] Retrieved data for boulette (): 15,14,43411200,15466760 > Undefined subroutine &main::expandString called at > /home/cricket/cricket/././lib > /common.pm line 236. > > Consequently, I can't see any data in grapher.cgi ("Current values not > available"). > > Any idea about that problem ? Thanks in advance for your help. > > Gildas. > -- > Gildas PERROT, perrot@francenet.fr __o > FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_ > http://www.francenet.fr ---- (_)/ (_) > > ------------------------------------------------------------------------ > How many communities do you think join ONElist each week? > http://www.onelist.com > More than 5,000! Create yours now!

------------------------------------------------------------------------ Got an opinion? http://www.onelist.com Make it count! Sign up for the ONElist Weekly Survey now.



This archive was generated by hypermail 2b29 : Mon Mar 06 2000 - 19:00:52 PST