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

Pages: 1 [2] 3 4 ... 6
16
Other / Re: Nginx Varnish Apache php-fpm 403 Forbidden
« on: October 18, 2025, 08:02:02 AM »
I have same problem in a fresh intall of CWP with AL9
:(

17
CentOS 9 Problems / monit with AL9
« on: October 18, 2025, 07:35:06 AM »
Hi,

Has anyone been able to configure Monit correctly in a server with Almalinux 9?


18
CSF Firewall / Re: Configserver down?
« on: October 17, 2025, 07:00:34 AM »
Thanks for all ;)

19
CSF Firewall / Re: Firewall off in cwp panel
« on: October 17, 2025, 06:59:28 AM »
Distro Name: AlmaLinux release 9.6

[root@s3 csf]# csf -v
csf: v15.00 (CentOS Web Panel)

21
CSF Firewall / Re: Firewall off in cwp panel
« on: October 16, 2025, 04:33:44 PM »
So, is very strange.

- lfd process is running

Code: [Select]
[root@s3 home]# ps -ef |grep lfd
root        1701       1  0 11:15 ?        00:00:26 lfd - sleeping

- cwp license pro is ok
- csf is enabled

However in cwp panel CSF is not enabled

i donīt know what happened :(

22
CSF Firewall / Re: Firewall off in cwp panel
« on: October 16, 2025, 11:10:44 AM »
No, I had already restarted several times :D

I have no idea what's going on.
Do you know what the CWP checks to make it appear as activated?

23
CSF Firewall / Re: Firewall off in cwp panel
« on: October 15, 2025, 02:47:09 PM »
I have tried to install a new server with Almalinux 9
So, in a fresh installation same problem. But it is not important, only affects cwp panel

Code: [Select]
[root@s3 almalinux]# csf -e
csf and lfd are not disabled!
[root@s3 almalinux]#
[root@s3 almalinux]#
[root@s3 almalinux]# systemctl start csf
[root@s3 almalinux]# systemctl start lfd
[root@s3 almalinux]# systemctl enable csf
[root@s3 almalinux]# systemctl enable lfd

24
MySQL / Re: root myql password
« on: October 15, 2025, 12:26:23 PM »
I think the problem is other:  I've broken my MySQL installation :(


Code: [Select]
[root@s3 mysql]# systemctl status mariadb
Ũ mariadb.service - MariaDB 10.6.23 database server
     Loaded: loaded (/usr/lib/systemd/system/mariadb.service; disabled; preset: disabled)
    Drop-In: /etc/systemd/system/mariadb.service.d
             └─migrated-from-my.cnf-settings.conf
     Active: failed (Result: exit-code) since Wed 2025-10-15 12:23:52 UTC; 3s ago
       Docs: man:mariadbd(8)
             https://mariadb.com/kb/en/library/systemd/
    Process: 16501 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
    Process: 16502 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= ||   VAR=`/usr/bin/galera_recovery`; [ $? -eq 0 ]   && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=e>
    Process: 16510 ExecStart=/usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=exited, status=1/FAILURE)
   Main PID: 16510 (code=exited, status=1/FAILURE)
     Status: "MariaDB server is down"
        CPU: 140ms

Oct 15 12:23:52 s3 mariadbd[16510]: 2025-10-15 12:23:52 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
Oct 15 12:23:52 s3  mariadbd[16510]: 2025-10-15 12:23:52 0 [Note] InnoDB: Starting shutdown...
Oct 15 12:23:52 s3  mariadbd[16510]: 2025-10-15 12:23:52 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
Oct 15 12:23:52 s3 mariadbd[16510]: 2025-10-15 12:23:52 0 [Note] Plugin 'FEEDBACK' is disabled.
Oct 15 12:23:52 s3  mariadbd[16510]: 2025-10-15 12:23:52 0 [ERROR] Could not open mysql.plugin table: "Unknown storage engine 'Aria'". Some plugins may be not loaded
Oct 15 12:23:52 s3  mariadbd[16510]: 2025-10-15 12:23:52 0 [ERROR] Failed to initialize plugins.
Oct 15 12:23:52 s3  mariadbd[16510]: 2025-10-15 12:23:52 0 [ERROR] Aborting
Oct 15 12:23:52 s3  systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 12:23:52 s3  systemd[1]: mariadb.service: Failed with result 'exit-code'.

