Author Topic: Unlimiterd Package Bug (disk more than 2TB)  (Read 2390 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Unlimiterd Package Bug (disk more than 2TB)
« 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?


Offline
*
Re: Unlimiterd Package Bug (disk more than 2TB)
« Reply #1 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.

Offline
***
Re: Unlimiterd Package Bug (disk more than 2TB)
« Reply #2 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

Offline
*
Re: Unlimiterd Package Bug (disk more than 2TB)
« Reply #3 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

Offline
*
Re: Unlimiterd Package Bug (disk more than 2TB)
« Reply #4 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