Author Topic: AL 9.6, I have info about 240 updates  (Read 277 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
AL 9.6, I have info about 240 updates
« on: November 19, 2025, 07:11:28 AM »
Hi,

I work with AL 9.6... Since yesterday, I have info about 240 updates:

https://prnt.sc/vRmNk7sYu7wR

... but nothing happens..., after I select update, nothing happens, and this information about 240 updates available appears again ...

BR
Venty

Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #1 on: November 19, 2025, 02:07:50 PM »
As others have mentioned, the Yum Manager in the web GUI can be buggy. Best to leave yum behind as legacy and get acquainted with dnf. Try:
Code: [Select]
dnf --refresh update

Offline
***
Re: AL 9.6, I have info about 240 updates
« Reply #2 on: November 19, 2025, 02:28:00 PM »
As others have mentioned, the Yum Manager in the web GUI can be buggy. Best to leave yum behind as legacy and get acquainted with dnf. Try:
Code: [Select]
dnf --refresh update

Ok, the result is:

https://prnt.sc/wuudORVZrfXQ

his information about 240 updates available appears again ...

BR
Venty


Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #4 on: November 20, 2025, 12:16:33 PM »
That is because you are probably running AlmaLinux 9.6, and 9.7 just dropped.

So about 360 package updates is normal.

Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #5 on: November 20, 2025, 02:47:07 PM »
To fix the conflict:

Code: [Select]
dnf remove perl-DBD-MySQL -y
Code: [Select]
dnf install perl-DBD-MariaDB -y
Finish the upgrade to AlmaLinux 9.7:
Code: [Select]
dnf --refresh update

Offline
**
Re: AL 9.6, I have info about 240 updates
« Reply #6 on: November 22, 2025, 08:49:53 PM »
To fix the conflict:

Code: [Select]
dnf remove perl-DBD-MySQL -y
Code: [Select]
dnf install perl-DBD-MariaDB -y
Finish the upgrade to AlmaLinux 9.7:
Code: [Select]
dnf --refresh update

Hello.

I was just coming here because of this same problem. I have AL 9.6 + CWP 9 (to do testing) installed thanks to... ;)
And I've run into the same problem. When I try to update (I think there's an update from 9.6 to 9.7), I get several lines with:
Code: [Select]
Error: Transaction test error:
file /usr/share/mysql/charsets/Index.xml from install of mysql-common-8.0.43-1.el9_6.x86_64 conflicts with file from package MariaDB-common-10.11.15-1.el9.x86_64

file /usr/share/mysql/charsets/armscii8.xml from install of mysql-common-8.0.43-1.el9_6.x86_64 conflicts with file from package MariaDB-common-10.11.15-1.el9.x86_64

Basically, the same problem is described in this post:

https://forum.centos-webpanel.com/centos-webpanel-bugs/can-t-update-linux-os-because-of-mysql-common/msg52726
I've done some research and saw what you mentioned, Starburts, as a solution.

The link they mention here:

They talk about modifying a file to make the mail server work. I haven't done it (due to lack of time, I haven't yet done the necessary migration tests from AL8 to this server with AL9 to configure mail), so I deduce that it's not necessary.

As always, thank you for being here, on the front lines, helping out.
« Last Edit: November 22, 2025, 08:52:03 PM by Wonder »

Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #7 on: November 23, 2025, 02:11:41 AM »
We had the same problem with that message when running dnf --refresh update

If you are not running CBPolicyD, you don't need to edit any files, and just run those 2 commands above before upgrading.

Offline
**
Re: AL 9.6, I have info about 240 updates
« Reply #8 on: November 23, 2025, 12:42:43 PM »
Indeed, I don't use CBPolicyD, and that's how I proceeded. I ran both commands, the uninstaller and the installer, and AL9 updated without issue.

However, I later saw the following message in my Anacron email, and I'm not sure if it's relevant:


Code: [Select]
###############################################
Daily MySQL Backup starting
###############################################
(Sorry, I can't post the paths. Notice: the "forbidden" forum is giving an error.)
PHP Notice:  Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0

Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0
Database Backup: mysql --> /backup/mysql/daily//mysql.sql.gz
PHP Notice:  Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0

Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0
Database Backup: oauthv2 --> /backup/mysql/daily//oauthv2.sql.gz
PHP Notice:  Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0
...
Notice: Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0
Database Backup: root_cwp --> /backup/mysql/daily//root_cwp.sql.gz
PHP Notice:  Trying to access array offset on value of type null in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php on line 0
...
perl(DBD::mysql) >= 1.0 is needed by percona-toolkit-2.2.16-1.noarch


Currently, I only have the databases included with CWP9, but that last line indicates that it needs perl(DBD::mysql) >= 1.0, precisely the one we replaced. I don't know if it's all related to the replacement.
« Last Edit: November 23, 2025, 12:53:53 PM by Wonder »

Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #9 on: November 23, 2025, 11:34:42 PM »
It's an encrypted file, so I can see how/what is being run.  :-\

I have contact higher powers...  :o

Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #10 on: November 29, 2025, 12:09:46 AM »
Well the official response from Igor/CWP is "too bad".

CWP doesn't support AL9, and isn't any time soon, and does NOT support MariaDB 10.11 on CWP either...

Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #11 on: November 29, 2025, 12:53:50 AM »
@josemnunez
@Sandeep

Please see PAID SUPPORT Ticket #628625

Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #12 on: November 29, 2025, 12:45:29 PM »
Well the official response from Igor/CWP is "too bad".
That seems to be a common theme...

Offline
*****
Re: AL 9.6, I have info about 240 updates
« Reply #13 on: Today at 12:05:19 AM »
Lately it has been.

CyberPanel has been working hard on the next generation of it's panel to run on AL10 with PHP 8.5

Offline
*
Re: AL 9.6, I have info about 240 updates
« Reply #14 on: Today at 10:41:02 AM »
Hello,

I’ve been following the ongoing discussion about CWP’s lack of support for AlmaLinux 9.x, 10.x, and the newer MariaDB releases. This has affected me as well, especially since many open-source projects now require MariaDB 10.x or 11.x at minimum. Without support for these versions, CWP becomes increasingly limiting for modern deployments.

What are the technical reasons preventing CWP from supporting AlmaLinux 9.x/10.x and the newer MariaDB versions?
Also, why have the developers not provided an official statement or roadmap on the forum regarding these issues?

On a related note, CyberPanel looks like an interesting alternative — has anyone here tried it?

Thanks