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

Pages: 1 ... 9 10 [11] 12 13 ... 32
151
Problems on other RedHat linux servers / Re: Excessive resource usage....
« on: January 16, 2025, 07:08:02 AM »
Hi,

Show the whole message received by you.

Hi,

message:

Time: Thu Jan 16 09:01:25 2025 +0200
Account: mysql
Resource: Process Time
Exceeded: 73438 > 1800 (seconds)
Executable: /usr/libexec/mariadbd
Command Line: /usr/libexec/mariadbd --basedir=/usr
PID: 1158 (Parent PID:1158)
Killed: No

I get the message periodically...

BR
Venty

152
Problems on other RedHat linux servers / Re: the sequence of settings...?
« on: January 15, 2025, 05:09:11 PM »
I think AWS Monster's guide/notes is a good reference:
https://www.awsmonster.com/cwp-installation-and-configuration_12
https://www.awsmonster.com/part-1-cwp-basic-configuration-after
https://www.awsmonster.com/part-2-cwp-basic-configuration-after

I've been tempted to create something for my own reference and for the good of others, but I would have to wait until I next set up another CWP server.
Starburst?

Hi,

thank you very much, I have looked into it, very useful guide...
Thank you once again...

BR
Venty

153
Problems on other RedHat linux servers / Re: daily "Anacron" messages?
« on: January 15, 2025, 05:02:53 PM »
Did you change the default php.ini to be more "chatty" about errors? It is printing NOTICE errors to your output, but they are just notices, not fatal errors.
https://phoenixnap.com/kb/php-error-types

Do you have this in your php.ini:
Code: [Select]
error_reporting = E_ALL
display_errors = On
Instead, try:
Code: [Select]
error_reporting = E_ERROR
display_errors = Off

Hi,

Thank you very much for the recommendation...It's true that I should also disable error reporting, but it worries me a little that these current error reports are related to diagnostics and backups, with CentOS 7 it reported that it had made a daily, weekly, etc. backup...?

I also notice that it makes a daily backup for a user that I deleted a few days ago, and today I'm with a different user, maybe some kind of cache?

Thanks in advance!

BR
Venty

154
Problems on other RedHat linux servers / daily "Anacron" messages?
« on: January 15, 2025, 11:17:49 AM »
Hi,

The server is running Alma Linux 9, in the daily "Anacron" messages I have the following texts:

https://prnt.sc/BnXxAsrMBfDg


What is happening?

BR
Venty

155
Problems on other RedHat linux servers / Excessive resource usage....
« on: January 15, 2025, 07:43:56 AM »
Hi,

The server is running Alma Linux 9, I periodically receive a mail message with the subject - Excessive resource usage: mysql (1142 (Parent PID:114 2)), what is the problem?

Thanks in advance!

BR
Venty

156
Problems on other RedHat linux servers / the sequence of settings...?
« on: January 15, 2025, 07:21:46 AM »
Hi,

The server uses Alma Linux 9. Are there any peculiarities in the sequence of settings — Control Web Panel Settings, firewall, mod_security, PHP version, packages, user, domains, server configuration, email clients—I don't know if I'm missing something!! Or what is the general way of setting up the server through the panel?

Thanks in advance!

BR
Venty

157
Hi,

The server use Alma Linux 9, I have completed all the settings, including SSL, and created an email account, I can send and receive messages via the web, but it doesn't work through the email client when I use the corresponding SSL ports, where am I wrong?

Tnaks in advance?

BR
Venty

158
CentOS-WebPanel Bugs / Re: [FIX] user panel login is not working
« on: January 15, 2025, 06:59:58 AM »
The certificate files generated for the server's hostname are:

/etc/pki/tls/certs/hostname.bundle
/etc/pki/tls/private/hostname.key


Hi,

The server use Alma Linux 9 and when I ran this command it seemed to me that the rDNS/PTR went into FAILED status, is this possible?

Thnaks in advance!

BR
Venty

159
CentOS-WebPanel Bugs / Re: [FIX] user panel login is not working
« on: January 14, 2025, 07:41:11 PM »
There are reports the user panel login is not working to solve this you need to run the below commands :

