[SOLVED] 8.8.15 Patch 35 packages kept back

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
zmcontrol
Posts: 26
Joined: Fri Jul 24, 2020 12:43 am

[SOLVED] 8.8.15 Patch 35 packages kept back

Post by zmcontrol »

Hello,

Release 8.8.15.GA.3869.UBUNTU18.64 UBUNTU18_64 FOSS edition, Patch 8.8.15_P35.

While installing patch 35 several packages are kept back.

Code: Select all

The following packages have been kept back:
  zimbra-apache-components zimbra-clamav zimbra-clamav-lib zimbra-httpd zimbra-mta-components zimbra-mta-patch zimbra-spell-components
The patch notes mention apache and clamav CVEs, but these are not installed.
Is this intentional?
Thanks
Last edited by zmcontrol on Tue Nov 22, 2022 9:59 am, edited 1 time in total.
User avatar
andras0602
Advanced member
Advanced member
Posts: 62
Joined: Sat May 21, 2022 3:11 pm
ZCS/ZD Version: 8.8.15

Re: 8.8.15 Patch 35 packages kept back

Post by andras0602 »

I haven't seen the same on CentOS7. Do you see any packages with

Code: Select all

apt-mark showhold 
zmcontrol
Posts: 26
Joined: Fri Jul 24, 2020 12:43 am

Re: 8.8.15 Patch 35 packages kept back

Post by zmcontrol »

andras0602 wrote:I haven't seen the same on CentOS7. Do you see any packages with

Code: Select all

apt-mark showhold 
andras0602,

Thanks for your feedback, but no packages were marked as hold.
However I did resolve this by running

Code: Select all

apt-get -s --with-new-pkgs upgrade
and found that these packages have a new dependency libpcre2-8-0 which wasn't automatically installed.

so after installing with

Code: Select all

apt-get install libpcre2-8-0
all the patch 35 packages that were held back installed successfully.
User avatar
wentum
Advanced member
Advanced member
Posts: 53
Joined: Fri Apr 04, 2014 10:49 am
Location: Pforzheim (Germany)
ZCS/ZD Version: Release 9.0.0.GA.3924 _P30
Contact:

Re: [SOLVED] 8.8.15 Patch 35 packages kept back

Post by wentum »

zmcontrol wrote:Hello,

Release 8.8.15.GA.3869.UBUNTU18.64 UBUNTU18_64 FOSS edition, Patch 8.8.15_P35.

While installing patch 35 several packages are kept back.

Code: Select all

The following packages have been kept back:
  zimbra-apache-components zimbra-clamav zimbra-clamav-lib zimbra-httpd zimbra-mta-components zimbra-mta-patch zimbra-spell-components
The patch notes mention apache and clamav CVEs, but these are not installed.
Is this intentional?
Thanks
Same here.
I felt unsure and decided to take aptitude instead of apt.
And voila, aptitude solved this by installing missing package libpcre2-8-0...

Regards
Joerg
Post Reply