Hi there, im trying to update MariaDB. Even though my current version is 10.11.15. everytime i try to update something mariadb try to download updates and nothing gets installed because i dont think it ever finished a previous update. Iv tried everything, even turn off the firewall incase this was the problem but its not. The results are the same.
[root@cloud-60065f yum.repos.d]#
yum clean all
38 files removed
[root@cloud-60065f yum.repos.d]# yum makecache
Nsolid Packages for Linux RPM based distros - x86_64 2.1 MB/s | 950 kB 00:00
Node.js Packages for Linux RPM based distros - x86_64 7.9 MB/s | 1.1 MB 00:00
CodeIT for Enterprise Linux 9 (x86_64) 1.5 MB/s | 656 kB 00:00
Extra Packages for Enterprise Linux 9 - x86_64 9.4 MB/s | 20 MB 00:02
Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 2.6 kB/s | 2.5 kB 00:00
LiteSpeed Tech Repository for CentOS 9 - x86_64 448 kB/s | 263 kB 00:00
LiteSpeed Tech Update Repository for CentOS 9 - x86_64 375 kB/s | 211 kB 00:00
MariaDB 0.0 B/s | 0 B 01:00
Errors during downloading metadata for repository ‘mariadb’:
- Curl error (28): Timeout was reached for http://archive.mariadb.org/yum/10.11.16/rhel7/repodata/repomd.xml [Failed to connect to archive.mariadb.org port 80: Connection timed out]
Error: Failed to download metadata for repo ‘mariadb’: Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
[root@cloud-60065f yum.repos.d]#
My repo looks like this;
[mariadb]
name = MariaDB
#baseurl = http://yum.mariadb.org/10.11.15/rhel9-amd64
baseurl = Index of /yum/10.11.16/rhel9-amd64/
module_hotfixes=1
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
#[mariadb-maxscale]
#name = MariaDB MaxScale
#baseurl = https://dlm.mariadb.com/repo/maxscale/latest/yum/rhel/9/x86_64
#gpgkey=https://downloads.mariadb.com/MaxScale/MariaDB-MaxScale-GPG-KEY
#gpgcheck=1
#enabled=1
ERRRRRRR
curl -kv https://archive.mariadb.com/
- Could not resolve host: archive.mariadb.com
- Closing connection 0
curl: (6) Could not resolve host: archive.mariadb.com
cat /etc/resolv.conf
nameserver 127.0.0.53
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 1.1.1.1
nameserver 1.0.0.1
Thanks