Project

General

Profile

Actions

tickets #98331

closed

Issues downloading repo metadata from d.o.o (404)

Added by psuarezhernandez@suse.de over 2 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Mirrors
Target version:
-
Start date:
2021-09-08
Due date:
% Done:

100%

Estimated time:

Description

Hi heroes,

I am getting issues when trying to download repository metadata from
"d.o.o", particularly:
https://download.opensuse.org/distribution/leap/15.3/repo/oss/repodata/

When trying to download
https://download.opensuse.org/distribution/leap/15.3/repo/oss/repodata/edc2f9dcc2cd5ad27a35d763943aeb883e3bb2e9624c6d006c05ad349f6b0bfc-primary.xml.gz

Then I get a 404 from
https://www.mirrorservice.org/sites/download.opensuse.org/distribution/leap/15.3/repo/oss/repodata/edc2f9dcc2cd5ad27a35d763943aeb883e3bb2e9624c6d006c05ad349f6b0bfc-primary.xml.gz

I guess this is a problem with repository/mirrors.

Thanks in advance!

Cheers,
Pablo

--
Pablo Suárez Hernández - psuarezhernandez@suse.de
SUSE Manager Development Team

SUSE Software Solutions Germany GmbH
Maxfeldstrasse 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, HRB 36809, AG Nürnberg

Actions #1

Updated by pjessen over 2 years ago

  • Category set to Mirrors
  • Private changed from Yes to No

That is really weird.

mirrorservice.org does not carry the Leap 15.3 repo (according to our scanning), so why you would be redirected there, I just don't know.
If I look at

http://download.opensuse.org/distribution/leap/15.3/repo/oss/repodata/edc2f9dcc2cd5ad27a35d763943aeb883e3bb2e9624c6d006c05ad349f6b0bfc-primary.xml.gz.mirrorlist

I see 61 European mirrors, but not mirrorservice.org.

Actions #2

Updated by pjessen over 2 years ago

Aha, I see - you are using https://download.o.o, not http://download.o.o

With that, you are first redirected to mirrorcache, then to www.mirrorservice.org. I don't know anything about mirrorcache, I'm afraid.

Actions #3

Updated by PSuarezHernandez over 2 years ago

pjessen wrote:

Aha, I see - you are using https://download.o.o, not http://download.o.o

With that, you are first redirected to mirrorcache, then to www.mirrorservice.org. I don't know anything about mirrorcache, I'm afraid.

Exactly, I'm using "https", so:

curl -Lv https://download.opensuse.org/distribution/leap/15.3/repo/oss/repodata/edc2f9dcc2cd5ad27a35d763943aeb883e3bb2e9624c6d006c05ad349f6b0bfc-primary.xml.gz

gives me the 404 while using "http" returns the actual content.

Actions #4

Updated by pjessen over 2 years ago

PSuarezHernandez wrote:

pjessen wrote:

Aha, I see - you are using https://download.o.o, not http://download.o.o

With that, you are first redirected to mirrorcache, then to www.mirrorservice.org. I don't know anything about mirrorcache, I'm afraid.

Exactly, I'm using "https", so:

curl -Lv https://download.opensuse.org/distribution/leap/15.3/repo/oss/repodata/edc2f9dcc2cd5ad27a35d763943aeb883e3bb2e9624c6d006c05ad349f6b0bfc-primary.xml.gz

gives me the 404 while using "http" returns the actual content.

Right - and that is the work-around. mirrorbrain does not support https://

Actions #5

Updated by andriinikitin over 2 years ago

I wish I noticed this ticket earlier.
It should be fixed now, if you see similar problem in future - you can try adding parameter PEDANTIC=1 to the url, e.g.

curl -IL https://download.opensuse.org/distribution/leap/15.3/repo/oss/repodata/edc2f9dcc2cd5ad27a35d763943aeb883e3bb2e9624c6d006c05ad349f6b0bfc-primary.xml.gz?PEDANTIC=1

(this parameter can be used in .repo files as well, just it may result in little longer responses.)

Overall - at the moment a weak side of mirrorcache is to detect situation when file gone from mirror after some time, this was good case to improve it.

Actions #6

Updated by pjessen over 2 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

I guess this was resolved.

Actions

Also available in: Atom PDF