I think I'll have to reinstall everything.

Thanks anyway ;)

25
CSF Firewall / Re: Firewall off in cwp panel
« on: October 15, 2025, 08:29:49 AM »
thanks

26
MySQL / root myql password
« on: October 15, 2025, 08:20:47 AM »
Hello,
I change root mysql password by mistake and now:

Code: [Select]
Warning: mysqli_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES) in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: mysqli_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES) in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0


Trying to start mysql server, please wait!
Try to restart Control Web Panel with command: sh /scripts/restart_cwpsrv

**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf
You can reset the MySQL root password fast with this command: /scripts/mysql_pwd_reset -q


Warning: mysqli_error() expects exactly 1 parameter, 0 given in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0
Could not connect:

My server is with Almalinux 9 and
Mariadb  Ver 15.1 Distrib 10.11.14-MariaDB

 I try to edit this script to adapt: 
Code: [Select]
/scripts/mysql_pwd_reset

Quote
Enter MySQL root password (NO special characters): Yaj0ahLvXm
Shutting down any mysql processes...
Resetting password... hold on
--------------
UPDATE mysql.user SET Password=PASSWORD('Yaj0ahLvXm'),Authentication_string=PASSWORD('Yaj0ahLvXm') WHERE user='root'
--------------

ERROR 1348 (HY000) at line 1: Column 'Password' is not updatable
Cleaning up...

Password reset has been completed

New MySQL root password: Yaj0ahLvXm

