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
  #1 (permalink)  
Old 05-12-2007, 03:48 AM
Starter Member
 
Posts: 2
Default zimbra-core must be enabled

Hello

I am trying to install the newest zimbra on ubuntu 7.4 but I am running into a problem

All I get is this:
"
Installing packages

zimbra-core......zimbra-core_4.5.5_GA_838.UBUNTU6_i386.deb...done
zimbra-ldap......zimbra-ldap_4.5.5_GA_838.UBUNTU6_i386.deb...done
zimbra-logger......zimbra-logger_4.5.5_GA_838.UBUNTU6_i386.deb...done
zimbra-mta......zimbra-mta_4.5.5_GA_838.UBUNTU6_i386.deb...done
zimbra-snmp......zimbra-snmp_4.5.5_GA_838.UBUNTU6_i386.deb...done
zimbra-store......zimbra-store_4.5.5_GA_838.UBUNTU6_i386.deb...done
zimbra-apache......zimbra-apache_4.5.5_GA_838.UBUNTU6_i386.deb...done
zimbra-spell......zimbra-spell_4.5.5_GA_838.UBUNTU6_i386.deb...done
Operations logged to /tmp/zmsetup.log.15291
zimbra-core must be enabled.
"

It doesn't continue to configuration or anything. when looking in syslog is appears that something has failed because I see stuff as:

"May 12 12:36:10 home slapcat: could not stat config file "/opt/zimbra/conf/slapd.conf": No such file or directory (2)"

May 12 12:36:05 home postfix[14044]: warning: My hostname home is not a fully qualified name - set myhostname or mydomain in /opt/zimbra/postfix-2.2.9/conf/main.cf



Any ideas ?
Reply With Quote
  #2 (permalink)  
Old 05-12-2007, 05:02 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by lynggaard View Post
Hello

I am trying to install the newest zimbra on ubuntu 7.4 but I am running into a problem
Any particular reason you're not using the supported Ubuntu version for installing Zimbra? You do realise that it may not work on this version, don't you?


Quote:
Originally Posted by lynggaard View Post
May 12 12:36:05 home postfix[14044]: warning: My hostname home is not a fully qualified name - set myhostname or mydomain in /opt/zimbra/postfix-2.2.9/conf/main.cf
The usual questions about hosts file, DNS A & MX records - are they all set-up correctly? Have you looked at some of the other Ubuntu troubleshooting threads?
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 05-14-2007, 08:38 AM
Member
 
Posts: 11
Default same problem

I have attached my install log file. I am trying to install this on my laptop to demo for some people, and its not running ubuntu edgy but feisty fawn.
Attached Files
File Type: txt log.txt (12.7 KB, 108 views)
Reply With Quote
  #4 (permalink)  
Old 05-14-2007, 08:56 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

You can see from my post above that the version of Ubuntu that you have isn't supported, it may not work. Search the forums for some details if you want to use that version but I'd suggest installing the supported version of Ubuntu.
__________________
Regards


Bill

Last edited by phoenix; 05-23-2007 at 12:07 PM..
Reply With Quote
  #5 (permalink)  
Old 05-23-2007, 12:01 PM
New Member
 
Posts: 3
Default I have the same problem

I am having exactly the same problem: "zimbra-core must be enabled" then exit right before doing the config part of the install. Seems close to working as otherwise everything in the install goes very smoothly.

Appears that this problem happens in /opt/zimbra/libexec/zmsetup.pl. I took a look at the code but really could not follow it well enough to diagnose.

Is it best to just run Zimbra on a dedicated server with Ubuntu 6?

- Jon
Reply With Quote
  #6 (permalink)  
Old 05-23-2007, 12:07 PM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by jon21 View Post
Is it best to just run Zimbra on a dedicated server with Ubuntu 6?
Yes, the easiest thing is to use Ubuntu 6.06 LTS.
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 06-11-2007, 08:39 AM
Intermediate Member
 
Posts: 17
Default

i have the same problem as you, here a solution:

edit
/opt/zimbra/libexec/zmsetup.pl

there is a problem with the sub isInstalled()

so,change the following

+- line 324

# if its already defined return;
# if (defined $enabledPackages{$package}) {
# if ($enabledPackages{$package} eq "Enabled") {
# detail("$package is enabled");
# return 1;
# } else {
# detail("$package is not enabled");
# return undef;
# }

return 1;



it's works for me (crappy but it's work)
Reply With Quote
  #8 (permalink)  
Old 09-23-2007, 02:14 PM
Member
 
Posts: 11
Default

The problem is in get_plat_tag.sh

To install zimbra under feisty replace get_plat_tag.sh in the installation bin/ directory with this:

#!/bin/sh
echo UBUNTU6

run install and check all prerequisites. Use apt(itude) to install all required packages if necessary.

Before installing, open a second shell in/to the server.
After the zimbra-core package has been installed, immediately go to the second shell and change to /opt/zimbra/libexec. Either copy bin/get_plat_tag.sh from the installation dir here or delete the original and edit it to resemle the above script.

Now the internal "installed" check will return ok and installation will continue without problems and zimbra will run without problems.

Remember: This is not a supported installation
Reply With Quote
  #9 (permalink)  
Old 09-24-2007, 04:36 AM
OpenSource Builder & Moderator
 
Posts: 1,166
Default

There is a simpler solution I posted a while back. The installer is incorrectly detecting it as a debian4 OS due to /etc/debian_release present in Ubuntu gutsy, iirc. Temporarily move this file or replace the contents with something sensible and the installer runs fine.
Reply With Quote
  #10 (permalink)  
Old 09-24-2007, 05:04 AM
Member
 
Posts: 11
Default

Apart from that, antivirus and clamscan don't seem to run fine under feisty, and stats reports itself as stopped as well. So for the time being I will behave like a good citizen and install 5beta3 on a fresh edgy install...
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.