Re: [Openvpn-devel] is anybody running tests on Fedora ?

2020-05-04 Thread Gert Doering
Hi,

On Mon, May 04, 2020 at 03:59:32PM +0200, Simon Matter via Openvpn-devel wrote:
> I don't know about the EPEL packages but with recent fping builds, there
> is no such thing like an fping6 - it's gone.

That's what I said.  Old versions of fping needed the same source to 
be built with different options ("-DINET6"), leading to two distinct 
binaries.  New versions have one binary that can do both, and can be
called as "fping -6" or as "fping6" (symlinked to "fping", implying -6
from the invocation)

Getting this right in t_client is somewhat nontrivial, as you can't
just always call "fping -6" on all systems, as this will not work
(and assuming "if there is no fping6, just call fping -6" will not
work either, systems had two distinct packages for "fping" and "fping6").

So something along the lines of

- if there is fping
- and there is no fping6
- and "fping -6 ::1" works
- then use the latter for "FPING6", otherwise barf

will be needed.

gert

-- 
"If was one thing all people took for granted, was conviction that if you 
 feed honest figures into a computer, honest figures come out. Never doubted 
 it myself till I met a computer with a sense of humor."
 Robert A. Heinlein, The Moon is a Harsh Mistress

Gert Doering - Munich, Germany g...@greenie.muc.de


signature.asc
Description: PGP signature
___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


Re: [Openvpn-devel] is anybody running tests on Fedora ?

2020-05-04 Thread Simon Matter via Openvpn-devel
> пн, 4 мая 2020 г. в 16:41, Samuli Seppänen :
>
>> Hi,
>>
>> We do have a Fedora 30 buildslave and run fping tests there. It also
>> seems to run t_client IPv6 ping tests.
>>
>
> can you please run the following
>
>
> dnf whatprovides fping6

I don't know about the EPEL packages but with recent fping builds, there
is no such thing like an fping6 - it's gone.

Regards,
Simon



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


Re: [Openvpn-devel] is anybody running tests on Fedora ?

2020-05-04 Thread Илья Шипицин
пн, 4 мая 2020 г. в 16:41, Samuli Seppänen :

> Hi,
>
> We do have a Fedora 30 buildslave and run fping tests there. It also
> seems to run t_client IPv6 ping tests.
>

can you please run the following


dnf whatprovides fping6

?


>
> Samuli
>
> Il 03/05/20 23:02, Илья Шипицин ha scritto:
> > Hello,
> >
> >
> > t_client.sh requires "fping6" binary, which is not available on Fedora.
> > on Fedora "fping" is capable of running ipv6 pings.
> >
> >
> > shall we adopt test ?
> >
> >
> > Cheers,
> > Ilya Shipitcin
> >
> >
> > ___
> > Openvpn-devel mailing list
> > Openvpn-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/openvpn-devel
> >
>
>
___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


Re: [Openvpn-devel] is anybody running tests on Fedora ?

2020-05-04 Thread Samuli Seppänen
Hi,

We do have a Fedora 30 buildslave and run fping tests there. It also
seems to run t_client IPv6 ping tests.

Samuli

Il 03/05/20 23:02, Илья Шипицин ha scritto:
> Hello,
> 
> 
> t_client.sh requires "fping6" binary, which is not available on Fedora.
> on Fedora "fping" is capable of running ipv6 pings.
> 
> 
> shall we adopt test ?
> 
> 
> Cheers,
> Ilya Shipitcin
> 
> 
> ___
> Openvpn-devel mailing list
> Openvpn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openvpn-devel
> 



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel