Created domain, but didn't appear in DA?

dnewcomb

New member
Joined
Jun 10, 2007
Messages
4
Ok, I got a interesting one here. Did the "Create Domain" the usual way, typed it all in, it spat back an error saying it couldn't create blah blah however....it did! While it exists on the server, and it's useable there is no record in DA. I kinda need it in there so I can setup email and other things. Ideas?
 
Ah spoke too soon...for those of you who might get a little stumped - edit file:

/usr/local/directadmin/data/users/username/domains.list
 
Excuse me but I have the same problem. Where do I find it?

/usr/local/directadmin/data/users/username/domains.list

I am new and true, I do not know.
You can tell me step by step?
 
Jaber,

Do you own your own copy of DirectAdmin, or do you buy hosting from someone who runs it on their server?

If the latter, discuss your issue with your hosting company. If the former, and you don't know how to use shell access to edit files, you'd best ask for help from someone who does; it's too easy to break the server logged into the shell as root.

Jeff
 
Can it be anywhere else? I am still geting domain already exists. The domain I am trying to add is not in the domain.list
 
smtalk... I had error when creating this new domain, but it created the directory, so i then checked the domain.list, it wasnt there so i added it, now i tried to goto php safe mod configuration so i could add open basdir off, but its not showing up in that list. Where can I find it?
 
I went ahead and deleeted it, and tried to re-add the domain, I get the same error

Error Creating Domain



Details


Parent directory does not allow write, or one of the directories didn't allow search (execution) permission



Error Creating Domain


How can fix this ?
 
It doesnt exist, i have removed it, how can i fix the problem i am having now, when i try to add the domain i get the error i mentioned above
 
Last edited:
Check /etc/virtual/domainowners and /etc/virtual/domains.
 
Last edited:
neither one of those exist. what does that have to do with dir permissions?
 
The domain is in neither of those ;) remember I just deleted that domain from list of doamins for my user. I am trying to re-add it through that users add domain section and getting that error "Parent directory does not allow write, or one of the directories didn't allow search (execution) permission". :)
 
Last edited:
Try:
Code:
cd /usr/local/directadmin/scripts
./set_permissions.sh all
 
Back
Top