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 10-08-2007, 09:32 AM
Starter Member
 
Posts: 2
Default Faile 4.5.7_GA_1319 install on ubuntu 6.06LTS

Does anyone have any ideas!!

I have followed posts by dwtractor AND pacsteel to setup. Like dwtractor my install is on a DMZ inside a firewall.

As advised by dwtractor I have made sure I can resolve own private IP address using nslookup. All this works and yet when I install I get.

zimbra-core......zimbra-core_4.5.7_GA_1319.UBUNTU6_i386.deb...done
zimbra-ldap......zimbra-ldap_4.5.7_GA_1319.UBUNTU6_i386.deb...done
zimbra-logger......zimbra-logger_4.5.7_GA_1319.UBUNTU6_i386.deb...done
zimbra-mta......zimbra-mta_4.5.7_GA_1319.UBUNTU6_i386.deb...done
zimbra-snmp......zimbra-snmp_4.5.7_GA_1319.UBUNTU6_i386.deb...done
zimbra-store......zimbra-store_4.5.7_GA_1319.UBUNTU6_i386.deb...done
zimbra-apache......zimbra-apache_4.5.7_GA_1319.UBUNTU6_i386.deb...done
zimbra-spell......zimbra-spell_4.5.7_GA_1319.UBUNTU6_i386.deb...FAILED
###ERROR###

zimbra-spell_4.5.7_GA_1319.UBUNTU6_i386.deb installation failed

Anyone got any ideas?
Reply With Quote
  #2 (permalink)  
Old 10-08-2007, 09:42 AM
Moderator
 
Posts: 2,207
Default

Welcome on the forum.

Spell setup failure is usualy in relation with a bad DNS setup.
Do a search on the forum, it's been covered several times.
Reply With Quote
  #3 (permalink)  
Old 02-22-2008, 02:57 AM
Active Member
 
Posts: 28
Default I've met the same problem!

Please help me!
I don't know key words to search on Zimbra forum to overcome this problem!
Reply With Quote
  #4 (permalink)  
Old 02-22-2008, 03:00 AM
Moderator
 
Posts: 2,207
Default

Check and double check your DNS setup : /etc/hosts, DNS record for the server, etc.
Reply With Quote
  #5 (permalink)  
Old 02-22-2008, 03:08 AM
Active Member
 
Posts: 28
Default

I don't have any DNS...

root@sunrise:/usr/src/xcoi_src/zcs# vi /etc/hosts

127.0.0.1 localhost.localdomain localhost
--

And i wanna install Zimbra on Ubuntu7.10 Server - personal Computer
Reply With Quote
  #6 (permalink)  
Old 02-22-2008, 03:12 AM
Moderator
 
Posts: 2,207
Default

Why installing Zimbra on a personal computer if it's not able to get/send messages to the world ?

You'd rather set it up "correctly", with a dedicated domain (or subdomain), correct DNS (search for "Split DNS"), etc.
Reply With Quote
  #7 (permalink)  
Old 02-22-2008, 03:29 AM
Active Member
 
Posts: 28
Default

Uhm! Sorry!
I'm a Vietnamese. So my english skill is not good. Please forward any mistackes!
--
i edit file `install.sh` to forward check DNS server. B/c i've just use Zimbra mail on localhost (not on Server). First time, i had installed bind version 9 (zimbra is okay). But i wanna make Zimbra to simple to install.

And when i edited file `install.sh`, it has some errors.
-- This is a part of my file `install.sh`:

echo "${D}: INSTALL SESSION COMPLETE" >> /opt/zimbra/.install_history
f [ x$SAVEDIR != "x" -a x$REMOVE = "xno" ]; then
echo "KyLe: 001-";
setDefaultsFromExistingConfig
echo "KyLe: 001e-";
fi

if [ $UPGRADE = "yes" ]; then

restoreExistingConfig

restoreCerts

fi

echo "KyLe: 002-";

if [ "x$LICENSE" != "x" ] && [ -f "$LICENSE" ]; then
echo "Installing /opt/zimbra/conf/ZCSLicense.xml"
if [ ! -d "/opt/zimbra/conf" ]; then
mkdir -p /opt/zimbra/conf
fi
cp -f $LICENSE /opt/zimbra/conf/ZCSLicense.xml
chown zimbra:zimbra /opt/zimbra/conf/ZCSLicense.xml
chmod 644 /opt/zimbra/conf/ZCSLicense.xml
fi
echo "KyLe: 003-";

if [ $SOFTWAREONLY = "yes" ]; then

echo ""
echo "Software Installation complete!"
echo ""
echo "Operations logged to $LOGFILE"
echo ""
echo "Run /opt/zimbra/libexec/zmsetup.pl to configure the system"
echo ""

exit 0
if [ x$SAVEDIR != "x" -a x$REMOVE = "xno" ]; then
echo "KyLe: 001-";
setDefaultsFromExistingConfig
echo "KyLe: 001e-";
fi

if [ $UPGRADE = "yes" ]; then

restoreExistingConfig

restoreCerts

fi

echo "KyLe: 002-";

if [ "x$LICENSE" != "x" ] && [ -f "$LICENSE" ]; then
echo "Installing /opt/zimbra/conf/ZCSLicense.xml"
if [ ! -d "/opt/zimbra/conf" ]; then
if [ x$SAVEDIR != "x" -a x$REMOVE = "xno" ]; then
echo "KyLe: 001-";
setDefaultsFromExistingConfig
echo "KyLe: 001e-";
fi

