11
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by Wonder 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:
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.
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.noarchCurrently, 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.
12
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by Starburst 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.
If you are not running CBPolicyD, you don't need to edit any files, and just run those 2 commands above before upgrading.
13
Information / Re: I can't access my post history in this forum...
« Last post by Wonder on November 22, 2025, 08:56:45 PM »Unfortunately, we lost those features a long time ago. Besides, it no longer notifies you by email when someone replies to one of your posts, and when you click "publish," a "form not secure" message appears.
Hopefully, some of these features will return; for me, they were important...
Hopefully, some of these features will return; for me, they were important...
14
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by Wonder on November 22, 2025, 08:49:53 PM »To fix the conflict:Code: [Select]dnf remove perl-DBD-MySQL -yCode: [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_64Basically, 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.
15
CentOS-WebPanel Bugs / Re: [CRITICAL] Multiple CWP Servers Infected – Arbitrary PHP Code Execution via Publ
« Last post by ~Q~ on November 22, 2025, 06:36:57 PM »This wave of malware was nasty.
Maldetect / CalmAv failed big time.
I would find the issues (wordpress sites) fix the directories permissions and delete hijacked files.
MU plugin folder was constantly being populated with *php
Following the instructions here and all over the web (LOL) I finally beat it.
The plugin Wordfence is bloated for daily use on each and every site but I did in stall it on the two sites I was having the hardest time taming and it did find the last few (4-5) files that I missed. I should have installed it sooner. In any event it found the last few suspicious files and I manually nuked them, then uninstalled it.
Maldetect / CalmAv failed big time.
I would find the issues (wordpress sites) fix the directories permissions and delete hijacked files.
MU plugin folder was constantly being populated with *php
Following the instructions here and all over the web (LOL) I finally beat it.
The plugin Wordfence is bloated for daily use on each and every site but I did in stall it on the two sites I was having the hardest time taming and it did find the last few (4-5) files that I missed. I should have installed it sooner. In any event it found the last few suspicious files and I manually nuked them, then uninstalled it.
16
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by Starburst on November 20, 2025, 02:47:07 PM »17
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by Starburst 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.
So about 360 package updates is normal.
18
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by Martins-phpbb on November 20, 2025, 08:13:27 AM »19
CentOS-WebPanel Bugs / Re: Can't update linux OS because of mysql-common
« Last post by XHOST on November 20, 2025, 02:40:55 AM »Hi, i got the solution, you need to remove the module perl-DBD-MySQL, and if you use cbpolicyd you need to modify the file /etc/cbpolicyd/cluebringer.conf
in DSN=DBI:mysql:database=postfix_policyd;host=localhost
you need to put DSN=DBI:MariaDB:database=postfix_policyd;host=localhost
then you can update almalinux and still got mail server working.
the solution cost me a lot of time to figure it out.
in DSN=DBI:mysql:database=postfix_policyd;host=localhost
you need to put DSN=DBI:MariaDB:database=postfix_policyd;host=localhost
then you can update almalinux and still got mail server working.
the solution cost me a lot of time to figure it out.
20
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by venty 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
Recent Posts