PDA

View Full Version : domain pointer error


bjseiler
01-19-2004, 04:41 PM
I tried to create a domain pointer and I got this -

Unable to add domain pointer

Details
Error creating symlink: /var/spool/virtual/myproperty.com

but then it looks like it did create the record when I click on back. Not sure if this is a bug or if I did something wrong.

DirectAdmin Support
01-20-2004, 11:29 AM
Hello,

Did the symbolic link "/var/spool/virtual/myproperty.com" get created? If not.. what are the permissions on /var/spool/virtual.

John

bjseiler
01-20-2004, 11:34 AM
It did get created, that is why I was confused on the error.

DirectAdmin Support
01-20-2004, 11:37 AM
Not sure. It would mean that:
symlink("domain.com","/var/spool/virtual/myproperty.com");is returning a non-zero status.. perhaps it already existed?.. can't say.

John