Getting an error when trying to change plan

WebHostPro

Well-Known Member
PartnerNOC
Jul 28, 2002
1,725
28
328
LA, Costa RIca
cPanel Access Level
Root Administrator
Twitter
warn [updateuserdomains] safeunlock: Invalid arguments
[email protected] [~]# Failed to write lock file: /etc/userplans.lock: Bad file descriptor at /usr/local/cpanel/Cpanel/SafeFileLock.pm line 17.
-bash: Failed: command not found


Any ideas how to fix this without fdsk?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello :)

Check to make sure no partitions are at their disk space or inode limit. EX:

Code:
df -h
df -i
If space is available, review /var/log/messages and /var/log/dmesg to see if you notice any potential filesystem corruption or hard drive errors.

Thank you.