unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* ELPA and https from linux
@ 2019-07-19  7:46 Tim Cross
  2019-07-19  8:59 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Tim Cross @ 2019-07-19  7:46 UTC (permalink / raw)
  To: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

Wondering if anyone else has been seeing this. Trying to install packages
or do a package-refresh-contents fails for elpa.gnu.org over https. Has
been working fine until today and https connections working fine with
melap, but not elpa. Chaning to https and all works fine. Is this an issue
with the elpa.gnu.org server or a local Linux issue (emacs 26.2 on GNU
Linux).  Doing emacs -Q gives the same result. No error or backtrace, just
a "bad request" and a message that states cannot download from 'gnu'.
Feels like maybe a server issue rather than an Emacs bug, which is why I'm
asking here rather than just logging a bug report.

-- 
regards,

Tim

--
Tim Cross

[-- Attachment #2: Type: text/html, Size: 991 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ELPA and https from linux
  2019-07-19  7:46 ELPA and https from linux Tim Cross
@ 2019-07-19  8:59 ` Eli Zaretskii
  2019-07-19  9:15   ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2019-07-19  8:59 UTC (permalink / raw)
  To: Tim Cross; +Cc: emacs-devel

> From: Tim Cross <theophilusx@gmail.com>
> Date: Fri, 19 Jul 2019 17:46:16 +1000
> 
> Wondering if anyone else has been seeing this. Trying to install packages or do a package-refresh-contents
> fails for elpa.gnu.org over https. Has been working fine until today and https connections working fine with
> melap, but not elpa. Chaning to https and all works fine. Is this an issue with the elpa.gnu.org server or a local
> Linux issue (emacs 26.2 on GNU Linux).  Doing emacs -Q gives the same result. No error or backtrace, just a
> "bad request" and a message that states cannot download from 'gnu'.  Feels like maybe a server issue rather
> than an Emacs bug, which is why I'm asking here rather than just logging a bug report. 

When did you last try?  There were some networking issues with GNU
servers a few hours ago, but they were fixed.

If you are still seeing this now, please write to
savannah-hackers-public@gnu.org and describe the details.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ELPA and https from linux
  2019-07-19  8:59 ` Eli Zaretskii
@ 2019-07-19  9:15   ` Eli Zaretskii
  2019-07-19 10:54     ` Tim Cross
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2019-07-19  9:15 UTC (permalink / raw)
  To: theophilusx; +Cc: emacs-devel

> Date: Fri, 19 Jul 2019 11:59:09 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: emacs-devel@gnu.org
> 
> If you are still seeing this now, please write to
> savannah-hackers-public@gnu.org and describe the details.

Alternatively, see bug#36725, maybe that is what you are seeing.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ELPA and https from linux
  2019-07-19  9:15   ` Eli Zaretskii
@ 2019-07-19 10:54     ` Tim Cross
  2019-07-19 11:12       ` Tim Cross
  0 siblings, 1 reply; 6+ messages in thread
From: Tim Cross @ 2019-07-19 10:54 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 935 bytes --]

Still doesn't work.

My symptoms do seem very similar to the issue in bug#36725 and I suspect
the use-package component mentioned there is just incidental (I also have
use-package and it was installation of the delight package, which is used
by use-package,  which I was using to diagnose this). I also tried the same
process on a mcaOS system, same emacs version and it worked with no
problems. So, seems to be a TLS issue and restricted to GNU Linux. Will try
and update the bug report with this additional info.

thanks Eli.

Tim

On Fri, 19 Jul 2019 at 19:16, Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Fri, 19 Jul 2019 11:59:09 +0300
> > From: Eli Zaretskii <eliz@gnu.org>
> > Cc: emacs-devel@gnu.org
> >
> > If you are still seeing this now, please write to
> > savannah-hackers-public@gnu.org and describe the details.
>
> Alternatively, see bug#36725, maybe that is what you are seeing.
>


-- 
regards,

Tim

--
Tim Cross

[-- Attachment #2: Type: text/html, Size: 1684 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ELPA and https from linux
  2019-07-19 10:54     ` Tim Cross
@ 2019-07-19 11:12       ` Tim Cross
  2019-07-19 13:09         ` Tim Cross
  0 siblings, 1 reply; 6+ messages in thread
From: Tim Cross @ 2019-07-19 11:12 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 1307 bytes --]

