• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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