However the problem is not solved :(

Could you help me?

ERROR 1348 (HY000) at line 1: Column 'Password' is not updatable


How can I adapt the code -> /scripts/mysql_pwd_reset so that this error doesn't occur and the password changes correctly?

27
CSF Firewall / Re: Firewall off in cwp panel
« on: October 14, 2025, 04:46:12 PM »
Yes thanks, I had already tried that but nothing.

28
CSF Firewall / Firewall off in cwp panel
« on: October 14, 2025, 03:07:58 PM »
firewall appears disabled in cwp panel

but csf is working correctly

[root@s3 services]# csf -e
csf and lfd are not disabled!

[root@s3 services]# csf -e
csf and lfd are not disabled!


any idea?

29
CentOS 8 Problems / Re: packages update error AlmaLinux 8
« on: October 10, 2025, 02:51:32 PM »
Code: [Select]
[root@server yum.repos.d]# ll
total 88
-rw-r--r--  1 root root  822 Oct 10 03:26 CentOS-Base.repo
-rw-r--r--. 1 root root  943 May 22  2024 almalinux-ha.repo
-rw-r--r--. 1 root root  905 May 22  2024 almalinux-nfv.repo
-rw-r--r--. 1 root root  885 May 22  2024 almalinux-plus.repo
-rw-r--r--. 1 root root  963 Sep 30 12:51 almalinux-powertools.repo
-rw-r--r--. 1 root root 1041 May 22  2024 almalinux-resilientstorage.repo
-rw-r--r--. 1 root root  871 May 22  2024 almalinux-rt.repo
-rw-r--r--. 1 root root  873 May 22  2024 almalinux-sap.repo
-rw-r--r--. 1 root root  928 May 22  2024 almalinux-saphana.repo
-rw-r--r--. 1 root root 2666 May 22  2024 almalinux.repo
-rw-r--r--. 1 root root  146 Sep 27 20:34 cwp.repo
-rw-r--r--  1 root root 1680 Apr 22 17:22 epel-modular.repo
-rw-r--r--  1 root root 1779 Apr 22 17:22 epel-testing-modular.repo
-rw-r--r--  1 root root 1431 Apr 22 17:22 epel-testing.repo
-rw-r--r--  1 root root 1392 Oct  2 17:20 epel.repo
-rw-r--r--  1 root root 1332 Apr 22 17:22 epel.repo.rpmnew
-rw-r--r--  1 root root 2485 Oct  6 09:22 getpagespeed-extras.repo.rpmsave
-rw-r--r--  1 root root  180 Sep 30 20:07 mariadb.repo
-rw-r--r--  1 root root  180 Sep 30 18:45 mariadb.repo.bak
-rw-r--r--  1 root root  579 Sep 30 20:21 nginx-alpn_mainline.repo
-rw-r-----  1 root root  109 Oct 10 03:26 nginx.repo
-rw-r--r--  1 root root  603 Sep 30 13:10 varnishcache_varnish64.repo

30
CentOS 8 Problems / Re: packages update error AlmaLinux 8
« on: October 10, 2025, 01:06:28 PM »
same problem :(

Code: [Select]
Repository extras is listed more than once in the configuration
Last metadata expiration check: 0:00:27 ago on Fri Oct 10 13:04:30 2025.
Error:
 Problem: package amavis-2.13.1-1.el8.noarch from @System requires perl(Amavis), but none of the providers can be installed
  - package amavis-2.13.1-1.el8.noarch from @System requires perl(Amavis::Boot), but none of the providers can be installed
  - package amavis-2.13.1-1.el8.noarch from @System requires perl(Amavis::Util), but none of the providers can be installed
  - package amavis-2.13.1-1.el8.noarch from @System requires perl-Amavis = 2.13.1-1.el8, but none of the providers can be installed
  - package perl-Amavis-2.13.1-1.el8.noarch from epel requires perl(Compress::Zlib) >= 1.35, but none of the providers can be installed
  - package perl-Amavis-2.13.1-1.el8.noarch from @System requires perl(Compress::Zlib) >= 1.35, but none of the providers can be installed
  - cannot install the best update candidate for package perl-IO-Compress-2.081-1.el8.noarch
  - package perl-IO-Compress-2.081-1.el8.noarch from @System requires perl(Compress::Raw::Zlib) >= 2.081, but none of the providers can be installed
  - package perl-IO-Compress-2.081-1.el8.noarch from baseos requires perl(Compress::Raw::Zlib) >= 2.081, but none of the providers can be installed
  - cannot install both perl-Compress-Raw-Zlib-1:2.061-4.el7.x86_64 from base and perl-Compress-Raw-Zlib-2.081-1.el8.x86_64 from @System
  - cannot install both perl-Compress-Raw-Zlib-2.081-1.el8.x86_64 from baseos and perl-Compress-Raw-Zlib-1:2.061-4.el7.x86_64 from base
  - package amavis-2.13.1-1.el8.noarch from @System requires perl(Compress::Raw::Zlib) >= 2.017, but none of the providers can be installed
  - cannot install the best update candidate for package perl-Compress-Raw-Zlib-2.081-1.el8.x86_64
  - package perl-Compress-Raw-Zlib-2.074-2.module_el8.1.0+6019+b22674e1.x86_64 from appstream is filtered out by modular filtering
  - package perl-Compress-Raw-Zlib-2.093-1.module_el8.3.0+6149+d2c5d96d.x86_64 from appstream is filtered out by modular filtering
  - package perl-Compress-Raw-Zlib-2.096-2.module_el8.10.0+3779+d5938d28.x86_64 from appstream is filtered out by modular filtering
  - cannot install the best update candidate for package amavis-2.13.1-1.el8.noarch
  - problem with installed package amavis-2.13.1-1.el8.noarch
  - package perl-IO-Compress-2.074-2.module_el8.1.0+6019+b22674e1.noarch from appstream is filtered out by modular filtering
  - package perl-IO-Compress-2.093-1.module_el8.3.0+6149+d2c5d96d.noarch from appstream is filtered out by modular filtering
  - package perl-IO-Compress-2.096-1.module_el8.6.0+2766+8bf0b7ce.noarch from appstream is filtered out by modular filtering
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Pages: 1 [2] 3 4 ... 6