Symptoms
When attempting to transfer an account to or restore an account on a CloudLinux server, you receive an error similar to the following.
Failed: Account Restore Failed: “Account failure: Failed to create the account: Hook denied creation of account: Invalid value for SPEED : 100.0% ”
Description
The error occurs when the package's CPU speed value is a decimal value instead of an integer.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Open
/etc/container/ve.cfg
in your preferred text editor. - Change any
CPU limit
values with a decimal to an integer.<cpu limit="100%"/>
- Save the changes and exit the text editor.
- Log into WHM as the ‘root’ user.
- Navigate to "Home / Packages / Edit a Package."
- Select the account's package.
- Click the "Edit" button.
- Scroll down to the "LVE Settings" section.
- Change the "Speed Settings" value to an integer.
- Click the "Save Changes" button.
Comments
0 comments
Article is closed for comments.