nealef / clefos

ClefOS - Official Base Image
GNU General Public License v2.0
11 stars 4 forks source link

`yum update` is failing with timeout #10

Closed mayeut closed 1 year ago

mayeut commented 1 year ago

Hello @nealef,

It seems there's something wrong with download.sinenomine.net, yum update is failing with:

docker run -it --rm s390x/clefos:7 yum update
WARNING: The requested image's platform (linux/s390x) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
https://download.sinenomine.net/epel/epel-7/repodata/repomd.xml: [Errno 12] Timeout on https://download.sinenomine.net/epel/epel-7/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds')
Trying other mirror.
...

Disabling epel shows the same timeout, idem for direct url browsing.

docker run -it --rm s390x/clefos:7 yum update --disablerepo=epel
WARNING: The requested image's platform (linux/s390x) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
https://download.sinenomine.net/clefos/7/os/repodata/repomd.xml: [Errno 12] Timeout on https://download.sinenomine.net/clefos/7/os/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds')
Trying other mirror.

All I can say is that it's been this way for at least 32 hours. I waited a bit before reporting this but maybe not long enough.

Are you aware of the issue ? Any idea when the service will be available ?

Thanks in advance for your help.

nealef commented 1 year ago

Try it now. The download site was having problems.

mayeut commented 1 year ago

Thanks, works correctly now.

mayeut commented 1 year ago

Hello @nealef,

I'm facing the exact same issue as before. All I can say is that it's been this way for at least 32 hours. I waited a bit before reporting this but maybe not long enough.

Are you aware of the issue ? Any idea when the service will be available ?

Thanks in advance for your help.

nealef commented 1 year ago

The download site is up but the "mirrors.sinenomine.net" is down. You can circumvent things if it's urgent by replacing the statement in the .repo file: Instead of mirrorlist=... try baseurl=https://download.sinenomine.net/clefos/7. Hopefully, in US EDT morning the mirror server will be running again.

mayeut commented 1 year ago

seems up again, thanks.

mochaaP commented 8 months ago

Hi @nealef, seems the mirrors server was down again.

Is this scheduled downtime or an unexpected outage?

nealef commented 8 months ago

Try it now. It was hung.