if [ $UPGRADE = "yes" ]; then

restoreExistingConfig

restoreCerts

fi

echo "KyLe: 002-";

if [ "x$LICENSE" != "x" ] && [ -f "$LICENSE" ]; then
echo "Installing /opt/zimbra/conf/ZCSLicense.xml"
if [ ! -d "/opt/zimbra/conf" ]; then
mkdir -p /opt/zimbra/conf
fi
cp -f $LICENSE /opt/zimbra/conf/ZCSLicense.xml
chown zimbra:zimbra /opt/zimbra/conf/ZCSLicense.xml
chmod 644 /opt/zimbra/conf/ZCSLicense.xml
if [ $SOFTWAREONLY = "yes" ]; then

echo ""
echo "Software Installation complete!"
echo ""
echo "Operations logged to $LOGFILE"
echo ""
echo "Run /opt/zimbra/libexec/zmsetup.pl to configure the system"
mkdir -p /opt/zimbra/conf
fi
cp -f $LICENSE /opt/zimbra/conf/ZCSLicense.xml
chown zimbra:zimbra /opt/zimbra/conf/ZCSLicense.xml
chmod 644 /opt/zimbra/conf/ZCSLicense.xml
fi
echo "KyLe: 003-";

if [ $SOFTWAREONLY = "yes" ]; then

echo ""
echo "Software Installation complete!"
echo ""
echo "Operations logged to $LOGFILE"
echo ""
echo "Run /opt/zimbra/libexec/zmsetup.pl to configure the system"
echo ""

exit 0
162,0-1 91%


if [ x$RESTORECONFIG != "x" ]; then
SAVEDIR=$RESTORECONFIG
fi

if [ x$SAVEDIR != "x" -a x$REMOVE = "xno" ]; then
echo "KyLe: 001-";
setDefaultsFromExistingConfig
echo "KyLe: 001e-";
fi

if [ $UPGRADE = "yes" ]; then
restoreExistingConfig

restoreCerts

fi

echo "KyLe: 002-";

if [ "x$LICENSE" != "x" ] && [ -f "$LICENSE" ]; then
echo "Installing /opt/zimbra/conf/ZCSLicense.xml"
if [ ! -d "/opt/zimbra/conf" ]; then
mkdir -p /opt/zimbra/conf
fi
cp -f $LICENSE /opt/zimbra/conf/ZCSLicense.xml
chown zimbra:zimbra /opt/zimbra/conf/ZCSLicense.xml
chmod 644 /opt/zimbra/conf/ZCSLicense.xml
fi
echo "KyLe: 003-";

if [ $SOFTWAREONLY = "yes" ]; then

echo ""
echo "Software Installation complete!"
echo ""
echo "Operations logged to $LOGFILE"
echo ""
echo "Run /opt/zimbra/libexec/zmsetup.pl to configure the system"
echo ""

exit 0
fi

#
# Installation complete, now configure
#

echo "KyLe: 004- Press Ctrl+Z de tam ngung script";
echo "run 'fg %1' de tiep tuc";
sleep 15; restoreExistingConfig

restoreCerts

fi

echo "KyLe: 002-";

if [ "x$LICENSE" != "x" ] && [ -f "$LICENSE" ]; then
echo "Installing /opt/zimbra/conf/ZCSLicense.xml"
if [ ! -d "/opt/zimbra/conf" ]; then
mkdir -p /opt/zimbra/conf
fi
cp -f $LICENSE /opt/zimbra/conf/ZCSLicense.xml
chown zimbra:zimbra /opt/zimbra/conf/ZCSLicense.xml
chmod 644 /opt/zimbra/conf/ZCSLicense.xml
fi
echo "KyLe: 003-";

if [ $SOFTWAREONLY = "yes" ]; then

echo ""
echo "Software Installation complete!"
echo ""
echo "Operations logged to $LOGFILE"
echo ""
echo "Run /opt/zimbra/libexec/zmsetup.pl to configure the system"
echo ""

exit 0
fi

#
# Installation complete, now configure
#

echo "KyLe: 004- Press Ctrl+Z de tam ngung script";
echo "run 'fg %1' de tiep tuc";
sleep 15;

if [ x$DEFAULTFILE != "x" ]; then
/opt/zimbra/libexec/zmsetup.pl -c $DEFAULTFILE
else
/opt/zimbra/libexec/zmsetup.pl
fi
Reply With Quote
  #8 (permalink)  
Old 02-22-2008, 04:00 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by xcoi View Post
I don't have any DNS...

root@sunrise:/usr/src/xcoi_src/zcs# vi /etc/hosts

127.0.0.1 localhost.localdomain localhost
This hosts file is incorrect and you will need a local DNS server with valid A & MX records to install Zimbra. Fix those errors and read the how-to articles (and the product documentation) in the forums and wiki and you'll have a functioning Zimbra server.
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 02-22-2008, 04:07 AM
Active Member
 
Posts: 28
Default

I don't wanna install any DNS server.
I'm gonna compile the Zimbra source...

When i understood and compiled some packages in Zimbra source, i will install Berkely Internet Name Domain (bind9).

Thanks for your help!
Reply With Quote
  #10 (permalink)  
Old 02-22-2008, 04:14 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by xcoi View Post
I don't wanna install any DNS server.
I'm afraid there's no alternative, the postfix component of Zimbra requires the use of DNS A & MX records to deliver email.
__________________
Regards


Bill
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.