problem running /scripts/fixcommonproblems

nocbr.com

Member
May 1, 2006
22
0
151
Hi,

When I execute /scripts/fixcommonproblems, it returns to me:

[email protected] [/home]#
Repairing Mailbox Permissions....Done
Fixing mailman list urls.....Updated List adm inpactum.com.br
Done
Fixing permissions on cgi scripts.....Scanning suexec_log.Done
Done
Shutting down Mailman's master qrunner
Processing agenciav
/bin/pwd: cannot open directory `..': Permission denied
Processing academia
/bin/pwd: cannot open directory `..': Permission denied
Processing agricola
/bin/pwd: cannot open directory `..': Permission denied
Processing aguivan
/bin/pwd: cannot open directory `..': Permission denied
and all another accounts in the server.

Any idea ?

thanks
 

viraj

Well-Known Member
Sep 28, 2006
209
3
168
India
cPanel Access Level
DataCenter Provider
Twitter
Currently, RedHat is shipping an older version of coreutils which contains a known bug in /bin/pwd.
If a parent directory to the directory /bin/pwd is executed in does not have read permissions, /bin/pwd will fail with the following error:

HTML:
/bin/pwd: cannot open directory `..’: Permission denied
cPanel has built a script to modify the permissions on your /home directories to 0755 in order to maintain full functionality of the system until this issue is corrected by RedHat.
If you experience the above error, you can run the following command to resolve the issue:

HTML:
/scripts/enablefileprotect
Hope that helps.. :D