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.
Pages: [1]
1
CentOS 7 Problems / Re: Excessive resource usage: rpc (2453 (Parent PID:2453))
« on: December 12, 2024, 09:54:59 PM »2
CentOS-WebPanel Bugs / Can't create database after CWP to CWP migration
« on: July 02, 2023, 07:23:53 AM »
There are several unsolved posts on this topic since 2017.
~
I did a migration from:
CWPpro version: 0.9.8.1160 to another CWPpro version: 0.9.8.1160
and what I observe doing tests, is that:
1.- The accounts that already have Databases are migrated correctly and later new Databases can be created without problem.
2.- The accounts that did not even have a Database and that were migrated, can no longer create new Databases from the User Panel
2.1.- The Databases that are created from the User Panel are created without the account prefix: (_database) (_usuariodb)
2.2.- For this reason the User Panel does not have them registered, although I sent the message "...created successfully"
3.- The new Databases of these accounts can only be created from the Administrator Panel (root) and they work correctly, although it is a problem for the User of the account.
Everything indicates that it is a failure in the migration SCRIPT that eliminates or changes some permissions during the restoration of the accounts that do not have Databases.
Hopefully the CWP team can work on the solution, since it is not about support service a single server and the problem has been going on for many years.
(Attached screenshots)
Accounts previous database:
Accounts NO database before migration:
~
I did a migration from:
CWPpro version: 0.9.8.1160 to another CWPpro version: 0.9.8.1160
and what I observe doing tests, is that:
1.- The accounts that already have Databases are migrated correctly and later new Databases can be created without problem.
2.- The accounts that did not even have a Database and that were migrated, can no longer create new Databases from the User Panel
2.1.- The Databases that are created from the User Panel are created without the account prefix: (_database) (_usuariodb)
2.2.- For this reason the User Panel does not have them registered, although I sent the message "...created successfully"
3.- The new Databases of these accounts can only be created from the Administrator Panel (root) and they work correctly, although it is a problem for the User of the account.
Everything indicates that it is a failure in the migration SCRIPT that eliminates or changes some permissions during the restoration of the accounts that do not have Databases.
Hopefully the CWP team can work on the solution, since it is not about support service a single server and the problem has been going on for many years.
(Attached screenshots)
Accounts previous database:
Accounts NO database before migration:
3
Installation / Re: Fresh install has MariaDB error. How to resolve?
« on: May 11, 2023, 09:54:08 PM »
Update CWP
ERROR !
I try editing:
Commenting (#) on the original lines and adding the new lines taken from the other web page:
https://www.liquidweb.com/kb/centos-7-upgrade-mariadb/
# MariaDB 10.2 CentOS repository list - created 2019-07-03 08:40 UTC
# http://downloads.mariadb.org/mariadb/repositories/
#[mariadb]
#name = MariaDB
#baseurl = http://yum.mariadb.org/10.2/centos7-amd64
#gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
#gpgcheck=1
#enabled=1
#
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.6/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
ERROR !
Code: [Select]
failure: repodata/repomd.xml from mariadb: [Errno 256] No more mirrors to try.
http://yum.mariadb.org/10.2/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
I try editing:
Code: [Select]
/etc/yum.repos.d/mariadb.repo
Commenting (#) on the original lines and adding the new lines taken from the other web page:
https://www.liquidweb.com/kb/centos-7-upgrade-mariadb/
# MariaDB 10.2 CentOS repository list - created 2019-07-03 08:40 UTC
# http://downloads.mariadb.org/mariadb/repositories/
#[mariadb]
#name = MariaDB
#baseurl = http://yum.mariadb.org/10.2/centos7-amd64
#gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
#gpgcheck=1
#enabled=1
#
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.6/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
4
Installation / WARNING: RESTRICT_SYSLOG is disabled. See SECURITY WARNING in Firewall...
« on: October 22, 2021, 05:21:27 AM »
Hi !
To remove this warning, what I did was edit the file
https://i.imgur.com/M742OCM.png
and restart the csf service
https://i.imgur.com/54w8F5X.png
The warning disappeared.
To remove this warning, what I did was edit the file
Code: [Select]
/etc/csf/csf.conf
and change from option 0 to option 3 https://i.imgur.com/M742OCM.png
and restart the csf service
Code: [Select]
csf -r
https://i.imgur.com/54w8F5X.png
The warning disappeared.
5
How to / Re: How to migrate from CWP to CWP
« on: August 25, 2021, 06:29:15 AM »
Hi !
... and what is the tool???
why didn't you publish it.
Help will never come because many of us do not know that tool
... and what is the tool???
why didn't you publish it.
Help will never come because many of us do not know that tool
6
DNS / Re: There are many query this website on BIND
« on: August 24, 2021, 06:50:35 AM »As indicated in:
https://www.linuxquestions.org/questions/linux-newbie-8/there-are-many-query-this-website-on-my-dns-server-4175676097/
The solution is to Include the following lines in '/usr/local/csf/bin/csfpre.sh' file:Code: [Select]iptables -A INPUT -p udp --dport 53 -m string --algo kmp --string "pizzaseo" -j DROP
iptables -A INPUT -p udp --dport 53 -m string --algo kmp --from 0x38 --hex-string "|0000ff00010000292328000000000000|" -j DROP
And restart csf/lfd:Code: [Select]csf -x; csf -e
Regards,
Netino
First, Thank You for your Know How !!!
We apply your solve, but We have anothers stranges lines:
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:500:12::d0d#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:7fd::1#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:7fd::1#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:503:ba3e::2:30#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:503:ba3e::2:30#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:dc3::35#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:dc3::35#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:7fe::53#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:7fe::53#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:500:200::b#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:500:200::b#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:503:c27::2:30#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:503:c27::2:30#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:500:1::53#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:500:1::53#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:500:2::c#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:500:2::c#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:500:2d::d#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:500:2d::d#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:500:a8::e#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:500:a8::e#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:500:2f::f#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:500:2f::f#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './DNSKEY/IN': 2001:500:9f::42#53
Aug 24 01:26:50 server8.serversweb.net named[32229]: network unreachable resolving './NS/IN': 2001:500:9f::42#53
Does anyone know how to block them?
I'm going to clear the server cache, hope that helps ...
7
Mod_Security / Re: Excessive Resource Usage:Clamupdate
« on: July 03, 2021, 03:09:31 PM »
The value was already configured as you indicate:
PT_USERMEM in /etc/csf/csf.conf to 512M
Will I need to apply the first correction?
Thank You!
PT_USERMEM in /etc/csf/csf.conf to 512M
Will I need to apply the first correction?
Thank You!
Pages: [1]