Author Topic: Alma linux 8 fresh install script error  (Read 43980 times)

0 Members and 2 Guests are viewing this topic.

Offline
*
Alma linux 8 fresh install script error
« on: February 07, 2025, 06:21:50 PM »
on fresh almalinux 8.10 version auto installation script gives error.

There is no 10.4 folder in mariadb.org site anymore.

Can't install.

Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml

Offline
*
Re: Alma linux 8 fresh install script error
« Reply #1 on: February 07, 2025, 08:58:33 PM »
workaround.

after downloading "http://centos-webpanel.com/cwp-el8-latest" don't run it.
need to be edited and changed repository section.

"# MariaDB 10.4 CentOS repository list - created 2020-06-23 23:26 UTC
# http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.4/centos8-amd64
"

change 10.4 to 10.5
or any other version. (check yum.mariadb.org for available builds)
sample:
baseurl = http://yum.mariadb.org/10.5/centos8-amd64


Offline
*****
Re: Alma linux 8 fresh install script error
« Reply #2 on: February 07, 2025, 10:54:07 PM »
Out of curiosity, is your forum name a joke or a legit description?

Offline
*
Re: Alma linux 8 fresh install script error
« Reply #3 on: February 08, 2025, 11:31:09 PM »
workaround.

after downloading "http://centos-webpanel.com/cwp-el8-latest" don't run it.
need to be edited and changed repository section.

"# MariaDB 10.4 CentOS repository list - created 2020-06-23 23:26 UTC
# http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.4/centos8-amd64
"

change 10.4 to 10.5
or any other version. (check yum.mariadb.org for available builds)
sample:
baseurl = http://yum.mariadb.org/10.5/centos8-amd64

This doesn't work. Is there another option?

P.S. This is a complete joke. They've had this problem for 5 days and they still can't fix it. It's not true

Offline
*****
Re: Alma linux 8 fresh install script error
« Reply #4 on: February 09, 2025, 03:12:28 AM »
I was referring to the OP's handle "spammer_ru" -- I hope it's a joke because I for sure would give no aid nor quarter to a legit Russian spammer!

Meanwhile, the answer to the installation problem is in this thread:
https://forum.centos-webpanel.com/centos-8-problems/can-not-install-cwp-8-on-rockylinux-8-or-almalinux-8/?topicseen
Follow cyberspace's solution, but to be totally clear, use MariaDB LTS version 10.11. So you are substituting in 10.11 instead of 10.4 in the MariaDB installation version.

Offline
*
Re: Alma linux 8 fresh install script error
« Reply #5 on: February 10, 2025, 09:57:11 PM »
The setup file (cwp-el8-latest) has been corrected and the problem has been resolved.

Please try again by doing a clean install of alma 8.

The problem was at the MariaDB repo address, it was fixed with my warning...

Offline
*
Re: Alma linux 8 fresh install script error
« Reply #6 on: February 10, 2025, 10:32:41 PM »
you got do this to fix it . i run into this over the weekend  take me 24 hours to find what going on after changeing mirrs after mirr... cwp cant update software keep us in out of date software so you got fix the installer .... "nano cwp-el8-latest" the installer and change  it ..


did few changes make your own  they wont fix it  :( :o     cant post it The following error or errors occurred while posting this message:
The message exceeds the maximum allowed length (20000 characters).

got to make your own code  ;D

Code: [Select]
nano cwp-el8-latest 
« Last Edit: February 10, 2025, 10:43:54 PM by james88 »

Offline
*
Re: Alma linux 8 fresh install script error
« Reply #7 on: February 10, 2025, 10:52:48 PM »
you got do this to fix it . i run into this over the weekend  take me 24 hours to find what going on after changeing mirrs after mirr... cwp cant update software keep us in out of date software so you got fix the installer .... "nano cwp-el8-latest" the installer and change  it ..


did few changes make your own  they wont fix it  :( :o     cant post it The following error or errors occurred while posting this message:
The message exceeds the maximum allowed length (20000 characters).

got to make your own code  ;D

Code: [Select]
nano cwp-el8-latest

am on MySQL version: 15.2 need few more changes

https://shorturl.at/0JMLl here what i did  not right but it works running

Offline
*