• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

drweb upgrade failed by udater

X

xooops

Guest
Hi

I try to update my Dr. Web antivirus.

I run the update service and they show me.

Dr. Web antivirus
Your release Aug 24, 2005
Latest release June 18, 2006

so I hit install .... and

but the installation failed..

...
...
....
After checking for previous installation following packages are sheduled for installing:
package drweb-qmail (file /PSA_7.5.4/rpm_SuSE_9.1/opt/drweb/drweb-qmail-4.33-suse9.1.build75060618.14.i586.rpm)
package drweb-base (file /PSA_7.5.4/rpm_SuSE_9.1/opt/drweb/drweb-base-4.33-suse5_psa.i586.rpm)
package drweb-daemon (file /PSA_7.5.4/rpm_SuSE_9.1/opt/drweb/drweb-daemon-4.33-suse5_psa.i586.rpm)
package drweb-updater (file /PSA_7.5.4/rpm_SuSE_9.1/opt/drweb/drweb-updater-4.33-suse3_psa.i586.rpm)
----

Retrieving Plesk files
1. Downloading https://autoinstall.plesk.com//PSA_...-qmail-4.33-suse9.1.build75060618.14.i586.rpm (4 files to go)


2. Downloading https://autoinstall.plesk.com//PSA_7.5.4/rpm_SuSE_9.1/opt/drweb/drweb-base-4.33-suse5_psa.i586.rpm (3 files to go)


3. Downloading https://autoinstall.plesk.com//PSA_7.5.4/rpm_SuSE_9.1/opt/drweb/drweb-daemon-4.33-suse5_psa.i586.rpm (2 files to go)


4. Downloading https://autoinstall.plesk.com//PSA_...t/drweb/drweb-updater-4.33-suse3_psa.i586.rpm (1 files to go)


---

Preparing for packages installation...
----- begin of output -----
Installing /PSA_7.5.4/rpm_SuSE_9.1/opt/drweb/drweb-base-4.33-suse5_psa.i586.rpm
error: Failed dependencies:
drweb >= 4.32.2 is needed by (installed) drweb-qmail-4.32-suse9.1.build75050824.12



can someone help me please?

thanks, Sven
 
It's unlikely that somebody will need it now, but anyway - since I'm dealing with the same problem now.

This happens because DrWeb changed packages names in 4.33 - before that there was only drweb package and in 4.33 it was split to three packages - drweb-base, drweb-daemon and drweb-updater:

drweb-4.32.2-suse7_psa.i586.rpm
drweb-qmail-4.32-suse9.1.build75050506.13.i586.rpm

drweb-base-4.33-suse5_psa.i586.rpm
drweb-daemon-4.33-suse5_psa.i586.rpm
drweb-qmail-4.33-suse9.1.build75060618.14.i586.rpm
drweb-updater-4.33-suse3_psa.i586.rpm

Therefore Plesk updater breaks the dependencies when it tries to upgrade packages one-by-one. It should be possible to upgrade it manually, by downloading DrWeb packages and trying to install them all at once in a single rpm transaction:

# rpm -Uvh drweb-qmail-4.33-suse9.1.build75060618.14.i586.rpm drweb-base-4.33-suse5_psa.i586.rpm drweb-daemon-4.33-suse5_psa.i586.rpm drweb-updater-4.33-suse3_psa.i586.rpm
 
Back
Top