• 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

psa dead but subsys locked.

S

sachin1361

Guest
Can any bdy help me in resolving an issue.

I had just installed RHEL-5 with Plesk 8.2.I didnt notice any error during installation.but when i run plesk throuogh explorer , default httpd Test page appears.And when i check plesk status by running service psa statusservice psa status command, it displays the message:

psa dead but subsys locked

How to resolve it
 
Hi sachin1361
check disk space :)

also
login ssh

go to /var/lock/subsys

rm psa

/etc/init.d/psa restart

or

/etc/init.d/psa stopall

then

/etc/init.d/psa start

also
FedoraCore use:
/etc/rc.d/init.d/psa {start|stop|startall|stopall|restart|status}
 
plesk error

i checked these command- i tried these already-but all in vein...this is what i got error frm plesk installation:

Trying to add '.' to 'include_path'... Unable to find 'include_path' variable in /etc/php.ini

may be this will help u ..please help me
 
Re: plesk error

Originally posted by sachin1361
i checked these command- i tried these already-but all in vein...this is what i got error frm plesk installation:

Trying to add '.' to 'include_path'... Unable to find 'include_path' variable in /etc/php.ini

may be this will help u ..please help me

Have you already changed the php.ini !!
if yes,check this into the file /etc/php.ini

Code:
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

you should have something like this under .
Code:
; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"

include_path = ".:"

dont forget to backup the php.ini file before changing

:rolleyes:
 
Back
Top