no /repodata/repomd.xml

Поиск
Список
Период
Сортировка
От
Тема no /repodata/repomd.xml
Дата
Msg-id fa53f4bd720b4e3d9dd4299961578201@nga.mil
обсуждение исходный текст
Ответы Re: no /repodata/repomd.xml
Список pgsql-pkg-yum

Classification: UNCLASSIFIED
======================================================

 

Hello,

 

I’ve been wrestling with this for days. I believe that I’ve fixed it. Here’s how. Web searches were virtually zero help. Your “latest” repo rpm url has no repodata/repomd.xml

Index of /pub/repos/yum/reporpms/EL-9-x86_64/ (postgresql.org)

 

The URL pointed at by PostgreSQL: Linux downloads (Red Hat family) does have repodata/repomd.xml

Index of /pub/repos/yum/common/redhat/rhel-9-x86_64/ (postgresql.org)

 

My command and error:

sudo dnf install postgresql-server

-or-

sudo dnf install postgresql16-server

 

Updating Subscription Management repositories.

postgres repository                                                                                                                                                                                      146  B/s | 146  B     00:01   

Errors during downloading metadata for repository 'postgres':

  - Status code: 404 for https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm/repodata/repomd.xml (IP: 72.32.157.246)

Error: Failed to download metadata for repo 'postgres': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

 

I found this page that talks about RHEL 9 FIPS mode PostgreSQL RPM repository GPG key update - 3 January 2024 - PostgreSQL YUM Repository

But then I remembered that my error was about 404, not GPG.

 

I tried switching the repository URL in yum.repos.d/postgres.repo to explicitly point to the rpm in the path that does include repodata/repomd.xml

baseurl = https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9-x86_64/pgdg-redhat-repo-42.0-43PGDG.noarch.rpm

 

but I still get the error

  - Status code: 404 for https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9-x86_64/pgdg-redhat-repo-42.0-43PGDG.noarch.rpm/repodata/repomd.xml (IP: 217.196.149.55)

 

Finally I removed the file part of the URL in postgres.repo

baseurl = https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9-x86_64/

 

installing postgres worked!

 

I don’t know if this is a problem with RHEL 9 or FIPS mode or what, but if there’s anything that you can do I bet the community would greatly appreciate it.

 

My dnf/modules.d/postgresql.module looks like this

[postgresql]

name=postgresql

stream=16

profiles=

state=enabled

 

thanks for reading,

Matt

======================================================
Classification: UNCLASSIFIED

 

Вложения

В списке pgsql-pkg-yum по дате отправления:

Предыдущее
От: Zaid Shabbir
Дата:
Сообщение: Remove Cluster forcefully during the check_upgrade failure
Следующее
От: Devrim Gündüz
Дата:
Сообщение: Re: no /repodata/repomd.xml