From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Dmitry Alexandrov Newsgroups: gmane.emacs.bugs Subject: bug#40748: 28.0.50; Switching wifi networks hangs dns lookups Date: Fri, 03 Jul 2020 07:11:39 +0300 Message-ID: References: <878sio3gtd.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13766"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 40748@debbugs.gnu.org To: Eric Abrahamsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jul 03 06:12:51 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jrD4F-0003SC-18 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 03 Jul 2020 06:12:51 +0200 Original-Received: from localhost ([::1]:44006 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jrD4D-0004ox-Fs for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 03 Jul 2020 00:12:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrD3S-0004oq-6X for bug-gnu-emacs@gnu.org; Fri, 03 Jul 2020 00:12:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44523) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jrD3R-0003Nq-TW for bug-gnu-emacs@gnu.org; Fri, 03 Jul 2020 00:12:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jrD3R-0005yq-NN for bug-gnu-emacs@gnu.org; Fri, 03 Jul 2020 00:12:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dmitry Alexandrov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 03 Jul 2020 04:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40748 X-GNU-PR-Package: emacs Original-Received: via spool by 40748-submit@debbugs.gnu.org id=B40748.159374951422973 (code B ref 40748); Fri, 03 Jul 2020 04:12:01 +0000 Original-Received: (at 40748) by debbugs.gnu.org; 3 Jul 2020 04:11:54 +0000 Original-Received: from localhost ([127.0.0.1]:56069 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrD3K-0005yT-90 for submit@debbugs.gnu.org; Fri, 03 Jul 2020 00:11:54 -0400 Original-Received: from relay-1.mailobj.net ([213.182.54.6]:54519) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrD3E-0005yB-GT for 40748@debbugs.gnu.org; Fri, 03 Jul 2020 00:11:52 -0400 Original-Received: from v-1c.localdomain (unknown [192.168.90.161]) by relay-1.mailobj.net (Postfix) with SMTP id 42A4012BA; Fri, 3 Jul 2020 06:11:42 +0200 (CEST) Original-Received: by mail-1.net-c.com [213.182.54.15] with ESMTP Fri, 3 Jul 2020 06:11:42 +0200 (CEST) X-EA-Auth: S8J+bgzO5c8HkdV2KdVSuIQPvoad2WeARIBgL2tKP5g28czkgbNWUqIZVAkNhszOGGV2fUPxAamNz3afgSDzH/gDx0LzXDLX In-Reply-To: <878sio3gtd.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Tue, 21 Apr 2020 10:10:54 -0700") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:182654 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > I often have trouble reconnecting Gnus' nntp servers after sleeping the l= aptop in one location, and waking it up in another, connecting to a new wif= i network > I edebugged `nntp-open-connection', and realized that the error =E2=80=B9= =E2=80=A6=E2=80=BA is actually a dns error: Looks familiar! > Here's the code that opens the connection; in my case it's nntp-open-netw= ork-stream/network. Could not it actually be an even deeper issue I outlined in bug#41234: 27.0= .91; Synchronous network requests are failing with =E2=80=9CName or service= not known=E2=80=9D [1]? [1] --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYIACsWIQRSX35grYEsI2F1K7TIsPhUjufz5wUCXv6v+w0cZGFnQGdudWku b3JnAAoJEMiw+FSO5/PnoPUA/RB/Q5NxfG1LPAqIKQ0I44oth5n7QcE2stbw41wP tNkAAP0b8ZjVjQLZVIKxoCvXWOFqgfhyBsOJw8w9ctQ7gET0Aw== =aEoX -----END PGP SIGNATURE----- --=-=-=--