Show Posts

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.


Messages - overseer

Pages: 1 ... 14 15 [16] 17 18 ... 91
226
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/

228
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

229
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.

230
Apache / Re: Stop Apache from opening file
« on: December 18, 2024, 08:04:46 PM »
I think you're on the right track, but maybe set it more broadly?
Code: [Select]
DefaultType application/octet-stream
Or did you try the Content-Disposition header?
Code: [Select]
<filesMatch "^([^.]+)$">
Header set Content-Disposition "attachment"
</filesMatch>

231
CentOS 7 Problems / Re: Lost roundcube database
« on: December 18, 2024, 07:58:01 PM »
Do you have backups enabled? If so, you should have sqldumps available to restore:
Code: [Select]
ls -al /backup/mysql/dailySo you should have something like this:
Code: [Select]
-rw-r--r--. 1 root root   591608 Dec 16  2021 roundcube.sql
-rw-r--r--. 1 root root   251495 Dec 18 03:29 roundcube.sql.gz

232
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!

233
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...

234
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.)

235
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.

236
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/

237
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!

238
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...

239
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).

240
MySQL / Re: MARIADB10.4.0 to 10.10.0
« on: December 10, 2024, 07:43:27 PM »
Oh, and I am referencing from my notes that you should do a full reboot of the server after the MariaDB upgrade. Since CWP also lives in the DB, it gets a little confused (postfix, roundcube are also DB-reliant).

Pages: 1 ... 14 15 [16] 17 18 ... 91