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 ... 3 4 [5] 6 7 ... 80
61
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...

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

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

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

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

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

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

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

69
CentOS-WebPanel GUI / Re: Document Root of Main Domain
« on: December 10, 2024, 07:41:24 PM »
Yes, you must edit the Apache vhost conf (or Nginx if you use that).
Webserver Settings > WebServer Conf Editor > Apache tab > /usr/local/apache/conf.d/vhosts/
Then set it as immutable so it doesn't get blown away on a future update:
Code: [Select]
chattr +i /usr/local/apache/conf.d/vhosts/blah.com.ssl.conf(One of my customers runs a Drupal scaffold install, so their site root is /home/user/public_html/web -- so I set this for them in the Nginx vhost conf file.)

70
MySQL / Re: MARIADB10.4.0 to 10.10.0
« on: December 10, 2024, 02:50:46 PM »
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/#comment-25
Probably your missing step is:
Code: [Select]
systemctl stop mariadb mysql mysqld
systemctl disable mariadb
rpm --nodeps -ev MariaDB-server
And note that 10.10 is already EOL. You should look to 10.11 LTS -- good through Feb 2028:
https://endoflife.date/mariadb

71
Information / Re: CWP Support Site Not Working
« on: December 10, 2024, 04:27:40 AM »
Yes indeed -- until you start to consider the alternatives...
Did you reach out to Starburst? He has been known to offer temporary Pro activation while you wait for support to sort it out.
Do you have the correct ports open for CWP Pro activation? And you're not blocking any countries with CSF that might interfere?

72
PHP / Re: readline not being installed with the php compilation
« on: December 09, 2024, 03:26:56 AM »
Which version of php do you have set for CLI use?

73
Yes, the php mail function is not safe to use and is deprecated in AlmaLinux -- so use a proper alternative (SMTP) that authenticates, logs, and has manageable rate limits.

74
MySQL / Re: Can't delete MySQL user after "cPanel Account Restore"
« on: December 08, 2024, 12:52:36 AM »
The MySQL manager functions can be buggy. Try logging into phpMyAdmin and look at the DB there. You should have full control as the root user to make any adjustments or deletions you need.

75
Is it via a php script? Does it use the php mail function or does it properly authenticate via SMTP?

Pages: 1 ... 3 4 [5] 6 7 ... 80