If you are running a Zimbra 10 FOSS build, you are still pulling the open source components from the main Zimbra repo but separately installing the Zimbra components, so expected upgrade actions may not occur when you upgrade FOSS components.
I just encountered this after upgrading from zimbra-nginx-1.20.0-1zimbra8.8b4.el8.x86_64 to zimbra-nginx-1.24.0-1zimbra8.8b4.el8.x86_64 as part of my system package manager update. Nginx (zimbra-proxy) failed to start as it could not bind privileged ports!
If you run into this, as root you should run either:or simply:
I just encountered this after upgrading from zimbra-nginx-1.20.0-1zimbra8.8b4.el8.x86_64 to zimbra-nginx-1.24.0-1zimbra8.8b4.el8.x86_64 as part of my system package manager update. Nginx (zimbra-proxy) failed to start as it could not bind privileged ports!
If you run into this, as root you should run either:
Code:
/opt/zimbra/libexec/zmfixperms
Code:
setcap CAP_NET_BIND_SERVICE=+ep /opt/zimbra/common/sbin/nginx
Statistics: Posted by jered — Sun Mar 24, 2024 1:44 pm