Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Installation / Re: Fresh install mesxes up already
« Last post by overseer on December 04, 2025, 03:43:57 AM »
You could follow Wonder as he was following the AlphaGNU MariaDB upgrade guide. The only difference is he was having to disable the CWP repo before continuing with the process:

cp /etc/my.cnf /etc/my.cnf.bak
systemctl stop mariadb mysql mysqld
systemctl disable mariadb
rpm -e --nodeps $(rpm -qa | grep -i mariadb)
rpm -e --nodeps mysql-common mysql-libs mysql-devel
rpm --nodeps -ev MariaDB-server
rpm -e --nodeps mariadb-server
dnf module disable mariadb -y
yum clean all
nano /etc/yum.repos.d/cwp.repo
   Set enabled=0
Save changes, and then:
yum install MariaDB-server MariaDB-client MariaDB-devel MariaDB-shared net-snmp perl-DBD-MySQL -y
Then, very important:
nano /etc/yum.repos.d/cwp.repo
   Set enabled=1
Save changes
dnf --refresh update
12
Updates / Re: Error during dnf -y update
« Last post by Starburst on December 03, 2025, 11:47:40 PM »
And yet this is the MariaDB version CWP supports, but not 10.11.x...

I can' tell you what's going on with CWP on AL8, that's more @overseer area and version.

I can tell you after install on AL9, the first thing I do is upgrade MariaDB to 10.11 before running dnf --refresh update
13
Installation / Re: Fresh install mesxes up already
« Last post by DragoCom on December 03, 2025, 09:31:57 PM »
See if you can resolve it with the advice in this thread:
https://forum.centos-webpanel.com/installation/problemas-instalando-cwp-8-con-mariadb/

I tried reading that thread but it seems to be all over the place with suggestions. Has there been a step by step putogether to fi this issue as of yet that I can follow?
14
Installation / Re: Fresh install mesxes up already
« Last post by DragoCom on December 03, 2025, 09:24:23 PM »
They really need to fix their installer... is it erroring on a mysql/MariaDB package?

[root@viking ~]# dnf -y update
Last metadata expiration check: 0:56:43 ago on Wed 03 Dec 2025 09:22:30 PM CET.
Error:
 Problem 1: package MariaDB-shared-10.5.29-1.el8.x86_64 from cwp requires MariaDB-common, but none of the providers can be installed
  - cannot install the best update candidate for package mariadb-connector-c-3.1.11-2.el8_3.x86_64
  - package MariaDB-common-10.5.29-1.el8.x86_64 from cwp is filtered out by modular filtering
 Problem 2: package MariaDB-shared-10.5.29-1.el8.x86_64 from cwp requires MariaDB-common, but none of the providers can be installed
  - cannot install the best update candidate for package mariadb-connector-c-config-3.1.11-2.el8_3.noarch
  - package MariaDB-common-10.5.29-1.el8.x86_64 from cwp is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
15
Updates / Error during dnf -y update
« Last post by DragoCom on December 03, 2025, 09:22:47 PM »
[root@viking ~]# dnf -y update
Last metadata expiration check: 0:56:43 ago on Wed 03 Dec 2025 09:22:30 PM CET.
Error:
 Problem 1: package MariaDB-shared-10.5.29-1.el8.x86_64 from cwp requires MariaDB-common, but none of the providers can be installed
  - cannot install the best update candidate for package mariadb-connector-c-3.1.11-2.el8_3.x86_64
  - package MariaDB-common-10.5.29-1.el8.x86_64 from cwp is filtered out by modular filtering
 Problem 2: package MariaDB-shared-10.5.29-1.el8.x86_64 from cwp requires MariaDB-common, but none of the providers can be installed
  - cannot install the best update candidate for package mariadb-connector-c-config-3.1.11-2.el8_3.noarch
  - package MariaDB-common-10.5.29-1.el8.x86_64 from cwp is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)


It's a brand new fresh install, mariadb has not been attempted to be upgraded and yet I am getting errors straight out of the box for Almalinux 8 and CWP Pro.

Any suggestions? I have not done the starburst update to mariadb 10.11 yet because I had to wipe and start over before this because the proceedure no longer works for some reason :(
16
Backup / Re: BACKUP GOOGLE DRIVE
« Last post by Starburst on December 03, 2025, 08:00:23 PM »
@interweb

Interesting little script.

Thanks for sharing.
17
Updates / Re: AL 9.6, I have info about 240 updates
« Last post by Starburst on December 03, 2025, 07:59:44 PM »
Problem with CyberPanel right now is they had 3 major vulnerabilities that allowed hackers to access the server.

Not to mention, they don't support AL10, yet.

But do support PHP 8.4 and 8.5
18
Updates / Re: CyberPanel
« Last post by overseer on December 03, 2025, 03:17:50 PM »
From what it looks like, CyberPanel is OpenLitespeed-based which is good for WordPress sites, but if you need Nginx, you are out of luck. I don't mind OpenLitespeed, but as a drop-in replacement for Apache there could be some nuanced differences to be aware of. It looks as though one or two of the add-ons would be useful or even necessary, so you're best off buying the package of All Add-ons for $59/yr. If that's the case, it's nearly 5x more expensive than CWP.
19
Installation / Re: Fresh install mesxes up already
« Last post by overseer on December 03, 2025, 03:12:18 PM »
20
Backup / Re: BACKUP GOOGLE DRIVE
« Last post by overseer on December 03, 2025, 03:07:38 PM »
Is there a question you have, or are you just informing of your current plans?
Pages: 1 [2] 3 4 ... 10