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.


Topics - comeback

Pages: [1]
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 / 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?

5
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

6
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

7
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

8
E-Mail / [resolved]Unable to access roundcube
« on: March 01, 2014, 02:22:21 PM »
I only speak french, sorry for my bad english.

I install the panel on a VPS with CentOS 6.4 64 bit.

When I click "Roundcube webmail", it opens a window with the IP address, which resembles xxx.xxx.xxx / webmail /

The problem is that I have a 404 error.

Thank you for your help

9
MySQL / Update, MySQL 5.5 (5.5.36)
« on: March 01, 2014, 01:47:18 PM »
 only speak french, sorry for my bad english.

CentOS 6 (64 bit & X86)

Code: [Select]
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum install mysql.`uname -i` yum-plugin-replace
yum replace mysql --replace-with mysql55w
service cwp restart

10
Apache / Update, Apache (2.2.26)
« on: March 01, 2014, 01:35:47 PM »
I only speak french, sorry for my bad english.

CentOS 6 64 bit

Code: [Select]
rpm -ihv http://centos.alt.ru/repository/centos/6/x86_64/centalt-release-6-1.noarch.rpm
yum update httpd
service cwp restart

The update is done.

You must disable Repositories "CentALT"

Code: [Select]
cd /etc/yum.repos.d
nano centalt.repo

Replace the line:

Code: [Select]
enabled=1
By this line

Code: [Select]
enabled=0
Must be saved ([ctrl] + x, y, [enter]), then

Code: [Select]
yum repolist all
Verify that it is disabled, then

Code: [Select]
yum clean all
CentOS 6 X 86

Code: [Select]
rpm -ihv http://centos.alt.ru/repository/centos/6/i386/centalt-release-6-1.noarch.rpm
yum update httpd
service cwp restart

The update is done.

You must disable Repositories "CentALT"

Code: [Select]
cd /etc/yum.repos.d
nano centalt.repo

Replace the line:

Code: [Select]
enabled=1
By this line

Code: [Select]
enabled=0
Must be saved ([ctrl] + x, y, [enter]), then

Code: [Select]
yum repolist all
Verify that it is disabled, then

Code: [Select]
yum clean all

11
PHP / [Problem] Update PHP 5.3 to 5.4.25
« on: March 01, 2014, 12:07:58 PM »
Hello,

I only speak french, sorry for my bad english.

I have CentOS 6.5 64 bit

I need PHP 5.4, this is what I do

Code: [Select]
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum install yum-plugin-replace
yum replace php-common --replace-with=php54w-common
service cwp restart

After there is an error:

Code: [Select]
Stopping nginx:                                            [  OK  ]
Stopping mysqld:                                           [  OK  ]
Stopping php-fpm:                                          [FAILED]
Starting nginx:                                            [  OK  ]
Starting mysqld:                                           [  OK  ]
Failed loading /usr/lib64/php/ioncube/ioncube_loader_lin_5.3.so:  /usr/lib64/php/ioncube/ioncube_loader_lin_5.3.so: undefined symbol: php_body_write
php-fpm is stopped

Can you help me?

Merci


12
Updates / When will release version 1.0
« on: March 01, 2014, 10:28:51 AM »
Hello,

Sorry for my bad English, I speak French.

Do you know when will release version 1.0?

thank you

13
Suggestions / Translation
« on: March 01, 2014, 10:26:01 AM »
Is it easy to translate this panel?

I could help you to translate it into French.

Pages: [1]