From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from srv1.stroeder.com (srv1.stroeder.com [213.240.180.113]) by mail.toke.dk (Postfix) with ESMTPS id C5B0A7C7AE5 for ; Fri, 8 Jan 2021 22:05:47 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1536-bit key) header.d=stroeder.com header.i=@stroeder.com header.b=Ocqkm+5R DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=stroeder.com; s=stroeder-com-20201114; t=1610139944; bh=Kj1v0euNoIFgHtAEB8AJCoZLu2Hi33nb5SWqxoU7Efc=; h=Subject:To:References:From:Date:In-Reply-To:From; b=Ocqkm+5RP05Eqy5Ki9eqlbT/f7KWMi3sMUgG0E/22+izLfNQqFXn6HuaJBdpVw8JU SIZjtxvK0cZVnSDJQMRN0xWwWPvP2teMPeW5C5Yoku+hmadKcpYJQlQ1HDd2bdkI14 /LDcM+ETjNOP30paBwI2R3CsYNLrrVexsRYdenZLmX0FFlOi/KOrFWK9n07jxU5Brz Ub0VUVqh3QViB1Q1bVu8u9K1eAwlIaFdtR4+9a9j2bcnSFYUmeTmQ/NQ/6+ To: galene@lists.galene.org References: <8735zb6zt4.wl-jch@irif.fr> From: =?UTF-8?Q?Michael_Str=c3=b6der?= Message-ID: <1b4dc33b-6e41-3721-242c-ef67a5d75feb@stroeder.com> Date: Fri, 8 Jan 2021 22:05:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <8735zb6zt4.wl-jch@irif.fr> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Message-ID-Hash: OSDALOCEJXPMKENCBQKCB2KV3SG4KLXK X-Message-ID-Hash: OSDALOCEJXPMKENCBQKCB2KV3SG4KLXK X-MailFrom: michael@stroeder.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; suspicious-header X-Mailman-Version: 3.3.2 Precedence: list Subject: [Galene] Re: log message: failed to resolve stun host List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: On 1/8/21 7:36 PM, Juliusz Chroboczek wrote: >> failed to resolve stun host: turn.example.com:443: address >> turn.example.com: no suitable address found > > Interesting. Could you please recompile with > > CGO_ENABLED=1 go build -ldflags='-s -w' > > and see if the issue goes away? I wouldn't call it an issue yet. Maybe it's just an overzealous log message of a gracefully error handling. > If you compile with CGO_ENABLED=1, then > the binary is linked against libc, and the native resolver is called. Ok. # ldd /usr/sbin/galene linux-vdso.so.1 (0x00007fff75fc1000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f2088482000) libc.so.6 => /lib64/libc.so.6 (0x00007f20882b7000) /lib64/ld-linux-x86-64.so.2 (0x00007f20884ac000) Makes no difference. Also the hostname in the turn-URL now is an A RR with matching PTR RR. Ciao, Michael.