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.
121
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
122
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
123
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.
124
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.
125
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.
126
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.
127
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.)
128
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
129
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.
130
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?
131
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)
132
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?
133
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?
134
Other / Re: Completely stuck not able to login to Admin after rest password
« on: March 03, 2025, 02:25:54 AM »
I am done; root can now login to CWP Admin. Sending you a PM with details of what I did. Perhaps the most important thing was following these EL9 directions to compensate for a bug:
Please if your computer is running on any distro 9, please do the following to resolve the issue
Find and edit the following file
/etc/login.defs
And Change the following lineCode: [Select]SHA_CRYPT_MAX_ROUNDS 10000
toCode: [Select]SHA_CRYPT_MAX_ROUNDS 5000
Then change the password and you will be able to log in without any problem.
135
Other / Re: Completely stuck not able to login to Admin after rest password
« on: March 03, 2025, 01:38:34 AM »
I am not able to connect; I sent you my IP address via PM here so you could whitelist it on the firewall.