• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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