• 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

ERROR: PleskFatalException

T

tglawe

Guest
Response from PLESK on Panel Start:

ERROR: PleskFatalException
Components::componentUpdate() failed: Unable to exec utility packagemng: packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied

0: /opt/psa/admin/auto_prepend/auth.php3:484

httpsd_error-log

Processing config directory: /opt/psa/admin/conf/httpsd.*.include
[Thu Apr 19 16:47:30 2007] [notice] Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/5.0.5 configured -- resuming normal operations
[Thu Apr 19 16:47:30 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)
General verification failed
Key update performed at Thu Apr 19 16:47:31 2007
result: Permanent error
Server response: License key must be ordered first
[Thu Apr 19 16:55:25 2007] [notice] SIGUSR1 received. Doing graceful restart
Processing config directory: /opt/psa/admin/conf/httpsd.*.include
[Thu Apr 19 16:55:25 2007] [notice] Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/5.0.5 configured -- resuming normal operations
[Thu Apr 19 16:55:25 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)
General verification failed
[Thu Apr 19 16:55:27 2007] [notice] SIGUSR1 received. Doing graceful restart
Processing config directory: /opt/psa/admin/conf/httpsd.*.include
[Thu Apr 19 16:55:27 2007] [notice] Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/5.0.5 configured -- resuming normal operations
[Thu Apr 19 16:55:27 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)
Key update performed at Thu Apr 19 16:55:25 2007
result: Success
Server response: License key has been updated. New license key number is PLSK.00369261.0002.
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
[Thu Apr 19 16:56:31 2007] [notice] caught SIGTERM, shutting down
Processing config directory: /opt/psa/admin/conf/httpsd.*.include
[Thu Apr 19 16:56:55 2007] [notice] Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/5.0.5 configured -- resuming normal operations
[Thu Apr 19 16:56:55 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
[Thu Apr 19 17:15:49 2007] [error] mod_ssl: SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page (OpenSSL library error follows)
[Thu Apr 19 17:15:49 2007] [error] OpenSSL: error:1407609C:SSL routines:func(118):reason(156)
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
[Thu Apr 19 17:23:49 2007] [error] mod_ssl: SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page (OpenSSL library error follows)
[Thu Apr 19 17:23:49 2007] [error] OpenSSL: error:1407609C:SSL routines:func(118):reason(156)
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
[Thu Apr 19 17:29:16 2007] [error] mod_ssl: SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page (OpenSSL library error follows)
[Thu Apr 19 17:29:16 2007] [error] OpenSSL: error:1407609C:SSL routines:func(118):reason(156)
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
[Thu Apr 19 17:40:38 2007] [notice] caught SIGTERM, shutting down
Processing config directory: /opt/psa/admin/conf/httpsd.*.include
[Thu Apr 19 17:41:24 2007] [notice] Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/5.0.5 configured -- resuming normal operations
[Thu Apr 19 17:41:24 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied
[Thu Apr 19 18:00:39 2007] [error] mod_ssl: SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page (OpenSSL library error follows)
[Thu Apr 19 18:00:39 2007] [error] OpenSSL: error:1407609C:SSL routines:func(118):reason(156)
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
System error 13: Permission denied

Just really a chmod Problem?
 
Looking at my server I show the following permissions on that file:

Code:
-rw-------   1 root   root          0 2005-07-24 00:17 utilities.sem

With the parent directory being:

Code:
drwxr-xr-x   7 root   root        344 2006-09-29 13:45 .

So based on that fact I don't think a simple chmod is the answer. Can you make sure you aren't running something like SELinux that would prevent this from accessing the file it needs.
 
Back
Top