私が使用するいくつかのユーティリティがあります。 NCBI ユティルスサーバーwgetまたはlynx経由。
最近、LynxはDNSエラーのため失敗し始めました。
Looking up eutils.ncbi.nlm.nih.gov
Making HTTPS connection to eutils.ncbi.nlm.nih.gov
Alert!: Unable to connect to remote host.
lynx: Can't access startfile https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?tool=biotechmarchywka&[email protected]&db=pmc&retmax=1&usehistory=y&term=dog+hypothyroidim
/etc/resolv.conf を修正すると、この問題を解決できます。
cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 8.8.8.8
nameserver 127.0.1.1
search gha.chartermi.net
ボブキャット情報は、
lynx --version
Lynx Version 2.8.9dev.8 (21 Dec 2015)
libwww-FM 2.14, SSL-MM 1.4.1, GNUTLS 3.4.9, ncurses 6.0.20160213(wide)
Built on linux-gnu.
Copyrights held by the Lynx Developers Group,
the University of Kansas, CERN, and other contributors.
Distributed under the GNU General Public License (Version 2).
See http://lynx.invisible-island.net/ and the online help for more information.
Lynxだけのユニークなアプリかどうかはわかりませんが、これまでAFAICTについて不満を提起した唯一のアプリです。
私の質問は、これが既知の問題であるか、更新されたバージョンで問題が解決されるかどうかです。
ありがとうございます。