snewton
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Comments
Recent activity by snewton-
What I ended up doing was changing the script to: #!/bin/bash ls -1 /var/cpanel/users | while read USER; do /usr/local/cpanel/bin/whmapi1 ipv6_enable_account user=${USER} range=SHARED; done Now w...
-
Just to update: cPanel support staff has diagnosed the issue as an issue with something in the version 80 upgrade as they could not reproduce the issue in their test environment on version 78, but...
-
Hello @snewton, Can you open a
-
Hello @snewton, Can you browse to the Notifications tab in WHM >> Contact Manager and verify the Account Creation notification type is set to an Importance level that should result in an email not...
-
Just to add, I am seeing this on multiple servers. Is no one else experiencing this? :(
-
Do you have Perl installed? Try: [QUOTE] yum install perl
-
We changed the default behavior in version 74 so that it's not enabled by default: Fixed case CPANEL-19730: Transfer Tool: don't enable Copy Reseller Privileges by default. This is a security-foc...
-
Just checked and Copy Reseller Privileges was not checked, so that does explain that. Not sure why it wasn't as it is typically something that is checked by default (from what I can remember from p...
-
Just to add, I did 3 more migrations this weekend using the Transfer Tool and they all had the same result. All accounts transferred with no errors, but reseller permissions were not transferred a...
-
Just tried another migration for another server and the log shows they all transferred fine, but again, resellers do not have their reseller permissions or ownership of their accounts and on a side...