11
CentOS-WebPanel Bugs / SSL Renewal BUG
« Last post by dani521 on October 01, 2025, 09:03:27 PM »the SSL Cannot be renewed because of missing AAAA Record (IPv6)
- venelina.bg
Error Message: AutoSSL Issue Failed! ->[Wed Oct 1 21:06:15 EEST 2025] Using CA: https://acme-v02.api.letsencrypt.org/directory [Wed Oct 1 21:06:15 EEST 2025] Multi domain='DNS:www.venelina.bg,DNS:venelina.bg' [Wed Oct 1 21:06:19 EEST 2025] Getting webroot for domain='www.venelina.bg' [Wed Oct 1 21:06:19 EEST 2025] Getting webroot for domain='venelina.bg' [Wed Oct 1 21:06:19 EEST 2025] Verifying: www.venelina.bg [Wed Oct 1 21:06:21 EEST 2025] Pending. The CA is processing your order, please wait. (1/30) [Wed Oct 1 21:06:24 EEST 2025] www.venelina.bg: Invalid status. Verification error details: DNS problem: NXDOMAIN looking up A for www.venelina.bg - check that a DNS record exists for this domain; no valid AAAA records found for www.venelina.bg [Wed Oct 1 21:06:24 E
error message from certbot!
- venelina.bg
Error Message: AutoSSL Issue Failed! ->[Wed Oct 1 21:06:15 EEST 2025] Using CA: https://acme-v02.api.letsencrypt.org/directory [Wed Oct 1 21:06:15 EEST 2025] Multi domain='DNS:www.venelina.bg,DNS:venelina.bg' [Wed Oct 1 21:06:19 EEST 2025] Getting webroot for domain='www.venelina.bg' [Wed Oct 1 21:06:19 EEST 2025] Getting webroot for domain='venelina.bg' [Wed Oct 1 21:06:19 EEST 2025] Verifying: www.venelina.bg [Wed Oct 1 21:06:21 EEST 2025] Pending. The CA is processing your order, please wait. (1/30) [Wed Oct 1 21:06:24 EEST 2025] www.venelina.bg: Invalid status. Verification error details: DNS problem: NXDOMAIN looking up A for www.venelina.bg - check that a DNS record exists for this domain; no valid AAAA records found for www.venelina.bg [Wed Oct 1 21:06:24 E
error message from certbot!
12
MySQL / Re: update mariadb in almalinux 8
« Last post by setecabanas on September 30, 2025, 08:18:35 PM »fixed
I add flag: --nobest
and mariadb was installed correctly
thanks
I add flag: --nobest
Code: [Select]
yum install MariaDB-server MariaDB-client MariaDB-devel MariaDB-shared net-snmp perl-DBD-MySQL -y --nobest
and mariadb was installed correctly
thanks
13
MySQL / Re: update mariadb in almalinux 8
« Last post by overseer on September 30, 2025, 07:42:10 PM »Another set of directions from Sandeep (a CWP developer):
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/
Did you miss the step of removing your existing MariaDB install (it will preserve your databases) before attempting the upgrade?
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/
Did you miss the step of removing your existing MariaDB install (it will preserve your databases) before attempting the upgrade?
14
MySQL / update mariadb in almalinux 8
« Last post by setecabanas on September 30, 2025, 07:33:27 PM »I try to follow these steps: https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-in-cwp-on-almalinux-8/
However in step 4
my repository:
could help me?
However in step 4
Code: [Select]
dnf install MariaDB-server MariaDB-client net-snmp perl-DBD-MySQL -y
...
Error:
Problem: package MariaDB-server-10.6.23-1.el8.x86_64 from mariadb requires MariaDB-client >= 10.6.1, but none of the providers can be installed
- cannot install both MariaDB-client-10.6.21-1.el8.x86_64 from mariadb and MariaDB-client-10.5.29-1.el8.x86_64 from cwp
- cannot install both MariaDB-client-10.6.22-1.el8.x86_64 from mariadb and MariaDB-client-10.5.29-1.el8.x86_64 from cwp
- cannot install both MariaDB-client-10.6.23-1.el8.x86_64 from mariadb and MariaDB-client-10.5.29-1.el8.x86_64 from cwp
- cannot install the best candidate for the job
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
my repository:
Code: [Select]
[root@s3 src]# cat /etc/yum.repos.d/mariadb.repo
# MariaDB 10.11 RedHatEnterpriseLinux repository list - created 2025-09-30 19:31 UTC
# https://mariadb.org/download/
[mariadb]
name = MariaDB
# rpm.mariadb.org is a dynamic mirror if your preferred mirror goes offline. See https://mariadb.org/mirrorbits/ for details.
# baseurl = https://rpm.mariadb.org/10.11/rhel/$releasever/$basearch
baseurl = https://mirrors.up.pt/pub/mariadb/yum/10.11/rhel/$releasever/$basearch
module_hotfixes = 1
# gpgkey = https://rpm.mariadb.org/RPM-GPG-KEY-MariaDB
gpgkey = https://mirrors.up.pt/pub/mariadb/yum/RPM-GPG-KEY-MariaDB
gpgcheck = 1
could help me?
15
CentOS-WebPanel GUI / Re: PHP_FPM Selector completely broken
« Last post by Purelaise on September 30, 2025, 10:47:30 AM »Yup no such file is there. I have opened a ticket. l'll let you know what they say
Thanks
Thanks
16
CentOS-WebPanel GUI / Re: PHP_FPM Selector completely broken
« Last post by overseer on September 30, 2025, 10:42:54 AM »The file /usr/local/cwpsrv/htdocs/resources/conf/el/php-fpm_selector/versions.ini doesn't exist on any of my CWP/php-fpm running systems, so I think that error is a red herring. Can you dig into the logs more? You may need to open a support ticket with CWP directly -- I've never encountered that error before.
17
CentOS-WebPanel GUI / PHP_FPM Selector completely broken
« Last post by Purelaise on September 30, 2025, 09:32:57 AM »We use php-fpm exclusively on our Alma 8 Server. Today i went to the seclector and i am seeing the following:
Warning: parse_ini_file(/usr/local/cwpsrv/htdocs/resources/conf/el/php-fpm_selector/versions.ini): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/modules/phpfpm_selector/traits/PHPFPMVersionsHandler.php on line 0
Warning: Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/modules/phpfpm_selector/traits/PHPFPMVersionsHandler.php on line 0
It says "None php version installed". This is crazy - i have 7.4 -> 8.3 installed. I cant do anything at the moment. Ideas welcome
Warning: parse_ini_file(/usr/local/cwpsrv/htdocs/resources/conf/el/php-fpm_selector/versions.ini): failed to open stream: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/modules/phpfpm_selector/traits/PHPFPMVersionsHandler.php on line 0
Warning: Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/modules/phpfpm_selector/traits/PHPFPMVersionsHandler.php on line 0
It says "None php version installed". This is crazy - i have 7.4 -> 8.3 installed. I cant do anything at the moment. Ideas welcome
18
E-Mail / Re: Mailinglists on cwppro7
« Last post by overseer on September 27, 2025, 04:54:12 PM »Doesn't seem to be much in the GUI:
https://forum.centos-webpanel.com/informations/email-lists/
You can accomplish this in the CLI of course, but not so accessible to clients. So it would be possible to migrate over existing cPanel lists, but then they wouldn't be manageable in the web GUI.
https://forum.centos-webpanel.com/informations/email-lists/
You can accomplish this in the CLI of course, but not so accessible to clients. So it would be possible to migrate over existing cPanel lists, but then they wouldn't be manageable in the web GUI.
19
E-Mail / Mailinglists on cwppro7
« Last post by JM_Stoorvogel on September 27, 2025, 03:45:22 PM »I haven't been able to find the mailing lists, if there are any.
It's common in cPanel to have mailinglists, GNU Mailmain is used.
How is this handled when migrating van cPanel?
Can anyone shine a light on this topic?
It's common in cPanel to have mailinglists, GNU Mailmain is used.
How is this handled when migrating van cPanel?
Can anyone shine a light on this topic?
20
SSL / Re: Problem with renewed SSL certificate and Email
« Last post by overseer on September 26, 2025, 04:22:18 PM »Did renewing them resolve the issue for you? Which issuer from LetsEncrypt are your certs signed by? Mine are typically E7, one server is getting R13 as the issuer.