Topic: CentOS 7 error

Hi!

According to:
blog.famillecollet.com/pages/Config-en

Under: "Enterprise Linux 7 (with EPEL) x86_64"
You can download the following via wget:
    wget .../pub/epel/7/x86_64/epel-release-7-1.noarch.rpm

That path does not work, I think it should be:
    wget .../pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm

When using the package together with:
    wget .../enterprise/remi-release-7.rpm

I get an error when e.g. installing the following:
   yum --enablerepo=remi,remi-php56 install httpd php php-common
=> epel/x86_64/primary_db         FAILED

=> .../pub/epel/7/x86_64/repodata/81650486333a42d464bc70c552c18bc1b611015e379950a72ce53177eb564660-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found/s
.... etc .....


Shouldn't it be:
.../d23d9a6af04b4af899811b536b2169eda255de194fa2e77c8e949a9f03bdb590-primary.sqlite.bz2
rather than:
.../81650486333a42d464bc70c552c18bc1b611015e379950a72ce53177eb564660-primary.sqlite.bz2

???

Thanks for feedback! :-)

Wolf

Re: CentOS 7 error

Wolf wrote:

Hi!

According to:
blog.famillecollet.com/pages/Config-en

Under: "Enterprise Linux 7 (with EPEL) x86_64"
You can download the following via wget:
    wget .../pub/epel/7/x86_64/epel-release-7-1.noarch.rpm

That path does not work, I think it should be:
    wget .../pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm

Thanks for the notice.
Fixed

Wolf wrote:

Hi!
I get an error when e.g. installing the following:
   yum --enablerepo=remi,remi-php56 install httpd php php-common
=> epel/x86_64/primary_db         FAILED

=> .../pub/epel/7/x86_64/repodata/81650486333a42d464bc70c552c18bc1b611015e379950a72ce53177eb564660-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found/s
.... etc .....

I don't manage EPEL wink

Classic issue, "yum clean metadata" should solve it (aorwait a little for mirror sync)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: CentOS 7 error

Thanks, that did the trick! :-)

And thanks for the Remi repository as well!

Wolf

Re: CentOS 7 error

smile

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi