Zimbra 8.8.15 Patch-35 - share experience

Ask questions about your setup or get help installing ZCS server (ZD section below).
bulletxt
Advanced member
Advanced member
Posts: 79
Joined: Sat Sep 13, 2014 1:08 am

Zimbra 8.8.15 Patch-35 - share experience

Post by bulletxt »

Hi,
Zimbra 8.8.15 Patch-35 has just been released. Please share your experience after upgrade, thanks!
Last edited by bulletxt on Tue Nov 22, 2022 3:33 pm, edited 1 time in total.
User avatar
gabrieles
Outstanding Member
Outstanding Member
Posts: 233
Joined: Tue Feb 14, 2017 9:40 am

Re: Zimbra 8.8.15 Patch-35 - share experience

Post by gabrieles »

Actually found a strange behaviour on a customer that can't print: everytime someone tries to print gets an emtpy page with "no result found"
[Solved]
Edit -> just empty /opt/zimbra/jetty/work

zmmailboxdctl stop
cd /opt/zimbra/jetty/work
rm -rf *
zmmailboxdctl start
Last edited by gabrieles on Mon Nov 28, 2022 8:18 am, edited 1 time in total.
User avatar
scantec
Advanced member
Advanced member
Posts: 72
Joined: Mon May 05, 2014 11:55 am

Re: Zimbra 8.8.15 Patch-35 - share experience

Post by scantec »

We had that problem. Clearing /opt/zimbra/jetty/work/ fixed the issue
gabrieles wrote:Actually found a strange behaviour on a customer that can't print: everytime someone tries to print gets an emtpy page with "no result found"
Multi-server infrastructure with two mailstores:
Release 8.8.15.GA.3869.UBUNTU16.64 UBUNTU16_64 NETWORK edition, Patch 8.8.15_P35.
Release 8.8.15.GA.3869.UBUNTU18.64 UBUNTU18_64 NETWORK edition, Patch 8.8.15_P35.

Only mailboxes on the U16 store shows the problem.
The ones on the U18 store can print easily.
We are currently investigating if it's something really related to P35 or something other.
We have some suspect on this: viewtopic.php?f=13&t=71400

This is what mailbox.log shows about the error:

Code: Select all

