• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Plesk little bit damaged, how to fix?

PeopleInside

Regular Pleskian
Server operating system version
Ubuntu 22.04.1 LTS
Plesk version and microupdate number
Version 18.0.46
Recently a BUG has create some issues on my server.
I fixed the BUG by removing the file /etc/apt/sources.list.d/plesk-ext-ruby.list but Plesk panel seems corrupted even if diagnosis never find issues.

When I try to install an extension I get this:
1662288758694.png
This was different screen before the corruption and this screen never update stay frozen.
I need exist from this then the extension is installed.

Also if I create a new customer the screen stay frozen in the creation process and need exit from the page to see the customer created.
Any idea on how I can fix this? Need maybe do an update or see Plesk reinstalled without I need loose my server actually active with all websites , emails and services?
 
Probably there is a hanging process in the Linux process list that is related to Plesk or one of their management processes. Subsequent processes will not be started when a running process of the same type has not yet finished. You need to find that hanging process by checking the Linux process list. Normally this is easy to find as you can simply check how long a process has been running and is related to Plesk. Another, more quick and dirty solution could be to either stop all psa service associcated services by
# service psa stopall
and then start them again
# service psa start
(but this is not guaranteed to work) or to reboot the server. The better solution is to find out which process is hanging and to only terminate that one.
 
Probably there is a hanging process in the Linux process list that is related to Plesk or one of their management processes. Subsequent processes will not be started when a running process of the same type has not yet finished. You need to find that hanging process by checking the Linux process list. Normally this is easy to find as you can simply check how long a process has been running and is related to Plesk. Another, more quick and dirty solution could be to either stop all psa service associcated services by
# service psa stopall
and then start them again
# service psa start
(but this is not guaranteed to work) or to reboot the server. The better solution is to find out which process is hanging and to only terminate that one.
Resolved with a reboot, thanks!
 
Back
Top