• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Log Manager Error

regisg

Regular Pleskian
Hello,

I can't access to the log manager !
(statistics tab)

Service Unavailable

Service is not available now, probably your Plesk is misconfigured.
Contact Your provider for details.

Internal Plesk error occurred: LogFilesList->init() failed: filemng failed: filemng: stat failed: Permission denied System error 13: Permission denied

THX for your help.
 
OH my god...

I followed : http://kb.odin.com/en/6160

[root@s15371957 ~]# id psaadm
uid=501(psaadm) gid=501(psaadm) groups=501(psaadm),502(swkey-data),504(psaserv)
[root@s15371957 ~]# usermod -G psaserv psaadm
[root@s15371957 ~]# id psaadm
uid=501(psaadm) gid=501(psaadm) groups=501(psaadm),504(psaserv)
[root@s15371957 ~]#

But now ... impossible to connect to the PLESK :

Service is not available now, probably your Plesk is misconfigured.
Contact Your provider for details.
Internal Plesk error occurred: error: Cannot open file


Please help... THX A LOT.
 
(Well, i have been forced to reload the last backup of the VPS...................)

Anyway, my problem remains : my user 'psaadm' IS a member of 'psaserv' group yet...

/usr/local/psa/admin/sbin/filemng => owner : root / group : psaadm
/usr/local/psa/logrotate/sbin/logrotate => owner : root / group : psaserv
Is is good... ?

Else what can i do... ?

THX.
 
Check that you have correct permissions there. It should be:

# stat /usr/local/psa/admin/sbin/filemng
File: `/usr/local/psa/admin/sbin/filemng'
Size: 70288 Blocks: 152 IO Block: 4096 regular file
Device: 34h/52d Inode: 5770090 Links: 1
Access: (0550/-r-xr-x---) Uid: ( 0/ root) Gid: ( 502/ psaadm)

# stat /usr/local/psa/logrotate/sbin/logrotate
File: `/usr/local/psa/logrotate/sbin/logrotate'
Size: 48624 Blocks: 96 IO Block: 4096 regular file
Device: 34h/52d Inode: 10256525 Links: 1
Access: (0755/-rwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
 
All permissions are OK, there is just a little difference with the Gid of psaadm :

# stat /usr/local/psa/admin/sbin/filemng
Access: (0550/-r-xr-x---) Uid: ( 0/ root) Gid: ( 501/ psaadm)

501... instead of 502 (but i think it's not relevant !)

My /etc/group :
Code:
psaadm:x:501:psaadm,sw-cp-server
swkey-data:x:502:psaadm
 
Last edited:
Back
Top