• 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

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