Not able to create or remove accounts / New accounts not in list accounts

There was a thread on this, however vb seems to have eaten it when multiple threads got merged together

===

Anyways, here is the fix:

1) Check your /etc/resolv.conf. If its missing valid nameservers this can be the cause

dig . NS

If this times out then this is the problem. You have to fix your /etc/resolv.conf

2) Make sure you aren't missing perl modules or have 11.x scripts on a 10.x machine

run

/scripts/perlinstaller File::Copy::Recursive
/usr/local/cpanel/bin/checkperlmodules --bootstrap
/usr/local/cpanel/bin/checkperlmodules --full

If you want to keep 10.x:
echo "CPANEL=stable" >> /etc/cpupdate.conf

/scripts/upcp --force

0 comments:

Post a Comment