• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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