From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) by mail.toke.dk (Postfix) with ESMTPS id 0A8638C6806 for ; Thu, 30 Sep 2021 16:27:35 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=h+nT/nTL Received: from github-lowworker-65e4a37.va3-iad.github.net (github-lowworker-65e4a37.va3-iad.github.net [10.48.119.82]) by smtp.github.com (Postfix) with ESMTP id 2D774E0487 for ; Thu, 30 Sep 2021 07:27:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1633012054; bh=yHwZOHg402cW+7JoY1nmkVYFURCkHlNjlyxebBJFHN4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=h+nT/nTLOistK/EFxd4vg4bgckSqf/TtzulAUSmGr7kIeVtsvQou9d94twlBq890U aDUeNg7+77CYdeygSkNHDkP3snXDmfeBgApSgQS8TRLfXBMEeDBZAFJpt73vyhihvj ppYGNKcuEc4iHj0+Stz5U1LjDhBRX7auIDQBSwjU= Date: Thu, 30 Sep 2021 07:27:34 -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_6155c9561e672_4079c7602827f6"; 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: CWKXMW5XLB7ZCLUC6GMZODE34TO54ZVR X-Message-ID-Hash: CWKXMW5XLB7ZCLUC6GMZODE34TO54ZVR 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] -6 Option ignored for hosts with IPv4 and IPv6 address (#241) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_6155c9561e672_4079c7602827f6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hmm, could you please post a full debug log (from --log-file), and the output of this command (with both address families defined in your /etc/hosts): `python -c 'import socket; print(socket.getaddrinfo("mn.h1", None, socket.AF_UNSPEC, socket.SOCK_STREAM))'` -- 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/241#issuecomment-931373985 ----==_mimepart_6155c9561e672_4079c7602827f6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit


Hmm, could you please post a full debug log (from --log-file), and the
output of this command (with both address families defined in your /etc/hosts):

`python -c 'import socket; print(socket.getaddrinfo("mn.h1", None, socket.AF_UNSPEC, socket.SOCK_STREAM))'`


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