022-11-22 08:49:59,785 WARN  [qtp2011482127-1065://zimbraserver.mydomain.com/h/printmessage?id=1728161&tz=Europe/Belgrade&xim=1] [] webclient - no valid authtoken present
com.zimbra.common.service.ServiceException: no valid authtoken present
at com.zimbra.common.service.ServiceException.AUTH_REQUIRED(ServiceException.java:380) ~[zimbracommon.jar:8.8.15_GA_4481]
at com.zimbra.cs.taglib.ZJspSession.getZMailbox(ZJspSession.java:463) ~[zm-taglib-8.8.15.1562147493.jar:8.8.15_GA_4481]
at com.zimbra.cs.taglib.tag.ZimbraSimpleTag.getMailbox(ZimbraSimpleTag.java:29) ~[zm-taglib-8.8.15.1562147493.jar:8.8.15_GA_4481]
at com.zimbra.cs.taglib.tag.GetMailboxTag.doTag(GetMailboxTag.java:57) ~[zm-taglib-8.8.15.1562147493.jar:8.8.15_GA_4481]
at org.apache.jsp.h.printmessage$Helper.invoke0(printmessage.java:1415) ~[?:?]
at org.apache.jsp.h.printmessage$Helper.invoke(printmessage.java:1449) ~[?:?]
at org.apache.jsp.tag.web.infra.handleError_tag._jspx_meth_c_005fcatch_005f0(handleError_tag.java:308) ~[?:?]
[...]
ps-> change the topic, it's p35
halfgaar
Advanced member
Advanced member
Posts: 171
Joined: Sat Sep 13, 2014 12:54 am
Location: Netherlands
ZCS/ZD Version: Ubuntu 18.04, 8.8.15_P43
Contact:

Re: Zimbra 8.8.15 Patch-35 - share experience

Post by halfgaar »

Just installed the patch. All seems fine.

Simple single server, release 8.8.15.GA.3869.UBUNTU16.64 UBUNTU16_64 FOSS edition, Patch 8.8.15_P35.
User avatar
JDunphy
Outstanding Member
Outstanding Member
Posts: 883
Joined: Fri Sep 12, 2014 11:18 pm
Location: Victoria, BC
ZCS/ZD Version: 9.0.0_P39 NETWORK Edition

Re: Zimbra 8.8.15 Patch-35 - share experience

Post by JDunphy »

Applied P35 to a snapshot of the production server. Everything seems fine.

Code: Select all

[zimbra@mail ~]$ zmcontrol -v
Release 8.8.15_GA_3953.RHEL8_64_20200629025823 RHEL8_64 NETWORK edition, Patch 8.8.15_P35.
Tested printing, admin interface, backups NG, and spell checking. I'll leave it for a few days and probably upgrade over the weekend. We run 0-trust here so only trusted ip space has access to mailboxd so no hurry for us.

Note: our cloud provider backups didn't bring over the new extended capabilities introduced with P34 so the restoration of our our production server to this staging/test server for P35 would not come up initially.
Double check and verify your backups and/or any scripts if you have rsync, etc that the extended attributes are included. Failure symptom is ldap would not start since it doesn't run as root and is binding to a port below 1024.

Here is how to check:

Code: Select all

% getcap /opt/zimbra/common/libexec/slapd
/opt/zimbra/common/libexec/slapd cap_net_bind_service=ep
If not set, easy enough to fix.

Code: Select all

% setcap cap_net_bind_service=+ep /opt/zimbra/common/libexec/slapd
Jim
Last edited by JDunphy on Wed Nov 23, 2022 2:46 pm, 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: Zimbra 8.8.15 Patch-35 - share experience

Post by andras0602 »

On CentOS7 I had this error on the admin interface: Javascript overviewTreeListener error while opening Network Modules NG in admin console
But this guide helped me to redeployed the zextras zimlets: https://wiki.zimbra.com/wiki/JavaScript ... in_console

Code: Select all

su - zimbra
cd /opt/zimbra/zimlets
zmzimletctl undeploy com_zextras_client
zmzimletctl undeploy com_zextras_zextras
zmzimletctl deploy com_zextras_client.zip
zmzimletctl deploy com_zextras_zextras.zip
zmprov fc -a all
zmmailboxdctl restart
The strange thing is it happened only on one of my servers.
The update process was pretty slow on all servers.
~2 days went by and we haven't seen any other issues.
Koala
Posts: 9
Joined: Sat Nov 26, 2022 8:34 pm

Re: Zimbra 8.8.15 Patch-35 - share experience

Post by Koala »

I just installed p35 in my zimbra foss.
The version showing P35 but unfortunately zmmailboxdctl cannot start.

Is there anyone has same problem ?
halfgaar
Advanced member
Advanced member
Posts: 171
Joined: Sat Sep 13, 2014 12:54 am
Location: Netherlands
ZCS/ZD Version: Ubuntu 18.04, 8.8.15_P43
Contact:

Re: Zimbra 8.8.15 Patch-35 - share experience

Post by halfgaar »

Can you give the output of 'zmcontrol status', 'zmcontrol -v' and relevant other log entries from '/var/log/zimbra' and '/opt/zimbra/log/'?
halfgaar
Advanced member
Advanced member
Posts: 171
Joined: Sat Sep 13, 2014 12:54 am
Location: Netherlands
ZCS/ZD Version: Ubuntu 18.04, 8.8.15_P43
Contact:

Re: Zimbra 8.8.15 Patch-35 - share experience

Post by halfgaar »

Edit: removed: it was a double post because the forum said "Data too long for column 'config_value' at row 1 [1406]" on posting.
Last edited by halfgaar on Sun Nov 27, 2022 9:23 am, edited 1 time in total.
halfgaar
Advanced member
Advanced member
Posts: 171
Joined: Sat Sep 13, 2014 12:54 am
Location: Netherlands
ZCS/ZD Version: Ubuntu 18.04, 8.8.15_P43
Contact:

Re: Zimbra 8.8.15 Patch-35 - share experience

Post by halfgaar »

Edit: removed: it was a double post because the forum said "Data too long for column 'config_value' at row 1 [1406]" on posting.
Post Reply