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 - cyberspace

Pages: 1 ... 4 5 [6] 7 8 ... 14
76
MySQL / Re: MARIADB10.4.0 to 10.10.0
« on: October 03, 2024, 06:59:27 AM »
1. MariaDB 10.10.is EOL. It is better to upgrade MariaDB to 10.6 or 10.11.

2. Centos 8 aren't supported by MariaDB. It is EOL too.

You can upgrade MariaDB on Centos 8 to 10.10 still, but you need to download the binary packages (RPM) and install them manually. So I recommend you to upgrade MariaDB to 10.6 following the instructions:
https://wiki.centos-webpanel.com/mariadb-upgrade-from-10-2-to-10-4
with minor changes.

77
MySQL / Re: MARIADB10.4.0 to 10.10.0
« on: October 03, 2024, 05:18:32 AM »
Yes. The instructions are still valid with minor changes. You just need to change the line:

Code: [Select]
sed -i 's/10.2/10.4/g' /etc/yum.repos.d/mariadb.repo
Use the current MariaDB version installed on your server as the first argument and the new MariaDB version as the second argument.

78
CSF Firewall / Re: SSH Server - Failed $CRYPTO_POLICY
« on: October 02, 2024, 09:37:34 PM »
Excellent !

REMINDER (for all users): The skills "read logs" and "read docs" increases the possibility to fix the problem up to 90% )

79
MySQL / Re: Message after upgrading to MariaDB 11.4.x LTS
« on: October 02, 2024, 06:02:36 PM »
Support of MariaDB 11.4.x ends in 4 years and 8 months. I think this is more than enough period time to make smooth switch from mysql to mariadb :)

80
Does your answer mean "the problem is solved" ?

81
CSF Firewall / Re: SSH Server - Failed $CRYPTO_POLICY
« on: October 02, 2024, 06:34:32 AM »
Did you check /var/log/messages ?

Also, do you use some security addons like SELinux ? What does "sestatus" show ? Run it as root in shell.

82
CentOS 7 Problems / Re: CPU 100%
« on: October 02, 2024, 06:08:16 AM »
Check access_logs:
/usr/local/apache/domlogs/
of the websites associated with the user "entrelac". It will help you to understand if the site is under attack or there are some "heavy" requests or the site is bombarded by some bot and then act accordingly.

Additionally. it will be good idea to check "server-status":
https://forum.centos-webpanel.com/i-can-build-it/apache-status-accesses/msg48966/?topicseen#msg48966

83
CSF Firewall / Re: SSH Server - Failed $CRYPTO_POLICY
« on: October 01, 2024, 09:13:40 PM »
Do you get some errors associated with sshd in /var/log/messages ?

Did you modify
Code: [Select]
/etc/ssh/sshd_config recently ?

Show whole output of "systemctl status sshd.service" and "journalctl -xe".



84
Send some REST API request and then check error logs of the sites and webserver:
/usr/local/apache/logs/error_log
/usr/local/apache/domlogs/DOMAIN.error.log

to investigate problem.

85
Installation / Re: Installation guide wrong
« on: October 01, 2024, 03:34:51 PM »
CentOS Stream 8 has reached end of life on May 31, 2024.

Use Almalinux 8/9 or Rocky Linux 8/9 or Oracle Linux 8 for CWP.

I recommend to use Almalinux 8.


86
There is no "best" scenario because it depends on many factors. Some factors are your system administration skill and linux knowledge. So if you are very skilled system administrator and knows how linux works then you can try to Elevate your server/VPS to Almalinux 8/9. If you aren't very skilled then prepare a new fresh server and migrate your accounts from the old server to new using CWP migration tools.

Please don't be offended but if you ask such questions and need "step by step" instructions then it means you have average system administration skills and linux knowledge. Therefore you could be unable to fix unmet dependencies during the ELevating. That is why I think the way of migration/transfer should be best for you. ;)

87
CSF Firewall / Re: unlock ip
« on: September 30, 2024, 12:29:41 PM »
CWP doesn't have API calls for CSF to manage firewall rules, blocked/allowed IPs.

88
Installation / Re: ClamAV will not start - keeps disabling
« on: September 30, 2024, 12:23:26 PM »
1. Open CWP admin and go to "Email" --> "MailServer Manager", make sure "ClamAV, Amavis & Spamassassin, Requires 2Gb+ RAM" is checked (enable other options if necessary) then "Rebuild Mail server" (button at the bottom section of the page).

2. Wait some time and check the output to make sure all services are installed and run successfully.

If ClamAV doesn't work then access the server as root over SSH and try:

Code: [Select]
systemctl enable clamd
service clamd start

Pay attention to free RAM of your VPS/server because Clamd likes to eat RAM a lot :)

89
CentOS Configuration / Re: How to setup user quotas ?
« on: September 29, 2024, 11:05:54 AM »
Did you check real disk usage using "du", repquota, etc ? Are there some files located outside of the account and owned by your user ?

90
CentOS 9 Problems / Re: Monit do not have the PHP-FPM83 configuration file
« on: September 28, 2024, 11:16:58 AM »
I don't use Monit personally and can't tell you why CWP doesn't configure it to monitor php-fpm for PHP 8.3. Anyway, review this tutorial:
https://www.awsmonster.com/cwp-how-to-monitor-cwp-server-services
it should help you to understand where Monit's config files are stored. Therefore you can add the necessary settings for php-fpm of php 8.3 using the settings for php-fpm of php 8.1, 8.2. etc. I do believe the changes will be minor.

Pages: 1 ... 4 5 [6] 7 8 ... 14