I had problems with my namesservers not being recognized by WHM. I applied this fixes and got WHM to resolve the namesservers and allow me to create accounts. Thanks to aussie and emkay.
aussie @ http://forum.rackshack.net/showthread.php?...&threadid=21511
emkay @ http://forum.rackshack.net/showthread.php?...&threadid=21306
--------------------------------------------------
-- from aussie
-- edit /etc/resolv.conf
# vi /etc/resolv.conf
domain mydomain.com
search mydomain.com
nameserver 127.0.0.1
nameserver xxx.xxx.xxx.xx1 ns1.mydomain.com
nameserver xxx.xxx.xxx.xx2 ns2.mydomain.com
...
--------------------------------------------------
-- from emkay
-- run these three scripts
# /scripts/updatenow
# /scripts/fixndc
# /scripts/fixndc
--------------------------------------------------
-- this one was from a couple of threads on
-- the cpanel.net forum
-- edit wwwacct.conf
# vi /etc/wwwacct.conf
...
NS xxx.xxx.xxx.xx1
NS2 xxx.xxx.xxx.xx2
...
--------------------------------------------------
--Then I restarted apache and bind... and then I could create accounts