(13)Permission denied: cannot read directory for multi

Mujie

Registered
Jun 27, 2015
2
0
1
Indonesia
cPanel Access Level
Root Administrator
Hi,

Recently I got an error message for my a new client after I created it with WHM/Cpanel 11.50.0 (build 20) and WHMCS Version: 5.3.14

[Sun Jun 28 08:44:25 2015] [error] [client 202.67.32.47] (13)Permission denied: cannot read directory for multi: /home/willymyo/
I have never experienced this before with WHM/Cpanel previous version.

Thank you for your help.

Regards,
M
 
Last edited by a moderator:

madmanmachines

Well-Known Member
Nov 28, 2014
94
4
8
cPanel Access Level
Root Administrator
Hi,

What are the permissions of the directory?:
Code:
 ls -lahd /home/willymyo/
Ensure the directory has the username as both the user and the group:
Code:
chown willymyo:willymyo /home/willymyo/
And ensure the permissions are 711:
Code:
 chmod 711 /home/willymyo/
Thanks,
 

cPanelMichael

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

Do you notice any error messages in /usr/local/cpanel/logs/error_log when creating an account?

Thank you.
 

cPanelMichael

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

It's difficult to pinpoint any exact cause of this problem if it's not reproducible. Regardless, I'm happy to see the issue is now resolved. Thank you for updating us with the outcome.