In some cases, you may encounter the following error when trying to log in to the WHM panel:
Internal Server Error
500
failed to open session lockfile:
FILE=/var/cpanel/sessions/raw/:vZvEDGFRN4FmDY6ABkYm6Rr6owHlwOS.lock,
No such file or directory at /usr/local/cpanel/Cpanel/Session.pm line 261, line 2.If the error is as above, the problem is generally caused by the INODE limit being full. Connect to the server via SSH and use the following commands to check the INODE limit and resolve the issue.
df -iThis command shows the INODE usage on the server.
for i in /*; do echo $i; find $i |wc -l; doneThis command shows INODE usage per directory. Make the necessary adjustments on accounts that exceed the limit to resolve the issue.
Leave a Comment
* Your comment will be published after approval.
Comments
0No comments yet. Be the first to comment!