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 ... 9 10 [11] 12 13 ... 101
151
E-Mail / Re: Email upload not working
« on: April 29, 2025, 10:48:37 PM »
Are you editing the php parameters in /usr/local/cwp/php71/php.ini ?

152
Apache / Re: AH00493: SIGUSR1 received. Doing graceful restart
« on: April 29, 2025, 10:52:41 AM »
Cron (anacron) runs overnight at 3 am. Is that when you are seeing this? For me apache reloads with the logrotate run that is called at that time. And as mentioned in the thread, there is the AutoSSL certificate renewals. Do your sites not come up afterward? Do you have to manually tend to things?

153
CentOS 8 Problems / Re: ImageMagick installation on Almalinux 8
« on: April 28, 2025, 12:55:29 PM »
I replied to your other post, too. Probably best to create a new thread like this for the modern OSes rather than resurrect a zombie thread like that for CentOS 7. Under AlmaLinux 8/9, it should go something like this:
Code: [Select]
dnf update -y
dnf install epel-release -y
dnf install ImageMagick ImageMagick-devel -y
dnf install php php-devel php-pear -y
pecl install imagick
[Add the extension "extension=imagick.so" to your desired PHP configuration -- php.ini]
systemctl restart httpd
systemctl restart php-fpmXX

154
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: April 28, 2025, 12:46:57 PM »
It wouldn't appear that IPv6 is enabled on your system, but you can double check here:
Code: [Select]
sysctl -a | grep -i ipv6
nmtui is a semi-graphical utility, so the procedure is not just a single command but a series of steps.
Invoke nmtui with sudo in a root shell: nmtui
Click on Edit a connection.
Select the interface you want to edit (eth0).
Go to IPv6 with the arrow keys on the keyboard.
Then select Disabled and click OK.
Run the ip a command from the terminal to confirm that IPv6 is no longer available.

155
PHP / Re: Install ImageMagick or GD ?
« on: April 28, 2025, 12:41:14 PM »
Under AlmaLinux 8/9 it would go something like this:
Code: [Select]
dnf update -y
dnf install epel-release -y
dnf install ImageMagick ImageMagick-devel -y
dnf install php php-devel php-pear -y
pecl install imagick
[Add the extension "extension=imagick.so" to your desired PHP configuration -- php.ini]
systemctl restart httpd
systemctl restart php-fpmXX

156
FTP / Re: FTP connection FAILED
« on: April 28, 2025, 10:55:29 AM »
Did you read through the wiki? For sure you would want TLS for FTP. Also, set the passive port range.
https://wiki.centos-webpanel.com/category/ftp

If the address is already in use (21), you need to find out what the conflict is or move the pure-ftpd config to operate on an alternate port.

157
Always here to help...

But, I do not like these kinds of threads. Kind of like digging a hole in the ground and yelling into it -- about the same benefit. I concede that CWP support could use some increased customer service and politeness, but there are certain personalities in play and also an eastern European culture that differs from my own. But I can work with them. And thus far my couple of support tickets have been handled professionally and promptly -- despite the time zone differences. But as I've said before, I lean hard into the DIY mode and challenge myself with self-reliance for managing servers. And this forum is also a very valuable resource to glean from, with many helpful and knowledgeable folks around.

158
E-Mail / Re: Recover customer emails.
« on: April 27, 2025, 08:17:42 PM »
More info would be helpful. What are the full circumstances? What do you have to work with?
Do you have a copy of /var/vmail? Do you include mail in your daily/monthly/weekly backups?
What have you tried to do to restore mail?

159
E-Mail / Re: Roundcube - insecure version with CWP
« on: April 26, 2025, 02:24:27 PM »
There is already an "authoritative" thread regarding that on this forum. Follow these directions, but amend them to version 1.5.9, a secure LTS version. (Change anything in the instructions 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/#comment-35

160
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: April 25, 2025, 09:55:18 PM »
If it's disabled in the kernel, there shouldn't be anything left to do (after rebooting). Can you show the results of
Code: [Select]
ip a  | grep net6

161
Information / Re: Website in Hostname
« on: April 25, 2025, 09:41:51 PM »
Server webroot is /usr/local/apache/htdocs/
serving /usr/local/apache/htdocs/index.html by default.

162
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: April 25, 2025, 10:50:30 AM »
If unused, consider disabling IPv6 to simplify your network stack (I have):
https://webhostinggeeks.com/howto/disable-ipv6-on-redhat-centos-6-centos-7/

163
Updates / Re: New problems with updates
« on: April 24, 2025, 09:35:04 PM »
Starburst has good guides here on how to bring up a new AlmaLinux 8 or 9 server. Use Alma 8 if you plan on doing the CWP -> CWP Migration. Here is his updated installer script that installs with MariaDB 10.6 (which you should then upgrade to 10.11 LTS).
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-install-tutorials/updated-cwp-installer-script-for-almalinux-8-with-mariadb-10-6/

Your other idea of doing the new backup and bringing those over would work for a new Alma 9 server. But there is a little bit of configuring you should do on your fresh system before installing CWP and bringing over accounts. Check his posts for more info.

164
Can you determine where the error occurred? Do you have the home directory created, DB user, etc?

165
Updates / Re: New problems with updates
« on: April 23, 2025, 10:02:33 PM »
CentOS 7 is EOL. You will have to update your repositories from "mirror" to "vault" -- but as an EOL operating system, updates are dried up and some software support is ending. Best to migrate to AlmaLinux 8 ASAP.

Pages: 1 ... 9 10 [11] 12 13 ... 101
<