• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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