Correction to previous message. Tried testing again under macOS and it also
fails on that platform. So previous test must have just been lucky -
suspect this is server related. Will also report to the other list.

On Fri, 19 Jul 2019 at 20:54, Tim Cross <theophilusx@gmail.com> wrote:

> Still doesn't work.
>
> My symptoms do seem very similar to the issue in bug#36725 and I suspect
> the use-package component mentioned there is just incidental (I also have
> use-package and it was installation of the delight package, which is used
> by use-package,  which I was using to diagnose this). I also tried the same
> process on a mcaOS system, same emacs version and it worked with no
> problems. So, seems to be a TLS issue and restricted to GNU Linux. Will try
> and update the bug report with this additional info.
>
> thanks Eli.
>
> Tim
>
> On Fri, 19 Jul 2019 at 19:16, Eli Zaretskii <eliz@gnu.org> wrote:
>
>> > Date: Fri, 19 Jul 2019 11:59:09 +0300
>> > From: Eli Zaretskii <eliz@gnu.org>
>> > Cc: emacs-devel@gnu.org
>> >
>> > If you are still seeing this now, please write to
>> > savannah-hackers-public@gnu.org and describe the details.
>>
>> Alternatively, see bug#36725, maybe that is what you are seeing.
>>
>
>
> --
> regards,
>
> Tim
>
> --
> Tim Cross
>
>

-- 
regards,

Tim

--
Tim Cross

[-- Attachment #2: Type: text/html, Size: 2503 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ELPA and https from linux
  2019-07-19 11:12       ` Tim Cross
@ 2019-07-19 13:09         ` Tim Cross
  0 siblings, 0 replies; 6+ messages in thread
From: Tim Cross @ 2019-07-19 13:09 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 1833 bytes --]

Just for the records....

Updating to the pretest version emacs-26.2.90 seems to have fixed this
issue. However, it should also be noted that when I increased the
gnutls-log-level to 1, I also saw a message reporting a non-fatal temporary
resource unavailable error, so there is a small chance the issue may have
been server rather than client related.

Tim

On Fri, 19 Jul 2019 at 21:12, Tim Cross <theophilusx@gmail.com> wrote:

> Correction to previous message. Tried testing again under macOS and it
> also fails on that platform. So previous test must have just been lucky -
> suspect this is server related. Will also report to the other list.
>
> On Fri, 19 Jul 2019 at 20:54, Tim Cross <theophilusx@gmail.com> wrote:
>
>> Still doesn't work.
>>
>> My symptoms do seem very similar to the issue in bug#36725 and I suspect
>> the use-package component mentioned there is just incidental (I also have
>> use-package and it was installation of the delight package, which is used
>> by use-package,  which I was using to diagnose this). I also tried the same
>> process on a mcaOS system, same emacs version and it worked with no
>> problems. So, seems to be a TLS issue and restricted to GNU Linux. Will try
>> and update the bug report with this additional info.
>>
>> thanks Eli.
>>
>> Tim
>>
>> On Fri, 19 Jul 2019 at 19:16, Eli Zaretskii <eliz@gnu.org> wrote:
>>
>>> > Date: Fri, 19 Jul 2019 11:59:09 +0300
>>> > From: Eli Zaretskii <eliz@gnu.org>
>>> > Cc: emacs-devel@gnu.org
>>> >
>>> > If you are still seeing this now, please write to
>>> > savannah-hackers-public@gnu.org and describe the details.
>>>
>>> Alternatively, see bug#36725, maybe that is what you are seeing.
>>>
>>
>>
>> --
>> regards,
>>
>> Tim
>>
>> --
>> Tim Cross
>>
>>
>
> --
> regards,
>
> Tim
>
> --
> Tim Cross
>
>

-- 
regards,

Tim

--
Tim Cross

[-- Attachment #2: Type: text/html, Size: 3545 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-07-19 13:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-19  7:46 ELPA and https from linux Tim Cross
2019-07-19  8:59 ` Eli Zaretskii
2019-07-19  9:15   ` Eli Zaretskii
2019-07-19 10:54     ` Tim Cross
2019-07-19 11:12       ` Tim Cross
2019-07-19 13:09         ` Tim Cross

Code repositories for project(s) associated with this public inbox

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

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).