• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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