-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yum commands using s390x/clefos base image fails with error :"https://download.sinenomine.net/clefos/7/base/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found" #1
Comments
There is some maintenance being done on the fileserver to increase space to allow the sclo repo to be added. It appeared to have worked but it hasn't do we're in the process of fixing it. I'm hoping it will be ready in the next couple of hours.
…-------- Original message --------
From: sangitanalkar <notifications@github.com>
Date: 10/4/18 08:36 (GMT-05:00)
To: nealef/clefos <clefos@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [nealef/clefos] yum commands using s390x/clefos base image fails with error :"https://download.sinenomine.net/clefos/7/base/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found" (#1)
yum commands executed in Dockerfile fail which uses s390x/clefos as base image fails with following error:
Step 2/24 : RUN yum update -y && yum upgrade -y && yum install -y java-1.8.0-openjdk-devel which
---> Running in 1a0393885009
Loaded plugins: fastestmirror, ovl
https://download.sinenomine.net/clefos/7/base/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
One of the configured repositories failed (ClefOS-7 - Base),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=base ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable base
or
subscription-manager repos --disable=base
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=base.skip_if_unavailable=true
failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
https://download.sinenomine.net/clefos/7/base/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
The command '/bin/sh -c yum update -y && yum upgrade -y && yum install -y java-1.8.0-openjdk-devel which' returned a non-zero code: 1
Makefile.docker:57: recipe for target 'image' failed
make: *** [image] Error 1
Tried htting url "https://download.sinenomine.net/clefos/7/base/" , repodata folder is not present in the above link.
Please help resolve above issue or provide any workaround if present to resolve above issue. Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#1>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAS2-s4Aphq-iGpuQGwzDkxzxSojLZ8Iks5uhgCtgaJpZM4XIAyP>.
|
The resync of the repository is underway. It will take a couple of hours.
|
The resync of repo has completed. The resync of the ISO images is underway.
|
Let me know if it's working. I'm away from the office doing everything via an s8, a VPN, and an ssh client. So I haven't had a chance to exercise the repo. (My daughter is getting married tomorrow.)
|
Thanks a lot @nealef for looking into this issue on priority from your busy schedule. Closing this issue. Thanks! |
@nealef thank you very much for your quick response. Really appreciate ! Hearty congratulation to you on your daughter wedding. Enjoy memorable moments with your family ! |
Hi. Thanks for this work. The python manylinux project now uses this as a base image for building binary blobs (wheels). It seems the repo has disappeared again, https://download.sinenomine.net/clefos/7/sclo/s390x is empty. |
You’ve probably caught the repo as it’s being refreshed. I will give it a nudge along and let you know when it’s synced.
Neale Ferguson
|
Glad to know it is transitory, and thanks again for setting this up. |
Try it now.
|
Still failing, see this build which is looking for |
Yeah, today’s sync of EPEL failed as the space filled. I increased the space about 20 minutes ago and kicked off the refresh. I’ll let you know when it’s ready. We had a rebuild of texlive for 32-bit and it’s massive.
Neale Ferguson
[signature_464117170]
From: Matti Picus <notifications@github.com>
Reply-To: nealef/clefos <reply@reply.github.com>
Date: Monday, January 27, 2020 at 19:14
To: nealef/clefos <clefos@noreply.github.com>
Cc: Neale Ferguson <neale@sinenomine.net>, Mention <mention@noreply.github.com>
Subject: Re: [nealef/clefos] yum commands using s390x/clefos base image fails with error :"https://download.sinenomine.net/clefos/7/base/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found" (#1)
Still failing, see this build<https://travis-ci.org/matthew-brett/multibuild/jobs/642274596#L975> which is looking for https://download.sinenomine.net/epel/epel-7/repodata/d9dff1cf22c99f84c309e43e1b51d33ec2f6ecb40444a3a3b93088b18f4f661c-primary.sqlite.bz2 which is trying to find https://download.sinenomine.net/epel/epel-7 but it seems the link has changed. Does the image need updating?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1?email_source=notifications&email_token=AACLN6WSUC4TNRBY3APV32LQ72QXZA5CNFSM4FZABSH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ6ZQVI#issuecomment-578656341>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AACLN6QUWXM2G2LGKNYQGHDQ72QXZANCNFSM4FZABSHQ>.
|
Try it now |
Looks good thanks. Lesson learned: the mirror is actively maintained, so I don't need to report each glitch. Thanks!! |
Let me know when you're done as I need to sync the 7.7 repo to the public site. Usually this happens once a month but there was a lot of activity over the last couple of weeks so I had to kick it off manually a couple of times. |
Done |
Hi @nealef, it seems there's a new issue with the repo :
c.f. https://travis-ci.org/github/pypa/manylinux/jobs/678968282 |
Another case of the resync happening during the delayed distro build. I am resyncing now. Give it an hour or two. |
ok, thanks. Will retry in a couple hours and update this issue with the outcome. |
It seems it's not back online yet https://travis-ci.org/github/pypa/auditwheel/jobs/679341559 |
Another case of bad timing. When I kicked off the sync for you it was just before the next regen of the distro so a heap of directories just vanished as it was recreating things. I have kicked off the sync again now that it's complete. |
It seems to be ok now. Thanks. |
Seems there's a new issue since a few days: https://travis-ci.org/github/pypa/manylinux/jobs/689138271
The package Can you have a look ? |
Will do. I just switched over to 7.8.2003 so that's where the .repo files will direct things. I've found a few packages are not being found as they werent/aren't in the CentOS vault so I have to manually adjust as I find them.
|
Indeed I can't find the srpm in CentOS vault for 7.8.2003 Edit: the version mentioned above seems to be the latest available
Do you have by any chance an ETA on the fix ? Thanks |
I created a script to check for missing bits and the next refresh of the repo should fix things. There were something like 700 missing bits over all the repos. This should be available mid morning Australian time.
…-------- Original message --------
From: Matthieu Darbois <notifications@github.com>
Date: 5/26/20 00:16 (GMT+10:00)
To: nealef/clefos <clefos@noreply.github.com>
Cc: Neale Ferguson <neale@sinenomine.net>, Mention <mention@noreply.github.com>
Subject: Re: [nealef/clefos] yum commands using s390x/clefos base image fails with error :"https://download.sinenomine.net/clefos/7/base/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found" (#1)
@nealef<https://github.com/nealef>,
Indeed I can't find the srpm in CentOS vault for 7.8.2003
I guess it's a bug on their end (Its also not present in 7.7....)
I could find it their: http://vault.centos.org/centos/7.6.1810/extras/Source/SPackages/centos-release-scl-rh-2-3.el7.centos.src.rpm
Do you have by any chance an ETA on the fix ?
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AACLN6RYH4ORGFH7K5MXXKTRTJ4RZANCNFSM4FZABSHQ>.
|
Thanks, I'll check in 12 hours or so |
Thanks @nealef, working fine now. |
yum commands executed in Dockerfile fail which uses s390x/clefos as base image fails with following error:
Tried htting url "https://download.sinenomine.net/clefos/7/base/" ,
repodata
folder is not present in the above link.Please help resolve above issue or provide any workaround if present to resolve above issue. Thanks!
The text was updated successfully, but these errors were encountered: