Addon domains - park wrapper error?

Swiftie

Registered
Oct 2, 2009
3
0
51
Has this ever been solved as I'm trying to setup something alike and I'm getting the same error as the OP.
 

cpanellinux

Registered
Mar 21, 2010
1
0
51
do it;

Code:
mv /etc/named.conf.cache /etc/named.conf.backupcache

and try add domain again from cpanel.
 

giorgos83b

Registered
Jan 22, 2011
1
0
51
yehh i had the same problem and manually deleting the domain folder from the server fixed the problem. i.e. delete the 'somedomain.com' folder from the server root directory.
cheers!
 

LinuxTechie

Well-Known Member
Jan 22, 2011
502
14
68
cPanel Access Level
Root Administrator
Hi All,

To overcome the issue with parked domains follow the below given steps :

In WHM >> Server Configuration >> Tweak Settings : Enable the below give options :

>> Allow Creation of Parked/Addon Domains that are not registered
>> Allow Creation of Parked/Addon Domains that resolve to other servers
 

victomeyezr

Well-Known Member
Sep 25, 2008
54
0
56
This is the error I get

Unable to find out which user owns the parked domain domain.com.

This is from the WHM root login. the user said they couldn't remove an addon domain, so I tried to do it from root.

I am removed ALL reference to that domain as listed in this topic, but it is STILL listed, and will no remove itself.

Can someone please post exactly where ALL references are and what needs to happen to fix this issue?
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Hello,

You should ensure the domain is removed from the following:

/var/cpanel/users/*
/var/cpanel/userdata/*
/var/named/
/etc/named.conf
/etc/named.conf.cache
/usr/local/apache/conf/httpd.conf

You would want to do a grep recursively in /var/cpanel/userdata/* and /var/cpanel/users/* for the domain:

Code:
grep -R domain.com /var/cpanel/userdata/*
grep domain.com /var/cpanel/users/*
Thanks.
 

deepunix

Registered
Sep 20, 2007
4
0
51
Hello,

You should ensure the domain is removed from the following:

/var/cpanel/users/*
/var/cpanel/userdata/*
/var/named/
/etc/named.conf
/etc/named.conf.cache
/usr/local/apache/conf/httpd.conf

You would want to do a grep recursively in /var/cpanel/userdata/* and /var/cpanel/users/* for the domain:

Code:
grep -R domain.com /var/cpanel/userdata/*
grep domain.com /var/cpanel/users/*
Thanks.
No mention of domain at those locations, yet still cpanel complains about it being owner by "another user". What user? Why is it owned by it? Why the error message is so cryptic? Why cpanel's error_log contains minimal-to-no-avail information about this error?

Code:
[2011-03-01 03:13:41 -0600] warn [cpanel] Cpanel::AdminBin::adminrun(park) set error in context park
What does this mean? It isn't even English after all.
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Please open up a ticket for us to see what is happening using the link in my signature or via WHM > Support Center > Contact cPanel. If you could post the ticket number here after opening it, then we can expedite the process.

Also, do you have any machines clustered to the server in question for DNS nameservers? It is possible the domain might be listed in /etc/named.conf file, in /etc/named.conf.cache file or in /var/named/ location on one of the clustered nameservers.