• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Weird error message trying to restart Plesk

L

logidev

Guest
My server has been acting very strange today. When I try to restart Plesk via command line, I receive the following error:

[root@logic ~]# /etc/init.d/psa restart
/usr/local/psa/admin/bin/httpsdctl restart: httpd restarted
packagemng: Unable to create 'dirty' flag in the PRODUCT_ROOT_D/var: Permission denied
System error 13: Permission denied
packagemng: Unable to create 'dirty' flag in the PRODUCT_ROOT_D/var: Permission denied
System error 13: Permission denied


Has anyone seen this before? And if so, what needs to be done to fix this issue. I have tried to "update" Plesk to which I also receive permission denied errors.

Any help would be GREATLY appreciated.
 
I have never seen this odd error msg.

I receive permission denied errors.

Paste us the exact errors. It may be related.

Rick
 
I resorted to reinstalling the server and Plesk. I didn't have the time to mess around with it too much as my clients were crying.
 
New Problem - Same Error

I am sure this is related to the "owner" of some file or directory. I am receiving the same error. I really don't want to reinstall Plesk or the server.

Anyone want to take a shot at the error. Basically what is in the first post is the error message you get, PSA does start but I don't seem to be able to find any reference to this on either the console or the logs other than what is displayed.

[root@ss0 log]# service psa stop
/usr/local/psa/admin/bin/httpsdctl stop: httpd stopped
Stopping Plesk: [ OK ]
[root@ss0 log]# service psa start
Processing config directory: /usr/local/psa/admin/conf/httpsd.*.include
/usr/local/psa/admin/bin/httpsdctl start: httpd started
Starting Plesk: [ OK ]
packagemng: Unable to create 'dirty' flag in the PRODUCT_ROOT_D/var: Permission denied
System error 13: Permission denied
packagemng: Unable to create 'dirty' flag in the PRODUCT_ROOT_D/var: Permission denied
System error 13: Permission denied
 
Make sure /usr/local/psa/var is owned by psaadm:psaadm and the permissions are 0755...

[root@x root]# cd /usr/local/psa/
[root@x psa]# ll
total 44
drwxr-x--- 17 root psaadm 4096 Feb 11 08:52 admin
drwxr-xr-x 2 psaadm psaadm 4096 Feb 11 09:28 bin
drwxr-xr-x 4 psaadm psaadm 4096 Feb 11 08:52 etc
drwxr-xr-x 3 root root 16 Nov 18 2004 installer
drwxr-xr-x 3 root root 18 Nov 18 2004 lib
-rw-r--r-- 1 psaadm psaadm 17042 Aug 24 2005 license.html
drwxr-xr-x 4 root root 27 Aug 24 2005 logrotate
drwxr-xr-x 3 root root 18 Nov 24 2004 mysql
drwxr-xr-x 3 root root 16 Feb 11 08:55 PMM
drwxr-xr-x 2 root root 23 Feb 11 08:52 suexec
drwxrwxrwt 7 root root 4096 Feb 24 07:31 tmp
drwxr-xr-x 7 psaadm psaadm 155 Feb 25 19:30 var
-rw-r--r-- 1 root root 31 Feb 11 08:55 version
 
Back
Top