• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved Plesk panel (8443) infinite loading

Anatras02

New Pleskian
Hello!
Yesterday I had a little bit problem after I deleted the /bin/bash file and so I had to change the shell.
I also had other problems with apt and so I ran some commands I found online. At the end of all I (almost) fixed everything but the plesk panel stopped working.
As you can see in the attachment se plesk panel infite loads, without any errors, it just loads.
 

Attachments

  • Capture.PNG
    Capture.PNG
    5.9 KB · Views: 4
Also when I try to run
Code:
/etc/init.d/psa restart
I get this error
Code:
/usr/lib/plesk-9.0/psa_service: 159: /usr/lib/plesk-9.0/psa_service: Bad substitution
 
Also everytime I try to install a package I get the error
Code:
E: The package plesk-service-node-utilities needs to be reinstalled, but I can't find an archive for it.
 
Have you tried to use

# plesk repair installation

?
 
Login to a second SSH session, then look into your process list like
# ps aux | grep repair
to identify the hanging process id. Then look into the process if it is doing something and what it is doing like
# strace -p <pid from previous step>
 
At the end I fixed it.
The /bin/bash was linked to another file and that created a problem that blocked all the plesk services from loading.
 
Back
Top