• 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.

Issue Apache update stuck behind unresolved installation processes?

fuzzylines

New Pleskian
Trying to update Apache after the 500 error fiasco. I got it to 2.4.49, but can't get to 2.4.51 as is recommended for security. The update (and others) is queued in SSH Terminal:

2021-10-14 11_14_41-SSH Terminal_ root - Plesk Obsidian 18.0.39.png

But I can't pull it up in the Plesk System Updates (saw that updating via terminal is not recommended/supported). I get the "The System Updates tool is already installing updates in automatic mode. Please try later." error when I check for updates:

2021-10-14 11_15_59-Plesk Obsidian 18.0.39.png

I'm mostly a noob, but I was able to figure out that this is caused by simultaneous install processes happening at once. By using

Code:
ps -aux | grep installer

I see I've got some stuff backed up in the pipes, but no amount of searching told me what this is or what to do about it:

2021-10-14 11_18_10-SSH Terminal_ root - Plesk Obsidian 18.0.39.png

I tried updating Plesk with

Code:
plesk installer

That made the above processes go away for a moment and only show the last line in the image, but then they came back.

I used the

Code:
sudo add-apt-repository ppa:ondrej/apache2
sudo apt install apache2

commands to revert my site back into working condition after getting the 500 error. Can't figure out if that has anything to do with it and I just need to un-add the repository or what. If it's a problem I can't see anything about removing it.

Any tips on how to resolve whatever is happening here? Am I down the wrong rabbit hole and I don't know it? Thank you very much!
 
Back
Top