From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 14 14:13:18 2020 Received: (at submit) by debbugs.gnu.org; 14 Mar 2020 18:13:18 +0000 Received: from localhost ([127.0.0.1]:33971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jDBHi-0000I8-84 for submit@debbugs.gnu.org; Sat, 14 Mar 2020 14:13:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:43408) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jDBHh-0000I0-Ds for submit@debbugs.gnu.org; Sat, 14 Mar 2020 14:13:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32896) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDBHg-0005HF-9u for bug-guix@gnu.org; Sat, 14 Mar 2020 14:13:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDBHe-00076H-Vo for bug-guix@gnu.org; Sat, 14 Mar 2020 14:13:15 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:57761) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jDBHe-0006x5-PI for bug-guix@gnu.org; Sat, 14 Mar 2020 14:13:14 -0400 X-Originating-IP: 78.199.129.170 Received: from mimimi (moi44-1-78-199-129-170.fbx.proxad.net [78.199.129.170]) (Authenticated sender: mail@ambrevar.xyz) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 93B4240003 for ; Sat, 14 Mar 2020 18:13:12 +0000 (UTC) From: Pierre Neidhardt To: bug-guix@gnu.org Subject: nscd: Domain name resolution errors when travelling Date: Sat, 14 Mar 2020 19:13:11 +0100 Message-ID: <87imj64xfs.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.194 X-Spam-Score: 3.4 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: When I move with my Guix laptop, I frequently get domain name resolution errors. To fix the issue, I need to run --88--- # herd invalidate nscd hosts # herd restart nscd --88--- Content analysis details: (3.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 1.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.4 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: When I move with my Guix laptop, I frequently get domain name resolution errors. To fix the issue, I need to run --88--- # herd invalidate nscd hosts # herd restart nscd --88--- Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable When I move with my Guix laptop, I frequently get domain name resolution errors. To fix the issue, I need to run =2D-8<---------------cut here---------------start------------->8--- # herd invalidate nscd hosts # herd restart nscd =2D-8<---------------cut here---------------end--------------->8--- The issue is fixed as long as I don't move again. This is impractical and the solution is very much non-obvious :p =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5tHrcACgkQm9z0l6S7 zH8GuQf/bplQOCpwc83jpJszTLSyUH5Pvo6zd9TRIntXOsyMMYV6potPrqqZhgQF LDtIHrkEAblZxefWX39+GYOcrzl8fxw7EKjsBvEj60n5aBdEwzi1lxaX9Wyhf8IO nJhrwqG7kWTCdA0a0AuDZAODvjBSoeOPqCi2JkdMCQ6D6Iw78te+kJNSOYOodA7+ Mxe6BOhUZ4vr5T16liMYvT8BzPteFB/VZE1snSahkFNx4EPEfu1zu4SuUtpwAINq Dg5TpGPmIG3wpYFSPKIbspHkCZc/+EmukUoZJn77CRwj0vFA0GL8lB2lP4YLrfDr /2zITjZifWX2clfYg79VNMS9JstyIg== =pWce -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 15 02:33:39 2020 Received: (at 40062) by debbugs.gnu.org; 15 Mar 2020 06:33:39 +0000 Received: from localhost ([127.0.0.1]:34185 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jDMqB-0008BX-1l for submit@debbugs.gnu.org; Sun, 15 Mar 2020 02:33:39 -0400 Received: from mail-wm1-f45.google.com ([209.85.128.45]:38317) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jDMq8-0008BK-Uw for 40062@debbugs.gnu.org; Sun, 15 Mar 2020 02:33:38 -0400 Received: by mail-wm1-f45.google.com with SMTP id t13so8164969wmi.3 for <40062@debbugs.gnu.org>; Sat, 14 Mar 2020 23:33:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0xACVz2834giaNzjnDx48DgqiuvOaix/D+W6UJe0u/c=; b=gMnGiDU0q7I3hSd1SWMRLAIF/sx61ltHPKygWLYT27MPQePtRP1TTgBGHT3O3949zE SkFaZja7mNkNqsIrpKEMTnYrjaOM21H/Ydsogvg5qzj4djdO5vvxSFCgcLR+jkxnqA9I LLUAq3xl38Fhq0zNiL/UpFFnNHyrI8HE03jK8MKxUvnTnTu4A/GSiedpWJnhkmafBMRG qh+VuWJ6jKoeWaeyPZ/QIsL2+bGskWNP69+WvcVJM+lkxzSWFlacKs8I2N1NgSajuwUo NOaIQAuoCNdDnPzdpCJ0fAMx8oDXOxh2iXnjxgNdNkAn0j4eFnvtlFiCaotwvF4fX8b2 ktBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0xACVz2834giaNzjnDx48DgqiuvOaix/D+W6UJe0u/c=; b=Omxzv7DH0j4Aj/YvQl83Ggnx7i3CR2UoN96yi6wSmTVJMDEGG2LA+AsnXDCub0Se7m OrpgJHrNQZ9b2p3/ov/WcPvcc4fjSO2M9Qxj8b8WDUHK2h0FX4RPKqHYp5Lbn+ZDNdn9 EnExp17FJ75MCVU1qqCOz3I5m3IWiJrTTxQDolCx+ijxWqNiRFzvPb/jRyCbNs/2vuzi qRsjdluK8s/NtV9hjZq0j9xn27E68CE6/l2saDNvaM/hGHBUjJDqqZgAY9kvgwjRd83d ARWm0Wmt7nAgjfoVHh5r/TqoT5uX+AgZ0yPtUUxyX9d+6aI1DUUDgxS4z18NMHz3PsTh 166A== X-Gm-Message-State: ANhLgQ27HLY2SVWdU9/tDB5XLhEpdwxhsAjMtLNiw+CG8V2dbj/vHtsl F1oNN8EgUkpVPd7ESOEZskdWc8pagmGx3+TZqA== X-Google-Smtp-Source: ADFU+vuMjDdpLLcyCDdzjhUE0pqu4jW+WJvF1bvPpaAywmx15MSbmrlmdbiXPtSW9nFDfjL8CQBE/weEEVlFxW2W3iU= X-Received: by 2002:a1c:e3c2:: with SMTP id a185mr11815689wmh.64.1584254010964; Sat, 14 Mar 2020 23:33:30 -0700 (PDT) MIME-Version: 1.0 References: <87imj64xfs.fsf@ambrevar.xyz> In-Reply-To: <87imj64xfs.fsf@ambrevar.xyz> From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Date: Sun, 15 Mar 2020 07:33:19 +0100 Message-ID: Subject: Re: bug#40062: nscd: Domain name resolution errors when travelling To: Pierre Neidhardt Content-Type: multipart/alternative; boundary="0000000000008ebc7a05a0dee19b" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Pierre Neidhardt ezt írta (időpont: 2020. márc. 14., Szo 19:14): > When I move with my Guix laptop, I frequently get domain name resolution > errors. > Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (boskovits[at]gmail.com) 0.0 HTML_MESSAGE BODY: HTML included in message -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.128.45 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.128.45 listed in list.dnswl.org] 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] X-Debbugs-Envelope-To: 40062 Cc: 40062@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) --0000000000008ebc7a05a0dee19b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, Pierre Neidhardt ezt =C3=ADrta (id=C5=91pont: 2020. m= =C3=A1rc. 14., Szo 19:14): > When I move with my Guix laptop, I frequently get domain name resolution > errors. > I believe this is on Guix System. Are you using NetworkManager as networking service? > To fix the issue, I need to run > > --8<---------------cut here---------------start------------->8--- > # herd invalidate nscd hosts > # herd restart nscd > --8<---------------cut here---------------end--------------->8--- > > The issue is fixed as long as I don't move again. > > This is impractical and the solution is very much non-obvious :p > > -- > Pierre Neidhardt > https://ambrevar.xyz/ Best regards, g_bor > --0000000000008ebc7a05a0dee19b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