Code: [Select]
cd /scripts
sh generate_hostname_ssl
sh cwpsrv_rebuild_user_conf

then go to cwp admin hostname module and issue the LE ssl

reboot of server is necessary

Hi,

I assume the second command installs SSL for the host, can I revert to a previous state, delete this certificate?

Thanks in advance!

BR
Venty

160
Problems on other RedHat linux servers / Re: Clamav / AL 9
« on: January 14, 2025, 02:07:08 PM »
Hi,

In shell (command prompt) of your server run the following commands as root:
Code: [Select]
rpm -qa | grep clam
ps auxc | grep clam

The first command will show you if any binary packages associated with ClamAV are installed. You should see a few packages.

The second command shows if any clamav process is running currently. You should see "clamd" if clamav is running as daemon.

Hi,

from the first command it returned me that I have several packages installed...

and from the second it returned me only:amavis..... ? Ssl 09:19 3:09 clamd

BR
Venty

161
Problems on other RedHat linux servers / Clamav / AL 9
« on: January 14, 2025, 08:16:20 AM »
Hi,

I have an Alma Linux 9 server, how can I check if Clamav is installed, because here:

https://prnt.sc/jkK3x_r8j-fg

Are there any special features for its settings, such as scanning constantly?

Thanks in advance!

BR
Venty

162
Apache / Re: Issues with brand new fresh install with almalinux 9.4
« on: January 14, 2025, 08:04:36 AM »
You can't have any services installed before installing CWP.

So if Apache is working 'out of the box', you are installing AlmaLinux 9.4 LAMP.
That won't work.

Reimage with the bare AlmaLinux 9.4

Setup your networking, hostname, timzone.

Then:

Code: [Select]
dnf install dnf-plugins-core
Code: [Select]
dnf install elrepo-release epel-release -y
Code: [Select]
/usr/bin/crb enable
Code: [Select]
dnf --refresh update
Code: [Select]
dnf install nano wget ipset ebtables iptables uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf ImageMagick ImageMagick-devel -y
Code: [Select]
dnf --refresh update
Code: [Select]
dnf install clamav* clamd
Code: [Select]
dnf clean all
Code: [Select]
cd /usr/local/src
Code: [Select]
wget http://centos-webpanel.com/cwp-el9-latest
Code: [Select]
sh cwp-el9-latest
Code: [Select]
dnf install spamassassin amavis
To updated MariaDB follow:
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/

Reboot

Configure & Start CSF

Hi,

does this:

https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/

work for Alma Linux 9 and which part should I follow?

Thanks in advance!

BR
Venty


163
Hi,

The problem is solved, thanks to Starburst  who suggested the solution:

AlmaLinux 9 ? If so, check this page:
https://forum.centos-webpanel.com/other/i-have-problem-with-users-panel-login-page-it-show-to-me-failed-cwp-alma-linux9/msg49587/#msg49587

BR
Venty

164
We are working on resolving this issue, a quick fix is ​​to go to this file
Code: [Select]
nano /etc/login.defs


and comment out the following line

Code: [Select]
SHA_CRYPT_MAX_ROUNDS 5000


to

Code: [Select]
#SHA_CRYPT_MAX_ROUNDS 5000

After this you can change the user's password from the cwp administration panel and you will be able to login.

it worked for me as well  :D
thank you for your kind support ❤️

Hi,

For me this line:

SHA_CRYPT_MAX_ROUNDS 5000

is

SHA_CRYPT_MAX_ROUNDS 10000

does it matter?

BR
Venty

165
CentOS-WebPanel Bugs / Re: [FIX] user panel login is not working
« on: January 14, 2025, 07:35:00 AM »
There are reports the user panel login is not working to solve this you need to run the below commands :

Code: [Select]
cd /scripts
sh generate_hostname_ssl
sh cwpsrv_rebuild_user_conf

then go to cwp admin hostname module and issue the LE ssl

reboot of server is necessary

Hi,

do not work with Alma Linux 9...?!?

Thnaks in advance!

BR
Venty

Pages: 1 ... 9 10 [11] 12 13 ... 32