Skip to main content

error creating account on WHM

Comments

14 comments

  • cPanelMichael
    Hello, Could you let us know the output in /usr/local/cpanel/logs/error_log when this happens? Thank you.
    0
  • tnycman
    Hi Mike, tried running the command and i get permission denied.. I'm logged in as a root though.
    0
  • cPanelMichael
    Hello, "/usr/local/cpanel/logs/error_log" is the path to the log file as opposed to a command. You can review the last few lines and see new lines added to this file with a command such as:
    tail -f /usr/local/cpanel/logs/error_log
    Let this command run when creating an account via WHM, and post the output here in CODE tags. Ensure you remove any real domain names and IP addresses. Thank you.
    0
  • tnycman

    [2016-08-03 13:21:11 -0400] die [Internal Death while parsing [stdin] 6974] (XID kd2cpk) Quotas are not enabled on any of the provided paths. Please check the paths and try again. Paths: at /usr/local/cpanel/Cpanel/Quota/Common.pm line 170. Cpanel::Quota::Common::get_limits(Cpanel::Quota::Blocks=HASH(0x6daad78)) called at /usr/local/cpanel/Whostmgr/Accounts/IdTrack.pm line 138 Whostmgr::Accounts::IdTrack::uid_has_disk_usage(500) called at /usr/local/cpanel/Whostmgr/Accounts/IdTrack.pm line 90 Whostmgr::Accounts::IdTrack::allocate(500, HASH(0x694dcf0)) called at /usr/local/cpanel/Whostmgr/Accounts/Create.pm line 758 Whostmgr::Accounts::Create::_wwwacct("gid", "", "max_email_per_hour", "unlimited", "quota", "unlimited", "force", undef, "user", ...) called at /usr/local/cpanel/Whostmgr/Accounts/Create.pm line 1978
    0
  • cPanelMichael
    Hello, Do you notice any error messages when running the "/scripts/fixquotas" command? Also, please review the following thread to verify if it's the same issue you are facing: Quota Errors on Attempt to Modify Account after 58 Upgrade Thank you.
    0
  • tnycman
    Hello, Do you notice any error messages when running the "/scripts/fixquotas" command? Also, please review the following thread to verify if it's the same issue you are facing: Quota Errors on Attempt to Modify Account after 58 Upgrade Thank you.

    Ran it: Installing Default Quota Databases......Done journaled quota support: kernel supports, user space tools supports (available) checking out /backup checking out /backup Warning : Your system does not have a separate filesystem for backups. This may cause performance degradation during the backup process. /dev/sda (already configured quotas = 1). Updating Quota Files...... quotacheck: Cannot stat() mounted device /dev/root: No such file or directory quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. ....Done Quotas have been enabled and updated.
    0
  • cPanelMichael
    Could you review the workaround referenced in the thread linked in my previous response to let us know if that helps to address the issue? Thank you.
    0
  • tnycman
    Could you review the workaround referenced in the thread linked in my previous response to let us know if that helps to address the issue? Thank you.

    Unfortunately did not work following the link you provided..
    0
  • cPanelMichael
    Please let us know the output from the following command:
    cat /etc/fstab
    Also, what specific steps did you take? Thank you.
    0
  • tnycman
    Please let us know the output from the following command:
    cat /etc/fstab
    Also, what specific steps did you take? Thank you.

    See the output below: # /etc/fstab # Created by anaconda on Sun Mar 9 13:40:48 2014 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # /dev/sda / ext4 noatime,errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0 0 1 /dev/sdb none swap sw 0 0 tmpfs /dev/shm tmpfs nodev,nosuid,noexec,mode=1777 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 /proc /proc proc defaults 0 0 /usr/tmpDSK /tmp ext3 defaults,noauto 0 0 I followed all the steps on the link top to bottom..
    0
  • cPanelMichael
    I followed all the steps on the link top to bottom..

    Feel free to open a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome. Thank you.
    0
  • tnycman
    Feel free to open a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome. Thank you.

    The support ticket: Support Request ID is: 7616921
    0
  • tnycman
    Issue resolved by support- thank you!!! It appears you had a /dev/root symlinked to /dev/sda1 which doesn't exist, I removed this symlinked and created a new one to /dev/sda instead; unlink /dev/sda1 ln -s /dev/sda /dev/root /scripts/initquotas
    0
  • cPanelMichael
    I'm happy to see the issue was resolved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.