pqpier
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by pqpier-
pqpier commented,
Where do I have to look exactly? 80621 80625 None of that looks crazy to me at all. If you check "top -c" while terminating an account, do you see a high disk I/O wait time? That could explai...
-
pqpier commented,
None of that looks crazy to me at all. If you check "top -c" while terminating an account, do you see a high disk I/O wait time? That could explain the increased load on the system.
-
pqpier commented,
I know this might be just guessing work but... I'm finding really strange that average loads goes from 0.6 to 5 (almost 10x) just for terminating a list of 20 accounts via WHM, in a span of 2-3 mi...
-
pqpier created a post,
High server load leading to 503 error
For the past 3 days, every morning around 7am BRT one of my servers is facing high server load and 503 service unavailable errors. I have 2600 cpanel accounts in it, with around 2100 ~ "active" an...
-
pqpier created a post,
Error while upgrading account via API
While trying to modify package of an account via cpanel API:
-
pqpier commented,
Thanks @rbairwell The additional set of privileges that you proposed is a fine solution. Let's hope that feature will be implemented soon. Until then, I'll be suspending accounts manually since ...
-
pqpier commented,
@pqpier - thanks for letting me know the suspension was happening as the reseller, as that wasn't clear to me initially. I'll double-check this on my end and let you know my findings soon. Than...
-
pqpier commented,
Nope, as I mentioned, I'm trying to do it via cpanel API: Suspend cPanel account I gave the API token privilege to suspend accounts and it works fine if "root" is the account owner. However, if ac...
-
pqpier created a post,
Can't suspend accounts that belong to reseller
Can't suspend -- via API -- accounts that belong to resellers. Is this the expected behavior? Is there any way to allow/bypass this restriction? Error from API: { metadata: { result: 0, ...
-
pqpier commented,
Actually Content-Type multipart/form-data was there. I think the issue is sending both "fields" and "files" in the same form. Because we have to pass field "dir" and also the file to be uploaded. ...