[smokeping-users] Re: Use of uninitialized value problem...

Paul C. Williamson pwilliamson at mandtbank.com
Thu Jan 17 20:17:55 MET 2002


On the box where I'm having the problem...

root at mrtg2 /root]# fping -q -C 1 localhost 2>&1
localhost : 0.44
[root at mrtg2 /root]#

On the box where I'm not having the problem...

[root at mrtg rankings]# fping -q -C 1 localhost 2>&1
localhost : 0.8
[root at mrtg rankings]#

Next idea?

Paul

>>> Tobias Oetiker <oetiker at ee.ethz.ch> 01/17/02 10:21AM >>>

Today Paul C. Williamson wrote:

>
> People,
>
> I thought I had fixed this problem in my environment, but it came back to bite me after I upgraded to smokeping 0.99.9 this morning.  Except this
> time, I can't seem to fix it.
>
> When starting smokeping...
>
> Use of uninitialized value in pattern match (m//) at /usr/local/bin/smokeping/lib/probes/FPing.pm line 44.
> I assume you are using a fping copy reporting in 0.1 miliseconds
> Daemonizing ./smokeping ...
>
the reason is, that

$self->{properties}{binary} -q -C 1 localhost 2>&1

or rather

fping -q -C 1 localhost 2>&1

does not seem to return anything on your box

what you should be seeing is something like this:

oetiker> fping -q -C 1 localhost
localhost : 3.0

cheers
tobi
>
> Paul
>
>
> --
> Unsubscribe mailto:smokeping-users-request at list.ee.ethz.ch?subject=unsubscribe 
> Help        mailto:smokeping-users-request at list.ee.ethz.ch?subject=help > Archive     http://www.ee.ethz.ch/~slist/smokeping-users 
> WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi 
>
>

-- 
 ______    __   _
/_  __/_  / /  (_) Oetiker, ETZ J97, ETH, 8092 Zurich, Switzerland
 / // _ \/ _ \/ / phoneto:+41(0)1-632-5286  faxto:+41(0)1-632-1517
/_/ \.__/_.__/_/ oetiker at ee.ethz.ch http://google.com/search?q=tobi


--
Unsubscribe mailto:smokeping-users-request at list.ee.ethz.ch?subject=unsubscribe 
Help        mailto:smokeping-users-request at list.ee.ethz.ch?subject=help Archive     http://www.ee.ethz.ch/~slist/smokeping-users 
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi 



--
Unsubscribe mailto:smokeping-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:smokeping-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/smokeping-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the smokeping-users mailing list