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

Pages: [1] 2
1
Installation / EOL: CentoS 7 - June 30, 2024, AlmaLinux 8 - 01 May 2024
« on: February 08, 2024, 10:15:23 AM »
Hello,

I want to install a new server with CWP, I was thinking of doing it with AlmaLinux 9, but I don't see anything that indicates that it is compatible with this distribution.

As CentOS 7 and AlmaLinux are EOL in maximum 4 months, do you have any information or advice to give me.

Thank you for your help.

2
CentOS-WebPanel Bugs / Bug with used space.
« on: November 20, 2023, 09:51:18 AM »
Hello,

I have an account that uses 7.6 G, this is what we see in the user panel (:2083) and when I type this command :

Code: [Select]
du -hx --max-depth 1 /home | grep G
However, in the admin panel( :2031), it says 23 G (23261MB).

I've had to change the grazing for my site to work again, by setting it to a value higher than 23 G (30 G).

Do you know how to correct this bug?

Thanks


3
CentOS-WebPanel Bugs / CWP7pro, REDIS two addresses go to the same site!
« on: September 10, 2022, 12:18:52 PM »
Hello,

I have a server with CentOS 7, and CWP Pro.

My server is configured to have PHP-CGI 8.0.X.

I have configured PHP-FPM, with PHP versions 7.2, 8.0, and 8.1.

I have configured several sites (each site has 1 user), with PHP-FPM, everything works fine.

I have two sites with Wordpess, and I wanted to put the REDIS plugin.

When I put REDIS on site A, everything works.

When I put REDIS on site B, then the domain goes to site A.

If I disable REDIS, then everything is normal.

Do you have any idea what the problem is?

Thanks

4
CentOS-WebPanel Bugs / Re: Disk space used by the user.
« on: December 29, 2020, 04:56:31 PM »
it would be easier to understand from where you copy that info if you would provide screenshots.

Hello,

Here's what I did.

I have my account on server A.

I transferred the account to server B.

I deleted the account on server A.

I transferred the account to server A.

This partially corrected the problem, but there is still a bug.

The bug is on both servers, A and B!








5
CentOS-WebPanel Bugs / Re: Disk space used by the user.
« on: December 25, 2020, 03:09:39 PM »
There is really a bug,

If I transfer the site to another VPS (cwp==>cwp migration), then on the new VPS there is no problem.

Thanks for your help

6
CentOS-WebPanel Bugs / Re: Disk space used by the user.
« on: December 25, 2020, 10:36:35 AM »
For information, I executed this command:

Quote
du -ch home/ | grep total


https://ibb.co/hRb2nXk

https://ibb.co/Jnxyrtn

I have two pro licenses of CWP, and I'm going to buy some more.

7
CentOS-WebPanel Bugs / Disk space used by the user.
« on: December 25, 2020, 09:56:15 AM »
I have a problem with an account :

It is indicated to me:

Total usage: 4.6 GB

This seems to me to be correct.

On the other hand, he tells me:

File System 52.8 GB

Which is impossible !!!

I searched, I found nothing, I think it's a bug.

What do you think?

8
Updates / Re: MariaDB update failed
« on: November 29, 2020, 02:34:36 PM »
Here is the solution I found:

First step to save your database (I didn't do it!)

Code: [Select]
mysqldump --all-databases > /home/fullbackup.sql.gz
Uninstall MariaDB client:

Code: [Select]
yum remove MariaDB-server MariaDB-client -y
Now install MariaDB, it will automatically install MariaDB 10.2 (10.2.36):

Code: [Select]
yum install MariaDB-server MariaDB-client -y
Then to finish:

Code: [Select]
mysql_upgrade

9
Updates / Re: MariaDB update failed
« on: November 29, 2020, 02:21:20 PM »
Hello,

I have the same problem, I have the pro version.

Thank you, for the one who has a solution.

10
CentOS-WebPanel Bugs / Re: CWP login issue
« on: May 04, 2020, 09:44:57 PM »
I have the same problem with two vps.

11
Installation / License cwp bought, problem with csf
« on: August 06, 2017, 09:47:14 AM »
I bought a cwp license.

I installed on my VPS, and I have a problem with csf.

When I activate csf I get this error message:

Quote
Status: You have an unresolved error when starting csf:
Error: FASTSTART: (Packet Filter IPv4) [] [iptables-restore: line 14 failed]. Try restarting csf with FASTSTART disabled, at line 5083 in /usr/sbin/csf

You need to restart csf successfully to remove this warning, or delete /etc/csf/csf.error

Enable firewall
[root@server ~]# csf -e
csf and lfd are not disabled!

I put:

Quote
FASTSTART = "0"

I activate csf, and I have this error message:

Quote
Running /usr/local/csf/bin/csfpost.sh
*ERROR* line:[1663]
Command:[/sbin/iptables  -v -A INVALID -m state --state INVALID -j INVDROP]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[1672]
Command:[/sbin/iptables  -v -A INVALID -p tcp ! --syn -m state --state NEW -j INVDROP]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2680]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -m state --state ESTABLISHED,RELATED -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2681]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -m state --state ESTABLISHED,RELATED -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 20 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 21 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 22 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 25 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 53 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 80 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 110 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 143 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 443 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 465 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 587 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 993 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 995 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 2030 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 2031 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 30000:50000 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 2082 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 2083 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 2086 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 2087 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 2095 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 2096 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2732]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p tcp -m state --state NEW --dport 8408 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 20 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 21 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 22 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 25 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 53 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 80 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 110 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 113 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 443 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 2030 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 2031 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 30000:50000 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 2082 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 2083 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 2086 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 2087 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 2095 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 2096 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 587 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 993 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 995 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2754]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p tcp -m state --state NEW --dport 8408 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2776]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p udp -m state --state NEW --dport 20 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2776]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p udp -m state --state NEW --dport 21 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2776]
Command:[/sbin/iptables  -v -A INPUT ! -i lo -p udp -m state --state NEW --dport 53 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2798]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p udp -m state --state NEW --dport 20 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2798]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p udp -m state --state NEW --dport 21 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2798]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p udp -m state --state NEW --dport 53 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2798]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p udp -m state --state NEW --dport 113 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully

*ERROR* line:[2798]
Command:[/sbin/iptables  -v -A OUTPUT ! -o lo -p udp -m state --state NEW --dport 123 -j ACCEPT]
Error:[iptables: No chain/target/match by that name.]
You should check through the main output carefully


*WARNING* RESTRICT_SYSLOG is disabled. See SECURITY WARNING in /etc/csf/csf.conf.

I do not understand where the problem comes from.

Thank you for your help

12
Installation / Unable to activate "secure processes"
« on: June 03, 2017, 06:59:59 PM »
Hello,

I installed CWP on a VPS, and I configured everything.

I wanted to activate "Unable to activate" secure processes ", but it does not work.

This indicates "STATUS: DISABLED"

Do you have an idea of the problem?

Thank you

13
Suggestions / How to translate CWP?
« on: May 15, 2017, 10:45:00 PM »
Hello,

Is it possible to translate CWP?

I would like to translate it into French.

Thank you for your help

14
PHP / Re: [Problem] Update PHP 5.3 to 5.4.25
« on: March 03, 2014, 08:10:22 PM »
I know, but if I need ioncube, how can I do?

15
Updates / Re: When will release version 1.0
« on: March 03, 2014, 08:09:19 PM »
Do you have an estimate? One month, six months?, A year?

Did you read my message:

http://forum.centos-webpanel.com/suggestions/translation/


Pages: [1] 2