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 ... 5 6 [7] 8 9 ... 97
91
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

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

93
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

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

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

96
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?

97
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

98
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

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

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

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

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

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

104
PHP / Re: install PHP 5.6. on entOS Stream release 9 ?
« on: April 23, 2025, 12:33:14 AM »
Abu_Haron, RHEL proper would be free for you:
https://developers.redhat.com/articles/faqs-no-cost-red-hat-enterprise-linux
Then you wouldn't have to worry about stability on your server.

105
Installation / Re: PHP-FPM Selector 8.1 x 8.2 x 8.3 failed
« on: April 21, 2025, 09:45:03 PM »
What OS are you running? What is your basic server configuration? CWP Pro?

Pages: 1 ... 5 6 [7] 8 9 ... 97