• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Resolved Plesk Update Dependency Issues

Edi Duluman

Basic Pleskian
This happened on other servers I've had some months ago, but it seems to have "fixed" by itself, at some point, as all the other 4 servers are just fine. I have this last one which keeps on returning the same error.

I've tried apt-get update and apt-get -f install as mentioned in the logs, to no avail. Log can be seen here: Execution failed. Command: autoinstaller Arguments: Array ( [0] => --sel - Pastebin.com

Any clue? Only thing to note is that the main domain of the plesk panel is not pointing towards the IP where the server is. But I can't see any problems this could cause, aside for Let's Encrypt.

Please advise.
 
Do you have any custom apt repositories enabled on the server?

What's the output of:
Code:
cat /etc/os-release
cat /etc/plesk-release
apt update
apt list --upgradable
 
I'm sorry, I was on mobile, couldn't include the above initially.
I have fixed it now, it seems that an entry from sources.list was not alive anymore from the server provider I'm using ( specifically jessie-backports on hetzner )

Have been able to run:
Code:
apt-get upgrade (fixed the mariadb server minor from 37 to 38
apt-get autoremove

Then used the autoinstaller, all good :)
 
Back
Top