all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Joost Kremers <joostkremers@fastmail.fm>
Cc: help-gnu-emacs@gnu.org
Subject: Re: GNU Elpa not reachable (possibly OT)
Date: Wed, 20 Feb 2019 11:15:29 +0100	[thread overview]
Message-ID: <m2a7iqu5oe.fsf@gmail.com> (raw)
In-Reply-To: <87sgwiu774.fsf@fastmail.fm> (Joost Kremers's message of "Wed, 20 Feb 2019 10:42:39 +0100")

Joost Kremers <joostkremers@fastmail.fm> writes:

> On Tue, Feb 19 2019, Robert Pluim wrote:
>> That does sound like some kind of networking issue, although
>> elpa.gnu.org was down for a while.
>
> It's apparently up again, but my problem hasn't gone away.
>
>> tcpdump -i any 'host 209.51.188.89 or host 2001:470:142:5::89'
>
> ```
> joost@IdeaPad:~$ sudo tcpdump -i any 'host 209.51.188.89 or host
> 2001:470:142:5::89'
> [sudo] password for joost:
> tcpdump: verbose output suppressed, use -v or -vv for full protocol
> decode
> listening on any, link-type LINUX_SLL (Linux cooked), capture size
> 262144 bytes
> 10:13:19.903664 IP6 IdeaPad.39970 > 2001:470:142:5::89.https: Flags
> [S], seq 2316084917, win 28800, options [mss 1440,sackOK,TS val
> 24582028 ecr 0,nop,wscale 7], length 0
> 10:13:20.917576 IP6 IdeaPad.39970 > 2001:470:142:5::89.https: Flags
> [S], seq 2316084917, win 28800, options [mss 1440,sackOK,TS val
> 24583042 ecr 0,nop,wscale 7], length 0
> 10:13:22.933580 IP6 IdeaPad.39970 > 2001:470:142:5::89.https: Flags
> [S], seq 2316084917, win 28800, options [mss 1440,sackOK,TS val
> 24585058 ecr 0,nop,wscale 7], length 0
> ^C
> 3 packets captured
> 3 packets received by filter
> 0 packets dropped by kernel
> ```
>
> This is after calling `M-x list-packages` in Emacs. I let it run for a
> few minutes at least, but this was all that tcpdump reported.
>
> I have no idea what you can tell from this dump, but do let me know if
> you think it's something on my end.

Itʼs not responding on IPv6. Probably because it doesnʼt have that
IPv6 address configured, which its admins will be doing at some
point. If you'd left it longer you'd have seen it trying IPv4, and
failing, which is an Emacs problem.

The only workaround I can suggest in the interim is to use its IPv4
address explicitly in package-archives, ie

(setq package-archives '(("gnu". "https://209.51.188.89/packages/")))

which will probably elicit warnings from the network-security-manager,
but in this particular case they're harmless.

Robert



  reply	other threads:[~2019-02-20 10:15 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-18 14:58 GNU Elpa not reachable (possibly OT) Joost Kremers
2019-02-18 16:19 ` Eli Zaretskii
2019-02-18 21:10   ` Joost Kremers
2019-02-19  0:17   ` Bob Proulx
2019-02-19  3:37     ` Eli Zaretskii
2019-02-19  5:07       ` Bob Proulx
2019-02-19 16:05         ` Eli Zaretskii
2019-02-19 16:59           ` Joost Kremers
2019-02-19 17:05             ` Bob Proulx
2019-02-19 17:27             ` Eli Zaretskii
2019-02-20  9:10               ` Joost Kremers
2019-02-18 17:08 ` Robert Pluim
2019-02-18 18:19   ` Robert Pluim
2019-02-19 17:03   ` Joost Kremers
2019-02-19 19:08     ` Robert Pluim
2019-02-20  9:42       ` Joost Kremers
2019-02-20 10:15         ` Robert Pluim [this message]
2019-03-01  7:27 ` Joost Kremers
2019-03-01 10:02   ` Robert Pluim
2019-03-01 21:06   ` Jude DaShiell

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=m2a7iqu5oe.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=joostkremers@fastmail.fm \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.