11
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...
12
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.
13
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.
14
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by Starburst on November 20, 2025, 02:47:07 PM »15
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.
16
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by Martins-phpbb on November 20, 2025, 08:13:27 AM »17
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.
18
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
19
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by overseer 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 update20
Other / Re: Panel hacked and all my site infected
« Last post by overseer on November 19, 2025, 02:04:22 PM »We can't directly help you without more specifics. If you want us to take a look, what is the actual domain in question?
Please do read that thread anandmys linked -- completely. You can see how to disinfect the server and mitigate other PHP injection attacks. You need to secure your PHP Installation and disable any unused functions.
Please do read that thread anandmys linked -- completely. You can see how to disinfect the server and mitigate other PHP injection attacks. You need to secure your PHP Installation and disable any unused functions.
Recent Posts