Pierre Neidhardt <mail@ambrevar.xyz> ezt =C3=ADrta (id=C5=91pont: 2020. m=C3= =A1rc. 14., Szo 19:14):
When I move= with my Guix laptop, I frequently get domain name resolution
errors.

I believe this is on Guix System. Are you using NetworkManager as ne= tworking service?


To fix the issue, I need to run

--8<---------------cut here---------------start------------->8---
# herd invalidate nscd hosts
# herd restart nscd
--8<---------------cut here---------------end--------------->8---

The issue is fixed as long as I don't move again.

This is impractical and the solution is very much non-obvious :p

--
Pierre Neidhardt
https://ambrevar.xyz/
= Best regards,
g_bor

User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40062 Cc: 40062@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello Pierre! Pierre Neidhardt writes: > When I move with my Guix laptop, I frequently get domain name resolution > errors. > > To fix the issue, I need to run > > # herd invalidate nscd hosts > # herd restart nscd > > The issue is fixed as long as I don't move again. > > This is impractical and the solution is very much non-obvious :p Perhaps another manifestation of bug #20816? Maxim From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 23 05:40:50 2020 Received: (at 40062) by debbugs.gnu.org; 23 Aug 2020 09:40:50 +0000 Received: from localhost ([127.0.0.1]:52079 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9mUb-0005zM-Qg for submit@debbugs.gnu.org; Sun, 23 Aug 2020 05:40:49 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:51227) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9mUZ-0005z7-KX for 40062@debbugs.gnu.org; Sun, 23 Aug 2020 05:40:48 -0400 Received: from mimimi (91-165-152-159.subs.proxad.net [91.165.152.159]) (Authenticated sender: mail@ambrevar.xyz) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 0CDF3200009; Sun, 23 Aug 2020 09:40:39 +0000 (UTC) From: Pierre Neidhardt To: Maxim Cournoyer Subject: Re: bug#40062: nscd: Domain name resolution errors when travelling In-Reply-To: <87h7t1x3u4.fsf@gmail.com> References: <87imj64xfs.fsf@ambrevar.xyz> <87h7t1x3u4.fsf@gmail.com> Date: Sun, 23 Aug 2020 11:40:37 +0200 Message-ID: <87pn7hem3u.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 40062 Cc: 40062@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Looks like it! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl9COZUACgkQm9z0l6S7 zH/m+Af/Y9rKWoVurm9pDfUmwLkMnXttdzfEhWA4kWey9sIwnBVm/NXp2C7PwCzw Z32Eodu4szHJJTqdVxhziRFWaM+8Pso0VO6L0l3MMdVlpUv0sW42MpLS90sFnh13 s0rXws7dUjvp4aMDzjdzfA95BfX/I/nx/m1K37+AeimUveAZFTGflNs0HFRDnweH ltwZd1zxqOn1ndpL6VVw585CteBc2/J+xQGmyZzs4YiTuNuuXd9rSVQ5IHCY5OoS 2whi1TqGtmLWsgiZb8Gaqxwc5l4KPFzdjKDNetPY45ApC341JOiOpbjVlzczO+8N 3UR1Gj41JcpkLs9RCV9gJM1CED5YwA== =Xc96 -----END PGP SIGNATURE----- --=-=-=--