amuehlem / MISP-RPM

RPM packages for MISP
32 stars 14 forks source link

error 404 not found mariadb resource downloading from repository #89

Closed romarito90 closed 8 months ago

romarito90 commented 9 months ago

Hello @amuehlem

I tried to install MISP today and I found the following error 404 not found with one resource from the MariaDB repository

I think this resource is missing or erasing from the page

I can't continue with the next steps because of it

When I run the next command I got the error

dnf install misp misp-python-virtualenv

image

This is the problem

image

I go to the resource in the page and it is not found

image

Please if you can fix it or what I need to do to keep installing MISP or how to fix this problem

greetings

best regards

Romario

amuehlem commented 9 months ago

Hi Romario

Can you check the content of /etc/yum.repos.d/misp.repo? The MariaDB Repo URL should be https://yum.mariadb.org/10.5/centos8-amd64, in your case it's 10.8 which doesn't exist.

If you want to user a newer version of MariaDB you could also use https://yum.mariadb.org/10.11.6/rhel8-amd64.

Best Andreas

romarito90 commented 8 months ago

Thank you so much @amuehlem

yes, I change the version from 10.8 to 10.11.6 and it works

image

best regards

Romario