• 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

Up2date problems

A

agente

Guest
"Error: Failed to configure the up2date utility.
Command python exit with non-zero status (1).
."

I see this message when i open pleskupdater. What can i do? If i start "up2date -u" in ssh i see this message:

There was a package dependency problem. The message was:

Unresolvable chain of dependencies:
sitebuilder-core-4.0-rhas4.build07062700 requires libxslt-shared >= 1.1.12
sitebuilder-core 4.0-rhas4.build0706270 requires php5-ioncube-php52
sitebuilder-core-4.0-rhas4.build07062700 requires php5sb >= 5.2.1
etc..etc..

What can i do?
 
You could try using Yum instead - add these into yum.conf to install SiteBuilder manually, or perhaps the dependancies

Code:
[PSA-product-distr-rpms]
name=Plesk Product Distribution RPMS
gpgcheck = 0
baseurl=http://autoinstall.plesk.com/PSA_8.2.1/dist-rpm-RedHat-el4-i386

[PSA-thirdparty-rpms]
name=Plesk Third Party RPMs
gpgcheck = 0
baseurl=http://autoinstall.plesk.com/PSA_8.2.1/thirdparty-rpm-RedHat-el4-i386

[PSA-product-updates-rpms]
name=Plesk Product Updates
gpgcheck = 0
baseurl=http://autoinstall.plesk.com/PSA_8.2.1/update-rpm-RedHat-el4-i386

Or you could add those to your rhn/sources in the format of

yum RepoName http://BaseURL

Code:
### An apt style repo (the example is arjan's 2.6 kernel repo).
### The format is:
### type  channel-label      service:server         path        repo name
#apt arjan-2.6-kernel-i386 http://people.redhat.com ~arjanv/2.5/ kernel

### Note: for apt repos, there can be multiple repo names specified (space
### seperated).

### A yum style repo. The format is:
### type  channel-label     url
#yum fedora-core-development http://download.fedora.redhat.com/pub/fedora/linux/core/development/$ARCH/

### A local directory full of packages (a "dir" repo). For example:
#dir my-favorite-rpms /var/spool/RPMS/

# Multiple versions of all repos except "up2date" can be used. Dependencies
# can be resolved "cross-repo" if need be.
 
Back
Top