Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: sundigital on December 30, 2021, 08:31:08 PM

Title: Unlimiterd Package Bug (disk more than 2TB)
Post by: sundigital on December 30, 2021, 08:31:08 PM
Hello everyone,
I have unlimited package (-1) but in User List page all users limited to 20000MB and this is why they suspend automatically every night.
It's happened in all my server with more than 2TB disk
How can I fix it?

Title: Re: Unlimiterd Package Bug (disk more than 2TB)
Post by: santoshpatange on December 31, 2021, 02:14:12 AM
The same thing happening to me, I am updating the Vhost file every day for the last three days. Do You got any solution.
Title: Re: Unlimiterd Package Bug (disk more than 2TB)
Post by: Netino on December 31, 2021, 03:44:40 AM
As reported by CWP team, the solutions is just:
Code: [Select]
rm -f /usr/local/cwp/users/suspended/*.bandwidth
/scripts/cwp_api webservers rebuild_all

The first command remove all bandwidth limits from your sites, and the second rebuil all sites configurations of your webservers.

Regards,
Netino
Title: Re: Unlimiterd Package Bug (disk more than 2TB)
Post by: sundigital on December 31, 2021, 09:43:30 AM
As reported by CWP team, the solutions is just:
Code: [Select]
rm -f /usr/local/cwp/users/suspended/*.bandwidth
/scripts/cwp_api webservers rebuild_all

The first command remove all bandwidth limits from your sites, and the second rebuil all sites configurations of your webservers.

Regards,
Netino

Thank you but the solution you provided is about bandwidth bug was happened in last update and my problem is about user disk quota on servers with md raid disks
Title: Re: Unlimiterd Package Bug (disk more than 2TB)
Post by: DaveF on December 31, 2021, 05:47:00 PM
The bug is wiping out many config files, not just bandwidth.
Not 100% sure yours is a related issue, but it looks like it is.
Keep bugging support for a fix.

-Dave