[smokeping-users] FPing6 localhost probe
Sebastian Wiesinger
smokeping at tracker.fire-world.de
Wed Feb 2 01:38:25 MET 2005
Hi,
the IPv6 probe does the following to check the output:
fping6 -C 1 localhost 2>&1
On my Debian system localhost has only the ipv4 address assigned
(127.0.0.1) so smokeping hangs at startup [::1 is ip6-localhost here].
Perhaps your could change
$_ = `$self->{properties}{binary} -C 1 localhost 2>&1`;
to
$_ = `$self->{properties}{binary} -C 1 ::1 2>&1`;
in FPing6.pm if there are no reasons against it.
Regards,
Sebastian
--
GPG Key-ID: 0x76B79F20 (0x1B6034F476B79F20)
Wehret den Anfaengen: http://odem.org/informationsfreiheit/
Thunder rolled. ... It rolled a six.
--Terry Pratchett, Guards! Guards!
--
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