From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) by mail.toke.dk (Postfix) with ESMTPS id A683B8C652A for ; Thu, 30 Sep 2021 13:40:55 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=lKvrjcv7 Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 465DD9004B3 for ; Thu, 30 Sep 2021 04:40:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1633002054; bh=UvqxVLBlsFiVDcu1c0mauOPpg/1H/euvTT6E8nCQyO4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lKvrjcv7imnwVkNr0k+WRg0zhn8+k1QJSxMAHSIcheCs8Nbv32Uhb3Qa4Anou2IyT SaLkS5BBtkHNUv5Yxz2CkoZ//NeUa9vK08YNKmErF9d1bkygWORC2FXI1czHjGBxUj 6QUnVGKp7ov/Pz3MHL+1YzWXXjQyqeV2Yn/M2i10= Date: Thu, 30 Sep 2021 04:40:54 -0700 From: j-breyer To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_6155a24638c5a_4854c76092340"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: j-breyer 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: ZRJKHQCWX6U6L37KOIX6SWJYJ4C4WPOK X-Message-ID-Hash: ZRJKHQCWX6U6L37KOIX6SWJYJ4C4WPOK 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_6155a24638c5a_4854c76092340 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 -- 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-931244048 ----==_mimepart_6155a24638c5a_4854c76092340 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

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


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_6155a24638c5a_4854c76092340--