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.
346
CentOS-WebPanel Bugs / Re: Cannot log in to the MySQL server
« on: December 20, 2024, 10:36:37 PM »
Are you able to login as root okay? Is it just end users who cannot login to phpMyAdmin?
Are sites still working that use various DB users (e.g. kostivca_wp1234)?
Are sites still working that use various DB users (e.g. kostivca_wp1234)?
347
Updates / Re: Problem Yesterday Update (19Dic)
« on: December 20, 2024, 10:34:00 PM »
I haven't noticed any problems with yesterday's CWP update (0.9.8.1190). Try this:
https://blog.alphagnu.com/fix-cwp-500-internal-server-error-expired-white-blank-screen/
https://blog.alphagnu.com/fix-cwp-500-internal-server-error-expired-white-blank-screen/
349
CentOS 7 Problems / Re: Lost roundcube database
« on: December 19, 2024, 10:02:57 PM »
If you follow this guide to update to 1.5.9 (change all references from 1.5.8 to 1.5.9):
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-158-%E2%80%93-control-web-panel/
The roundcube tarball comes with:
/SQL/mysql.initial.sql
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-158-%E2%80%93-control-web-panel/
The roundcube tarball comes with:
/SQL/mysql.initial.sql
350
How to / Re: Increase /root Partition in CWP?
« on: December 18, 2024, 08:08:46 PM »
Consider periodically looking at your log files and truncating them to zero bytes:
https://blog.alphagnu.com/how-to-clean-all-log-files-in-cwp-control-webpanel-to-gain-disk-space/
Or better still, set up logrotate to keep them at a manageable size.
https://blog.alphagnu.com/how-to-clean-all-log-files-in-cwp-control-webpanel-to-gain-disk-space/
Or better still, set up logrotate to keep them at a manageable size.
353
CentOS-WebPanel Bugs / Re: CentOS 9 stream CWP installation problem
« on: December 17, 2024, 06:19:47 PM »
Going back to your thread title, hopefully you are not trying to use CentOS 9 Stream... We are recommending AlmaLinux 9 for production server use!
354
Migration from other control panels / Re: AlmaLinux 8 CWP -> AlmaLinux 9 CWP Migration
« on: December 17, 2024, 07:44:02 AM »
Sorry, I'm still in the conservative EL8 camp. Maybe I can spin up an EL9 VM and give it a go, but you're still ahead of me...
355
CentOS-WebPanel Bugs / Re: CentOS 9 stream CWP installation problem
« on: December 16, 2024, 04:57:08 PM »
Start over with a fresh installation and run CWP migration to move the sites over. (It will be faster than trying to troubleshoot a broken installation.)
356
How to / Re: Increase /root Partition in CWP?
« on: December 16, 2024, 12:34:39 AM »
I'm not sure I could give you a boilerplate recipe you could blindly follow... I think this is a case where you really, actually need to know what you are doing.
357
How to / Re: Increase /root Partition in CWP?
« on: December 14, 2024, 07:01:50 PM »
One system I manage uses traditional partitions, therefore fdisk and growpart are needed:
https://thelinuxcode.com/extend-xfs-filesystem-linux-without-lvm/
But other systems I manage use LVM, so this is a good guide:
https://sleeplessbeastie.eu/2020/04/22/how-to-expand-an-existing-xfs-filesystem-on-lvm-logical-volume/
https://thelinuxcode.com/extend-xfs-filesystem-linux-without-lvm/
But other systems I manage use LVM, so this is a good guide:
https://sleeplessbeastie.eu/2020/04/22/how-to-expand-an-existing-xfs-filesystem-on-lvm-logical-volume/
358
How to / Re: Increase /root Partition in CWP?
« on: December 14, 2024, 04:28:49 AM »
I have to do this periodically when my customers run their disk usage up -- constant upward growth in disk space due to never emptying trash, hoarding e-mails, etc. That's a decent guide you posted, but more details can be necessary. Good to test on a local copy before you commit to doing it on a remote VM. And yes, always snapshot first, and/or a full backup image of your VM!
359
Updates / Re: Notification: Available updates - SECURITY ISSUE
« on: December 13, 2024, 04:32:08 PM »
Sing with me now:
99 bugs in the software... you take one down, fix it around, 105 bugs in the software...
99 bugs in the software... you take one down, fix it around, 105 bugs in the software...
360
MySQL / Re: MARIADB10.4.0 to 10.10.0
« on: December 10, 2024, 10:18:21 PM »
I would just follow Sandeep's full set of steps in the linked forum post. (It will remove MariaDB 10.4 and should take you to 10.11.9).