Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #21 (permalink)  
Old 08-26-2007, 10:17 PM
Junior Member
 
Posts: 8
Default

Will a developer build for version 5 be available for Debian?
Reply With Quote
  #22 (permalink)  
Old 09-27-2007, 02:53 PM
Starter Member
 
Posts: 2
Default Zimbra on Debian (Lenny)

Thanks for this excellent script. It seems to work fine on Lenny (Debian Test) as well.
Reply With Quote
  #23 (permalink)  
Old 10-05-2007, 10:24 AM
OpenSource Builder & Moderator
 
Posts: 1,166
Default Warning!

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!
Reply With Quote
  #24 (permalink)  
Old 10-05-2007, 04:22 PM
Moderator
 
Posts: 927
Default

Quote:
Originally Posted by dijichi2 View Post
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!
Yeah, I have noticed this, I'm gonna spend a little time looking into it and then I may just give up and revert to a backup. Currently I cant log into mail, getting an error "A network service error occured (zclient/io)" is this what you saw?
Reply With Quote
  #25 (permalink)  
Old 10-06-2007, 06:37 AM
OpenSource Builder & Moderator
 
Posts: 1,166
Default

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.
Reply With Quote
  #26 (permalink)  
Old 10-07-2007, 03:23 AM
Moderator
 
Posts: 927
Default

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.
Reply With Quote
  #27 (permalink)  
Old 10-07-2007, 09:22 AM
OpenSource Builder & Moderator
 
Posts: 1,166
Default

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.
Reply With Quote
  #28 (permalink)  
Old 12-11-2007, 08:13 AM
Loyal Member
 
Posts: 79
Default

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:

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...
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:
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
But still the upgrade fails saying I'm trying:

Code:
Found zimbra-core
Error: attempting to install i386 packages on a unknown OS.
Exiting...
Any idea?

Thanx!
Reply With Quote
  #29 (permalink)  
Old 12-11-2007, 09:42 AM
OpenSource Builder & Moderator
 
Posts: 1,166
Default

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!
Reply With Quote
  #30 (permalink)  
Old 12-13-2007, 02:44 PM
Loyal Member
 
Posts: 79
Default

Ok,

But can you tell me if zimbra 5.0 will support Debian 4.0?

Thanx!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.