You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use Gentoo and i got Error: Unsupported OS Gentoo Linux, also in Gentoo ping may be from both iputils and busybox (related to #140)
for me this error appears in gping-1.3.2, in gping-1.3.1 everything works fine
here is code which choose what ping executable to use, but there are may be endless number of linux distros and they can have different ping implementation
Yeah, I think this is the best way forward. Urgh. I really wanted to avoid trying to do ping version detection, but you're right. I'll try and implement this now.
i use Gentoo and i got
Error: Unsupported OS Gentoo Linux
, also in Gentoo ping may be from both iputils and busybox (related to #140)for me this error appears in
gping-1.3.2
, ingping-1.3.1
everything works finehere is code which choose what ping executable to use, but there are may be endless number of linux distros and they can have different ping implementation
gping/pinger/src/lib.rs
Lines 142 to 184 in 9697f84
so my suggestion is:
iputils
or frombusybox
)os_info
(Type::
), just matchType::Alpine
,Type::Macos
and othervice use "default" pinghere is dirty example of how first suggestion can be implemented:
The text was updated successfully, but these errors were encountered: