I just install the upgrade of smokeping and i still have the same problem:
[EMAIL PROTECTED] smokeping]# /usr/local/bin/smokeping --debug
### fping seems to report in 1 miliseconds
### Compiling
sub { my $d = shift; my $y = $d->{rtt};
return 0 unless 9 <= scalar @$y ;
return 0 unless defined $y->[-9] and $y->[-9] < 0.01;
return 0 unless defined $y->[-8] and $y->[-8] < 0.01;
return 0 unless defined $y->[-7] and $y->[-7] < 0.01;
return 0 unless defined $y->[-6] and $y->[-6] < 0.01;
return 0 unless defined $y->[-5] and $y->[-5] < 0.01;
return 0 unless defined $y->[-4] and $y->[-4] < 0.1;
return 0 unless defined $y->[-3] and $y->[-3] > 0.1;
return 0 unless defined $y->[-2] and $y->[-2] > 0.1;
return 0 unless defined $y->[-1] and $y->[-1] > 0.1;
return 1; }
### Compiling
sub { my $d = shift; my $y = $d->{loss};
return 0 unless 7 <= scalar @$y ;
return 0 unless defined $y->[-7] and $y->[-7] == 0;
return 0 unless defined $y->[-6] and $y->[-6] == 0;
return 0 unless defined $y->[-5] and $y->[-5] == 0;
return 0 unless defined $y->[-4] and $y->[-4] == 0;
return 0 unless defined $y->[-3] and $y->[-3] > 1;
return 0 unless defined $y->[-2] and $y->[-2] > 1;
return 0 unless defined $y->[-1] and $y->[-1] > 1;
return 1; }
Launched successfully
FPing: probing 83 targets
ERROR: could not lock RRD
I don't have any pid files in the system .. If i remove all the images in
the directory it's working again. Is there any known bugs with rrd ?
Regards,
Nicolas
----------------------------------------
STRINA Nicolas
IP Network Engineer
VTX Services - Internet Service Provider
Av. de Lavaux, 101 CH-1009 Pully
[EMAIL PROTECTED]
http://www.vtx.ch
----------------------------------------
-----Message d'origine-----
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de Brett
Marler
Envoyé : jeudi, 3. avril 2003 12:53
À : Strina Nicolas
Cc : [EMAIL PROTECTED]
Objet : [smokeping-users] Re: Error with RRD
Nicolas,
> I didn't find any lock file or anything. Someone can give me a clue ?
The location of the "smokeping.pid" lockfile is actually defined in the
"config" file.
--
pc-linux% grep -i pid /usr/local/smokeping/etc/config
piddir = /var/run/
--
So assuming you don't have any other instances of smokeping running, you
should be able to start it fine. I guess to make sure you could always
"killall -9 smokeping". Failing that, "find / -name smokeping.pid" may help.
Regards.
--
Brett Marler <brett at asroma.homeip.net>
WWW: http://asroma.homeip.net/
Home: Melbourne, Australia
-- Binary/unsupported file stripped by Ecartis --
-- Err : No filename to use for decode, file stripped.
-- Type: application/pgp-signature
--
Unsubscribe
mailto:[EMAIL PROTECTED]
Help mailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/smokeping-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
--
Unsubscribe mailto:[EMAIL PROTECTED]
Help mailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/smokeping-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi