Tumbleweed 20240207
For the last couple of hours, I’ve been getting consistent 500 errors on random RPM packages and now I’m stuck with a half-built system:
It’s hard to guess which ones will fail, but when the do, they never recover, while others will work fine:
However, they are still accessible if I download them manually:
% curl -vv -O http://cdn.opensuse.org/tumbleweed/repo/oss/x86_64/mtr-gtk-0.95-2.5.x86_64.rpm
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Host cdn.opensuse.org:80 was resolved.
* IPv6: 2a04:4e42:15::347
* IPv4: 151.101.89.91
* Trying [2a04:4e42:15::347]:80...
* Connected to cdn.opensuse.org (2a04:4e42:15::347) port 80
> GET /tumbleweed/repo/oss/x86_64/mtr-gtk-0.95-2.5.x86_64.rpm HTTP/1.1
> Host: cdn.opensuse.org
> User-Agent: curl/8.6.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Connection: keep-alive
< Content-Length: 82052
< server: Mojolicious (Perl)
< content-disposition: inline;filename="mtr-gtk-0.95-2.5.x86_64.rpm"
< content-type: application/x-download;name="mtr-gtk-0.95-2.5.x86_64.rpm"
< Accept-Ranges: bytes
< Date: Sat, 10 Feb 2024 00:49:05 GMT
< Via: 1.1 varnish
< Age: 10
< X-Served-By: cache-itm18842-ITM
< X-Cache: HIT
< X-Cache-Hits: 1
< X-Timer: S1707526146.714533,VS0,VE1
< alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
<
{ [11056 bytes data]
100 82052 100 82052 0 0 661k 0 --:--:-- --:--:-- --:--:-- 667k
* Connection #0 to host cdn.opensuse.org left intact
Here is a list of my configured repos:
Perhaps I have something configured wrong? To be honest, I’m not as keen about openSUSE package management as with other systems. I’d appreciate any advice.
Thanks!