This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
31
MySQL / Re: mariadb error during update
« on: March 09, 2025, 03:25:38 AM »
You tried the correct portion of the instructions for your OS? Which OS are you running?
32
Apache / Re: Nginx intermittent
« on: March 08, 2025, 10:06:03 PM »
Where are you located? Is it just regional network congestion? I have one CWP server using nginx and it is having no issues. Likewise my CWP server using apache is responding nominally as well.
33
MySQL / Re: mariadb error during update
« on: March 08, 2025, 10:03:50 PM »
I would suggest upgrading to MariaDB 10.11 (an LTS version) in the current stream of your 10.x install:
https://endoflife.date/mariadb
Here are directions from a CWP developer:
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/#comment-25
https://endoflife.date/mariadb
Here are directions from a CWP developer:
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/#comment-25
34
Information / Re: mariadbd constantly crashing [FIXED, CLICK ME]
« on: March 08, 2025, 12:47:33 PM »
Also consider MySQL tuning scripts that can recommend other parameters that may help your situation:
https://github.com/major/MySQLTuner-perl
https://github.com/major/MySQLTuner-perl
35
CSF Firewall / Re: Firewall does not get enabled in CentOS8 install of CWP
« on: March 07, 2025, 09:20:42 PM »
You will with CentOS 8 Stream. Better to ELevate to AlmaLinux or start fresh with AlmaLinux 8 or 9.
36
Suggestions / Re: php 8.4
« on: March 06, 2025, 02:45:32 PM »
Did you actually separately install php 8.4? Those directories provide the functionality of allowing that new version to be selectable in CWP.
37
CentOS 7 Problems / Re: cwp7 pro + managed support is not worth it !!!
« on: March 06, 2025, 03:49:04 AM »
I think the two are separate issues. CWP Pro is a good value at its annualized price. Managed support may not be a good value if you are not getting your expectations met. Maybe look into per-incident pricing instead or look into a mercenary sysadmin (perhaps I qualify) for as-needed support.
But CoriaWeb Hosting is actively evangelizing here for Hestia, hence my suggestion for them to just move on to their greener pastures. I'm a satisfied CWP Pro customer and can solve my own issues, wait for an update, or inquire of the other experts on this forum or the AlphaGNU forum.
But CoriaWeb Hosting is actively evangelizing here for Hestia, hence my suggestion for them to just move on to their greener pastures. I'm a satisfied CWP Pro customer and can solve my own issues, wait for an update, or inquire of the other experts on this forum or the AlphaGNU forum.
38
CentOS 7 Problems / Re: cwp7 pro + managed support is not worth it !!!
« on: March 06, 2025, 01:46:24 AM »
I guess you can quit griping and move on, then. For me, $15 annually is close enough to $0.
39
DKIM / Re: How to implement 2048 bit DKIM keys on CWP servers.
« on: March 04, 2025, 12:51:24 PM »
You can create a signing pair at 4096 bits if you so desire:
https://www.transip.eu/knowledgebase/using-dkim-with-postfix/
(But maybe study the utility of such a change and its effects -- computationally expensive.)
https://www.transip.eu/knowledgebase/using-dkim-with-postfix/
(But maybe study the utility of such a change and its effects -- computationally expensive.)
40
Installation / Re: Failed to restart cbpolicyd.service: Unit cbpolicyd.service not found.
« on: March 03, 2025, 09:02:33 PM »Code: [Select]
sh /scripts/install_cbpolicyd
41
MySQL / Re: Help restore rouncube mysql.
« on: March 03, 2025, 08:44:45 PM »
Yes indeed, simple fix as they usually are, once you look in the right place.
That Alphagnu link for 1.5.9 was for after the fact, once you got it working. It will bring it to latest LTS version that works with CWP.
That Alphagnu link for 1.5.9 was for after the fact, once you got it working. It will bring it to latest LTS version that works with CWP.
42
Backup / Re: Restore CWP7 pro from weekly.
« on: March 03, 2025, 04:57:29 PM »
CWP's internal backup system is good for filesystem-level restores, especially if clients shoot themselves in the foot. Also MySQL (MariaDB) version backups so you can roll back a DB to a previous state. But if you need to roll back the whole system, a snapshot/system image is a better choice. Are you doing snapshots of your VM/VPS/bare metal server?
43
MySQL / Re: Help restore rouncube mysql.
« on: March 03, 2025, 04:52:50 PM »
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-158-%E2%80%93-control-web-panel/
(change to 1.5.9, current CWP compatible LTS version)
(change to 1.5.9, current CWP compatible LTS version)
44
MySQL / Re: Help restore rouncube mysql.
« on: March 03, 2025, 02:34:11 PM »
Roundcube initialization DB is available here:
https://github.com/roundcube/roundcubemail/blob/master/SQL/mysql.initial.sql
You can load it in via the CLI mariadb client, or with phpMyAdmin.
But it seems more to be a permissions problem based on your error. Have you updated your config to reflect the correct username, password -- DB credentials?
https://github.com/roundcube/roundcubemail/blob/master/SQL/mysql.initial.sql
You can load it in via the CLI mariadb client, or with phpMyAdmin.
But it seems more to be a permissions problem based on your error. Have you updated your config to reflect the correct username, password -- DB credentials?
45
Installation / Re: Failed to restart cbpolicyd.service: Unit cbpolicyd.service not found.
« on: March 03, 2025, 01:26:10 PM »
Have you made attempts to install and configure cbpolicyd?