Installing mrmarkuz repo: failure cache

NethServer Version: System Version
NethServer release 7.7.1908 (final)
Module: your_module

I tried to install yum -y install https://mrmarkuz.dynu.net/mirror/mrmarkuz/7/noarch/nethserver-mrmarkuz-0.0.1-4.ns7.noarch.rpm
and everthing was fine. After that i changed to softwarecenter and i get this message.
failure: repodata/repomd.xml from mrmarkuz: [Errno 256] No more mirrors to try. https://mrmarkuz.dynu.net/mirror/mrmarkuz/7/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for mrmarkuz

Die Installation/Update ist wegen Fehlern der zwischengespeicherten Metadaten fehlgeschlagen. Bitte den Cache durch Klicken der unten stehenden Schaltfläche löschen und erneut probieren.

I try to clean yum cache several times but it doesn’t changed anything.
What could i do?

Sorry, not in front of pc…

Please try exclude/disable the repo on command line as a workaround:

yum --disablerepo=mrmarkuz update ...

EDIT:

I think I could reproduce the error. The repo needs to import keys and it’s not done automatically in Software Center (fully ok, it’s about security). So if you just install the repo and go immediately to Software Center it may not work.

Please do the update once on command line:

yum update

This way you should be asked for importing the repo keys.

I think about importing the keys at repo install now to avoid this. Thanks for pointing out.

2 Likes

Hi Sebastian,

# yum -y install https://mrmarkuz.dynu.net/mirror/mrmarkuz/7/noarch/nethserver-mrmarkuz-0.0.1-4.ns7.noarch.rpm

Then try this, it should import the key automatically.

# yum repolist all -y

Michel-André

4 Likes

Thanks, it works with

yum update

1 Like