Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by Starburst 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
32
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.
34
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.

35
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
36
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 update
37
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.
38
CSF Firewall / Re: 100's of suspicious emails an hour
« Last post by cyberspace on November 19, 2025, 11:55:16 AM »
It looks like CSF/LFD sent the notification about too long working process. You can disable it or add the process to be ignored. Look at:

/etc/csf/csf.pignore
40
Other / Re: Panel hacked and all my site infected
« Last post by derak29 on November 19, 2025, 09:32:18 AM »
Pages: 1 2 3 [4] 5 6 ... 10