From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) by mail.toke.dk (Postfix) with ESMTPS id DAAF58C6583 for ; Thu, 30 Sep 2021 14:00:04 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=r3qSMwx6 Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id C5199520D00 for ; Thu, 30 Sep 2021 05:00:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1633003203; bh=5fAyqgB4q5GBxMiTq084om5paYV9Cua0RLcB7nNYJws=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=r3qSMwx6h0vF86uM6Kjw5aDnnpRyZ+3Ov06LMMQiDTXivsfUv0Z4s0G65ELYMi2ms DLnPOiVuwYb/Ly9GeombayTFvQEDfmLLkru7kY+tSXHbskbwXVhrztMATuYUcbdrdZ r595wkcPzBxCLxYyDu5zGK18f/JVnNhEga+8fLms= Date: Thu, 30 Sep 2021 05:00:03 -0700 From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_6155a6c3b6fd4_412fc760110481"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: H2KUGM7JATEEQIZQR4DAF3JSAKZYSZEI X-Message-ID-Hash: H2KUGM7JATEEQIZQR4DAF3JSAKZYSZEI X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] Questions (and Error) regarding rrul_prio (#240) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_6155a6c3b6fd4_412fc760110481 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit j-breyer ***@***.***> writes: > Well, now I get a > ``` > UDP RTT test: Using irtt > which: /usr/local/sbin/fping6 is not an executable file > which: /usr/local/bin/fping6 is not an executable file > which: /usr/sbin/fping6 is not an executable file > which: Found fping6 executable at /usr/bin/fping6 > which: /usr/local/sbin/ping6 is not an executable file > which: /usr/local/bin/ping6 is not an executable file > which: /usr/sbin/ping6 is not an executable file > which: Found ping6 executable at /usr/bin/ping6 > WARNING: Found fping, but couldn't parse its output. Not using. > Looking up hostname 'mn.h1'. > ERROR: Runner Ping (ms) ICMP failed check: Cannot parse output of the system ping binary (/usr/bin/ping6). Please install fping v3.5+. > ``` > > `sudo apt install fping` tells me, `fping` is at version 4.2-1 Hmm, that's odd. What's the output of `fping6 -D -c 1 localhost` ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/240#issuecomment-931256026 ----==_mimepart_6155a6c3b6fd4_412fc760110481 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

j-breyer ***@***.***> writes:

> Well, now I get a
> ```
> UDP RTT test: Using irtt
> which: /usr/local/sbin/fping6 is not an executable file
> which: /usr/local/bin/fping6 is not an executable file
> which: /usr/sbin/fping6 is not an executable file
> which: Found fping6 executable at /usr/bin/fping6
> which: /usr/local/sbin/ping6 is not an executable file
> which: /usr/local/bin/ping6 is not an executable file
> which: /usr/sbin/ping6 is not an executable file
> which: Found ping6 executable at /usr/bin/ping6
> WARNING: Found fping, but couldn't parse its output. Not using.
> Looking up hostname 'mn.h1'.
> ERROR: Runner Ping (ms) ICMP failed check: Cannot parse output of the system ping binary (/usr/bin/ping6). Please install fping v3.5+.
> ```
>
> `sudo apt install fping` tells me, `fping` is at version 4.2-1

Hmm, that's odd. What's the output of `fping6 -D -c 1 localhost` ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_6155a6c3b6fd4_412fc760110481--