Will a developer build for version 5 be available for Debian?
Will a developer build for version 5 be available for Debian?
Thanks for this excellent script. It seems to work fine on Lenny (Debian Test) as well.
Warning - upgrading from 5.0b3 to 5.0rc1 using the new debian4 binary resulted in lots of problems, both errors during the install and afterwards. Do not attempt to upgrade without taking backups first!
exactly yes. I was on 5.0b3 ubuntu6 build. I need to upgrade this so I'll find a way round it when I can get some downtime on the box.
From a conversation with jholder, it looks firmly like I was getting this error due to the java engine failing, almost certainly due to insufficient memory. I'll be sticking to testing b3 for a little while longer while I search for hardware, but if you have plenty of ram on your rig and the errors are the same, there may be an issue somewhere.
That said, I think there are quite a lot of debian 3.1 installs on debian 4.0, so we should be seeing more reports of a problem.
Right, I downloaded the ubuntu6 version and used the /etc/debian_version and util/utilfunc.sh hack as per usual, and upgraded perfectly from 5.0b3 to 5.0rc1 on debian4. Looks like either the debian4 release has issues, or the upgrade from a hacked version has issues.
Hi guys,
I'M trying to upgrade my zimbra install with package 4.5.10 but I'm unable to do it. Here is what i get.
I'm running Debian Etch.
In /etc/debian_version I have 4.0
The install starts but then fails.
Here is the output:
In the file zcs/util/utilfunc.sh, there is a part wher it checks for debian 4.0 so 4.0 seems to be supported by the installer in version 4.5.10, see here:Code:./install.sh
Operations logged to /tmp/install.log.17515
Checking for existing installation...
zimbra-ldap...FOUND zimbra-ldap-4.5.7_GA_1319.DEBIAN3.1
zimbra-logger...FOUND zimbra-logger-4.5.7_GA_1319.DEBIAN3.1
zimbra-mta...FOUND zimbra-mta-4.5.7_GA_1319.DEBIAN3.1
zimbra-snmp...FOUND zimbra-snmp-4.5.7_GA_1319.DEBIAN3.1
zimbra-store...FOUND zimbra-store-4.5.7_GA_1319.DEBIAN3.1
zimbra-apache...FOUND zimbra-apache-4.5.7_GA_1319.DEBIAN3.1
zimbra-spell...FOUND zimbra-spell-4.5.7_GA_1319.DEBIAN3.1
zimbra-core...FOUND zimbra-core-4.5.7_GA_1319.DEBIAN3.1
Saving existing configuration file to /opt/zimbra/.saveconfig
PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.
ZIMBRA, INC. ("ZIMBRA") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU
FIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING
THE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY
THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS
AGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.
License Terms for the Zimbra Collaboration Suite:
http://www.zimbra.com/license/zimbra_public_eula_2.1.html
Press Return to continue
Checking for prerequisites...
NPTL...FOUND
sudo...FOUND sudo-1.6.8p12-4
libidn11...FOUND libidn11-0.6.5-1
curl...FOUND curl-7.15.5-1etch1
fetchmail...FOUND fetchmail-6.3.6-1etch1
libgmp3c2...FOUND libgmp3c2-2:4.2.1+dfsg-4
libxml2...FOUND libxml2-2.6.27.dfsg-1
libstdc++6...FOUND libstdc++6-4.1.1-21
openssl...FOUND openssl-0.9.8c-4etch1
Checking current number of databases...
Do you want to verify message store database integrity? [Y]
Verifying integrity of message store databases. This may take a while.
mysqld is alive
Generating report
No errors found
Checking for installable packages
Found zimbra-core
Error: attempting to install i386 packages on a unknown OS.
Exiting...
But still the upgrade fails saying I'm trying:Code:getPlatformVars() {
PLATFORM=`bin/get_plat_tag.sh`
if [ $PLATFORM = "DEBIAN3.1" -o $PLATFORM = "UBUNTU6" -o $PLATFORM = "DEBIAN4.0" ]; then
PACKAGEINST='dpkg -i'
PACKAGERM='dpkg --purge'
PACKAGEQUERY='dpkg -s'
PACKAGEEXT='deb'
PREREQ_PACKAGES="sudo libidn11 curl fetchmail libgmp3 libxml2 libstdc++6 openssl"
if [ $PLATFORM = "UBUNTU6" ]; then
PREREQ_PACKAGES="sudo libidn11 curl fetchmail libpcre3 libgmp3c2 libexpat1 libxml2 libstdc++6 libstdc++5 openssl"
fi
if [ $PLATFORM = "DEBIAN4.0" ]; then
PREREQ_PACKAGES="sudo libidn11 curl fetchmail libgmp3c2 libxml2 libstdc++6 openssl"
fi
Any idea?Code:Found zimbra-core
Error: attempting to install i386 packages on a unknown OS.
Exiting...
Thanx!
No. Debian 4.0 is not supported - there are fragments of code for it in 4.5.x branch that are very incomplete and broken, do not attempt to use it as debian 4 installer - continue to use 3.1 in /etc/debian_version or use ubuntu package, one of the established hacks!
Ok,
But can you tell me if zimbra 5.0 will support Debian 4.0?
Thanx!