• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Unable to create dirty flag

K

kclo

Guest
After I changed Plesk admin password, I got the following messages when restart /etc/init.d/psa and I can't login into Plesk admin.

Starting Plesk... packagemng: Unable to create 'dirty' flag (/usr/local/psa/tmp/components_dirty_flag): Permission denied
System error 13: Permission denied
packagemng: Unable to create 'dirty' flag (/usr/local/psa/tmp/components_dirty_flag): Permission denied
System error 13: Permission denied

I have checked that the password list under /etc/psa/.psa.shadow matches with mysql admin password. I can "use /usr/bin/mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa" to access tables.

Any help!
 
Check that you have following permissions there:

# stat /usr/local/psa/tmp/
File: `/usr/local/psa/tmp/'
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: ffh/255d Inode: 27549782 Links: 4
Access: (1777/drwxrwxrwt) Uid: ( 0/ root) Gid: ( 0/ root)
 
Back
Top