Applicable to:
- Plesk for Linux
Symptoms
-
The Plesk Repair File System utility returns the following error:
PLESK_INFO: There are incorrect permissions on some items:
/var/log/psa-horde/psa-horde.log ................................ [ERROR]
To see more details, run the command in the verbose mode: plesk repair fs -verbose
-
Trying to repair the error returns another one:
PLESK_INFO: Repairing incorrect permissions ............................... [2025-07-01 15:25:28.812] 10016:6863fde8c6497 ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/fsmng' '--set-ac' '/var/log/psa-horde/psa-horde.log'] with exit code [1]
[FAILED]
- fsmng failed: ERROR: The file
/var/log/psa-horde/psa-horde.log was not found.
Cause
The file /var/log/psa-horde/psa-horde.log does not exist in the /var/log/psa-horde directory and since the Plesk Repair File System utility cannot recreate the file, you must recreate it manually instead.
Resolution
1. Log into your server via SSH
2. Execute the following commands in order to recreate the file with the correct ownership and permissions:
# touch /var/log/psa-horde/psa-horde.log
# chown horde_sysuser:horde_sysgroup /var/log/psa-horde/psa-horde.log
# chmod 0640 /var/log/psa-horde/psa-horde.log
After this has been done, the error will be resolved permanently.
Comments
Please sign in to leave a comment.