Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 17
  1. #1
    Member Solokron's Avatar
    Join Date
    Aug 2003
    Posts
    783

    Arrow Error from park wrapper: domain.com is owned by another user.

    Addon Domain Additions

    Error from park wrapper: domain.com is owned by another user.

    ok we have all seen this error before. What is baffling me is I have cleared out all the usual suspects and still receive the error. I have removed any domain entries in all of the following:

    /var/cpanel/users/username
    /scripts/updateuserdomains
    /var/named/domain.db
    /etc/named.conf
    /usr/local/apache/conf/httpd.conf
    /etc/localdomains
    /etc/userdomains
    /etc/trueuserdomains
    /etc/trueuserowners
    /etc/valiases/domain.com
    /etc/vdomainaliases/domain.com
    /etc/vfilters/domain.com

    I also even did the following:
    enable the option from whm >> tweak settings
    Allow Creation of Parked/Addon Domains that are not registered
    and
    edit cpanel.config
    vi /var/cpanel/cpanel.config
    autocreateaentries=0
    save the file and try to add an park domain domain-to-addon.com.

    I have confirmed the dns zone has been removed and has been gone for over 4 hours so it is not lingering anywhere. cPanel, bind, apache all have been restarted. Anyone have a clue?
    .

  2. #2
    Member Solokron's Avatar
    Join Date
    Aug 2003
    Posts
    783

    Default

    I suppose I may just have to put a ticket in on this one then.
    .

  3. #3
    Member Solokron's Avatar
    Join Date
    Aug 2003
    Posts
    783

    Default

    The fix. If an etc directory exists for the addon it will fail.

    rm -Rf /home/username/etc/domain.com/
    .

  4. #4
    Member testlog_4u's Avatar
    Join Date
    Sep 2007
    Posts
    42

    Default Hello

    I was facing exactly same error with the cPanel control panel and I did all the things same like you have done, also I have removed domain name from the etc directory but still I am facing the error while adding the domain.

    Error from park wrapper: domain.com is owned by another user.

    any idea?
    Last edited by testlog_4u; 09-27-2007 at 07:29 PM.

  5. #5
    Member
    Join Date
    Jun 2006
    Posts
    212

    Default

    testlog_4u:

    Try renaming this file:
    /usr/local/apache/conf/httpd.conf.datastore

    To something like:
    /usr/local/apache/conf/httpd.conf.datastore.old

    Anything you prefer, the intention is to basically disable it.

    There is a possibility cache might be causing the problem.

    If you still run into problems, please feel free to open a support ticket.
    Alex Villegas

  6. #6
    Member testlog_4u's Avatar
    Join Date
    Sep 2007
    Posts
    42

    Default

    Hello Alex,

    Thank you so much for your quick reply. Your suggestion make the issue fix. Thanks.
    It will be appreciated if you give me more info about cache's problem.

    Thank you,
    Regards

  7. #7
    Member
    Join Date
    Jun 2006
    Posts
    212

    Default

    testlog_4u:

    Cache shouldn't be an issue, it just happens from time to time. You shouldn't experience further issues.

    If you do feel free to open a support ticket and we will take a look. ;-p
    Alex Villegas

  8. #8
    Member testlog_4u's Avatar
    Join Date
    Sep 2007
    Posts
    42

    Default Hello Alex

    Thank you for your quick replies and sorry for delay from me....

    may I empty that file /usr/local/apache/conf/httpd.conf.datastore ?

    Thank you,

  9. #9
    Member
    Join Date
    Jun 2006
    Posts
    212

    Default

    testlog_4u:

    Not a problem for the delay, you must keep yourself busy. ;-p

    If you already renamed it, it won't have any effect on your system.
    Alex Villegas

  10. #10
    Member testlog_4u's Avatar
    Join Date
    Sep 2007
    Posts
    42

    Default

    Hello Alex,

    How are you there..there is one more question I want to resolve and I am sure you will help me in that.

    I need to block Spammers in cPanel servers, please provide me steps with which I can find spammers in the server and what to do block them from server end.

    I have installed SpamLog in the server and currently I am using spamlogs by a command "tail -f /var/log/spam_log to find spammers in server and I suspend them if I find anyone. Please provide other steps for configuration of Blocking Spammers.

    Thank you very much for your appreciated services.
    Sushant

  11. #11
    Member
    Join Date
    Jun 2006
    Posts
    212

    Default

    Sushant:

    Take a look at this document:

    http://www.cpanel.net/docs/seminar/SPAM.pdf
    Alex Villegas

  12. #12
    Member testlog_4u's Avatar
    Join Date
    Sep 2007
    Posts
    42

    Default

    Hello,

    Fantastic job Alex.

    Thank you very much again.
    Sushant

  13. #13
    Member testlog_4u's Avatar
    Join Date
    Sep 2007
    Posts
    42

    Default Hello Alex,

    Hello Alex,

    We had a hard disk failure issue on our server so we have to get it replaced by a new one. We moved all files to the new hard disk. Everything seems to be working fine on cPanel/WHM except that all php programs including drupal, fantastico, squirrel mail and Horde etc are generating some php errors. This was alright before we got the hard disk replaced. Can someone please guide me how do I resolve this. Yet I am not getting any fix for this

    I am getting errors like this in Fantastico, Squirrel mail:

    ================================================== =============
    Warning: session_start() [function.session-start]: open(/tmp/sess_37394d8b5a1dd541d59c9f95805df474, O_RDWR) failed: Read-only file system (30) in /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php on line 405

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php:405) in /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php on line 405

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php:405) in /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php on line 405

    Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php:405) in /usr/local/cpanel/base/3rdparty/squirrelmail/functions/i18n.php on line 335
    ================================================== =============


    Thank you,

  14. #14
    cPanel Development cpanelkenneth's Avatar
    Join Date
    Apr 2006
    Posts
    3,788
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    testlog_4u, it appears your /tmp directory is mounted read-only. Note the message:


    Warning: session_start() [function.session-start]: open(/tmp/sess_37394d8b5a1dd541d59c9f95805df474, O_RDWR) failed: Read-only file system (30)


    YOu can check this by studying the output of the mount command. Example:

    Code:
    root@squash [/usr/local/apache/conf]# mount
    /dev/sda1 on / type ext3 (rw,usrquota)
    none on /proc type proc (rw)
    none on /sys type sysfs (rw)
    none on /dev/pts type devpts (rw,gid=5,mode=620)
    usbfs on /proc/bus/usb type usbfs (rw)
    none on /dev/shm type tmpfs (rw)
    /dev/sda3 on /tmp type ext3 (rw,noexec,nosuid)
    /dev/sdb1 on /home34y69da type ext3 (rw,usrquota)
    /dev/hda3 on /usr/local type ext3 (rw)
    none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
    /tmp on /var/tmp type none (rw,noexec,nosuid,bind)
    sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
    If [b]/tmp/b] appears like:

    /tmp on /var/tmp type none (ro,noexec,nosuid,bind)

    with ro in the parentheses (the other items can be ignored for now), then that is your problem. To fix it, this *should* work:

    Code:
    umount /tmp
    mount /tmp
    Or you could even simplify it to:

    Code:
    mount -o remount /tmp
    However, the real issue is to know why /tmp is mounted read-only. If your OS did it, it may indicate a failing hard drive. You should be able to find more information in /var/log/dmesg and /var/log/messages. Also check the /tmp entry in /etc/fstab to make certain it's not defined as ro in there.

  15. #15
    Registered User louish's Avatar
    Join Date
    Feb 2006
    Posts
    21

    Default

    I just ran into this same problem (domain already owned by another user).

    I fixed it by removing the domain entry from /etc/named.conf

Similar Threads & Tags
Similar threads

  1. Error from domain wrapper: domain.com is owned by another user.
    By accez2007 in forum New User Questions
    Replies: 2
    Last Post: 07-19-2011, 07:48 PM
  2. Replies: 4
    Last Post: 12-29-2010, 12:08 PM
  3. Park Wrapper: Owned by Another User
    By H9_Josh in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 05-23-2008, 01:26 PM
  4. Error from park wrapper: mydomain.de is owned by another user.
    By viktor_smk in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 03-21-2008, 07:16 AM
  5. Error from domain wrapper: forum is owned by another user.
    By LordOfLA in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 02-08-2007, 06:06 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube