q-centos.repo

Issues related to applications and software problems
Post Reply
fullbore
Posts: 22
Joined: 2018/10/21 14:33:19

q-centos.repo

Post by fullbore » 2021/04/05 13:17:12

Anyone having problems with q-centos.repo?

Seems there are certificate problems-

yum repolist
Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
epel/x86_64/metalink | 14 kB 00:00:00
* base: mirror.netweaver.uk
* epel: mirror.slu.cz
* extras: mirror.netweaver.uk
* remi-php72: mirror.netweaver.uk
* remi-safe: mirror.netweaver.uk
* updates: mirror.netweaver.uk
https://mirror-b.quatermass.co.uk/mrepo ... repomd.xml: [Errno 14] curl#51 - "Unable to communicate securely with peer: requested domain name does not match the server's certificate."
Trying other mirror.
https://mirror-b.quatermass.co.uk/mrepo ... repomd.xml: [Errno 14] curl#51 - "Unable to communicate securely with peer: requested domain name does not match the server's certificate."
Trying other mirror.
https://mirror-b.quatermass.co.uk/mrepo ... repomd.xml: [Errno 14] curl#51 - "Unable to communicate securely with peer: requested domain name does not match the server's certificate."
Trying other mirror.
https://mirror-b.quatermass.co.uk/mrepo ... repomd.xml: [Errno 14] curl#51 - "Unable to communicate securely with peer: requested domain name does not match the server's certificate."

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: q-centos.repo

Post by TrevorH » 2021/04/05 17:42:45

What is the "q-centos" repo? None of those URLs look like CentOS ones.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

fullbore
Posts: 22
Joined: 2018/10/21 14:33:19

Re: q-centos.repo

Post by fullbore » 2021/04/06 10:42:24

That's a very good question.

This in on a VM on a host in a data centre which we rent and the VM was setup by the owner of the host.

ll /etc/yum.repos.d/
total 88
-rw-r--r--. 1 root root 1663 Apr 5 13:25 CentOS-Base.repo
-rw-r--r--. 1 root root 1309 Nov 23 2018 CentOS-CR.repo
-rw-r--r--. 1 root root 649 Nov 23 2018 CentOS-Debuginfo.repo
-rw-r--r--. 1 root root 314 Nov 23 2018 CentOS-fasttrack.repo
-rw-r--r--. 1 root root 630 Nov 23 2018 CentOS-Media.repo
-rw-r--r--. 1 root root 1331 Nov 23 2018 CentOS-Sources.repo
-rw-r--r--. 1 root root 5701 Nov 23 2018 CentOS-Vault.repo
-rw-r--r--. 1 root root 951 Oct 2 2017 epel.repo
-rw-r--r--. 1 root root 1050 Oct 2 2017 epel-testing.repo
-rw-r--r--. 1 root root 1559 May 11 2018 q-centos.repo
-rw-r--r--. 1 root root 446 Dec 21 2018 remi-glpi91.repo
-rw-r--r--. 1 root root 446 Dec 21 2018 remi-glpi92.repo
-rw-r--r--. 1 root root 446 Dec 21 2018 remi-glpi93.repo
-rw-r--r--. 1 root root 446 Dec 21 2018 remi-glpi94.repo
-rw-r--r--. 1 root root 456 Dec 21 2018 remi-php54.repo
-rw-r--r--. 1 root root 1314 Dec 21 2018 remi-php70.repo
-rw-r--r--. 1 root root 1314 Dec 21 2018 remi-php71.repo
-rw-r--r--. 1 root root 1314 Jan 16 2019 remi-php72.repo
-rw-r--r--. 1 root root 1314 Dec 21 2018 remi-php73.repo
-rw-r--r--. 1 root root 2605 Dec 21 2018 remi.repo
-rw-r--r--. 1 root root 750 Dec 21 2018 remi-safe.repo

cat /etc/yum.repos.d/q-centos.repo
#
# Refresh from https://mirror.quatermass.co.uk/mrepo/www/q-centos.repo
#

[q-centos]
name=Quatermass CentOS $releasever Repository - OS
baseurl=https://mirror.quatermass.co.uk/mrepo/w ... ch/RPMS.os
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
cost=550

[q-centos-updates]
name=Quatermass CentOS $releasever Repository - Updates
baseurl=https://mirror.quatermass.co.uk/mrepo/w ... MS.updates
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
cost=550

[q-centos-fasttrack]
name=Quatermass CentOS $releasever Repository - Fasttrack
baseurl=https://mirror.quatermass.co.uk/mrepo/w ... .fasttrack
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
cost=550


[q-centos-b]
name=Quatermass CentOS $releasever Repository - OS
baseurl=https://mirror-b.quatermass.co.uk/mrepo ... ch/RPMS.os
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
cost=500

[q-centos-updates-b]
name=Quatermass CentOS $releasever Repository - Updates
baseurl=https://mirror-b.quatermass.co.uk/mrepo ... MS.updates
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
cost=500

[q-centos-fasttrack-b]
name=Quatermass CentOS $releasever Repository - Fasttrack
baseurl=https://mirror-b.quatermass.co.uk/mrepo ... .fasttrack
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
cost=500

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: q-centos.repo

Post by TrevorH » 2021/04/06 11:23:42

At a guess I'd say that was your hoster's attempt to set up and use an internal mirror of the CentOS repos that are defined in the various /etc/yum.repos.d/CentOS-*.repo files. What's happened to them and why they are not working is a question for them. In the meantime you could disable the enabled ones and it will use the CentOS-Base.repo ones.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

fullbore
Posts: 22
Joined: 2018/10/21 14:33:19

Re: q-centos.repo

Post by fullbore » 2021/04/06 11:56:25

TrevorH wrote:
2021/04/06 11:23:42
What's happened to them and why they are not working is a question for them.
I asked them earlier and got this reply, so it's sorted.

Ah, sorry about that. The mirror on quatermass was retired in favour of a different machine. I thought I’d switched everything.

You can remove the quatermass file in /etc/yum.repos.d/ and it can be replaced by the file from

https://mirror.wizint.net/repo/mirror-c7.repo

Post Reply