public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Mark Geisert <mark@maxrnd.com>
To: Cygwin-Apps <cygwin-apps@cygwin.com>
Cc: Chad Dougherty <crd-HInyCGIudOg@public.gmane.org>
Subject: Re: resolv.conf and gnupg2
Date: Sun, 7 Aug 2022 15:33:33 -0700	[thread overview]
Message-ID: <b2ce6907-0f40-5a7a-bc4c-ecab218119ad@maxrnd.com> (raw)
In-Reply-To: <34ee0642-ec87-d602-ea68-1384c7b6e632@gmail.com>

Marco Atzeri wrote:
> Hi,
> 
> currently as default Gnupg 2.x is unable to contact keyservers and recover any 
> key. Gnupg 1.x has not such problem
> 
> $  /usr/bin/gpg2 --keyserver pgp.mit.edu --recv-keys 5981E818 gpg: keyserver 
> receive failed: No such file or directory
> 
> The cryptic message is due to the absence of a /etc/resolv.conf
> as adding a simple one with a public DNS server overcomes the issue
> 
> $ cat /etc/resolv.conf
> ; /etc/resolv.conf file for dnsmaster
> ;
> domain           .com
> nameserver       0.0.0.0
> nameserver       8.8.8.8
> 
> 
> $  /usr/bin/gpg2 --keyserver pgp.mit.edu --recv-keys 5981E818
> gpg: key D17BF2305981E818: 1 duplicate signature removed
> gpg: key D17BF2305981E818: "Andrew Makhorin 
> <mao-egIpddyTbSMmeSKuKGS7mg@public.gmane.org>" not chan
> gpg: Total number processed: 1
> gpg:              unchanged: 1
> 
> 
> I would expect BIND to be a package that creates/manages resolv.conf as
> it provides a library to parser it, but I do not see any place where this is done.
> 
> $ cygcheck -p resolv.conf
> Found 7 matches for resolv.conf
> ..
> libirs161-9.11.9-1 - libirs161: BIND resolv.conf parser library
> man-pages-linux-5.13-1 - man-pages-linux: Linux manual pages
> 
> Any suggestion on how to solve the absence of /etc/resolv.conf ?
> I doubt  gnupg2 is the proper package to do so.

Could Cygwin itself provide a minimal /etc/resolv.conf pointing to public DNS 
server(s)?  Some users might object to Google's public DNS (e.g. 8.8.8.8) though.

Or perhaps a new package 'resolv.conf' with either the public DNS pointers or a 
postinstall script that massages the system's 'ipconfig /all' to obtain Windows' 
current settings.

..mark

  reply	other threads:[~2022-08-07 22:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-07 14:34 Marco Atzeri
2022-08-07 22:33 ` Mark Geisert [this message]
2022-08-08  9:15   ` ASSI
2022-08-08 11:50     ` Corinna Vinschen
2022-08-08  7:30 ` Corinna Vinschen
2022-08-08 11:54   ` Corinna Vinschen
2022-08-08 12:13   ` Yasuhiro Kimura
2022-08-08 14:13     ` Corinna Vinschen
2022-08-08 18:29       ` Chad Dougherty
2022-08-10 17:22       ` Marco Atzeri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b2ce6907-0f40-5a7a-bc4c-ecab218119ad@maxrnd.com \
    --to=mark@maxrnd.com \
    --cc=crd-HInyCGIudOg@public.gmane.org \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).