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
  #11 (permalink)  
Old 08-22-2011, 06:01 AM
Intermediate Member
 
Posts: 16
Default

Yup - did that. Here's the log from my abortive re-install:-

Removing existing packages
zimbra-ldap...done
zimbra-logger...done
zimbra-mta...done
zimbra-snmp...done
zimbra-store...done
zimbra-core...done
Removing deployed webapp directories
Installing packages
zimbra-core......zimbra-core_7.1.2_GA_3268.UBUNTU10_64_amd64.deb...

done
zimbra-ldap......zimbra-ldap_7.1.2_GA_3268.UBUNTU10_64_amd64.deb...done
zimbra-logger......zimbra-logger_7.1.2_GA_3268.UBUNTU10_64_amd64.deb...done
zimbra-mta......zimbra-mta_7.1.2_GA_3268.UBUNTU10_64_amd64.deb...
done
zimbra-snmp......zimbra-snmp_7.1.2_GA_3268.UBUNTU10_64_amd64.deb...done
zimbra-store......zimbra-store_7.1.2_GA_3268.UBUNTU10_64_amd64.deb...
done
Setting defaults from saved config in /opt/zimbra/.saveconfig/config.save
HOSTNAME=localhost
LDAPHOST=
LDAPPORT=
SNMPTRAPHOST=
SMTPSOURCE=
SMTPDEST=
SNMPNOTIFY=0
SMTPNOTIFY=0
LDAPROOTPW=zimbra
LDAPZIMBRAPW=zimbra
LDAPPOSTPW=zmpostfix
LDAPREPPW=zmreplica
LDAPAMAVISPW=zmamavis
LDAPNGINXPW=zmnginx
Restoring existing configuration file from /opt/zimbra/.saveconfig/localconfig.xml...done
Operations logged to /tmp/zmsetup.08222011-135148.log
Installing LDAP configuration database...done.
Upgrading from to 7.1.2_GA_3268
Stopping zimbra services...failed. exiting.
UPGRADE FAILED - exiting.
root@mail:/home/simon/zcs-7.1.2_GA_3268.UBUNTU10_64.20110804130819#
root@mail:/home/simon/zcs-7.1.2_GA_3268.UBUNTU10_64.20110804130819#
root@mail:/home/simon/zcs-7.1.2_GA_3268.UBUNTU10_64.20110804130819#
root@mail:/home/simon/zcs-7.1.2_GA_3268.UBUNTU10_64.20110804130819#
root@mail:/home/simon/zcs-7.1.2_GA_3268.UBUNTU10_64.20110804130819#
root@mail:/home/simon/zcs-7.1.2_GA_3268.UBUNTU10_64.20110804130819#
root@mail:/home/simon/zcs-7.1.2_GA_3268.UBUNTU10_64.20110804130819# cd /tmp
root@mail:/tmp# cat zmsetup.08222011-135148.log
Mon Aug 22 13:51:48 2011 Operations logged to /tmp/zmsetup.08222011-135148.log
Mon Aug 22 13:51:49 2011 Installing LDAP configuration database...
Mon Aug 22 13:51:49 2011 done.
Mon Aug 22 13:51:49 2011 *** Running as zimbra user: /opt/zimbra/libexec/zmldapschema 2>/dev/null
Looking for LDAP installation...succeeded
Installing core schema...
Installing cosine schema...
Installing inetOrgPerson schema...
Installing zimbra schema...
Installing amavis schema...
Installing dynlist schema...
Mon Aug 22 13:51:50 2011 Upgrading from to 7.1.2_GA_3268
Mon Aug 22 13:51:50 2011 Stopping zimbra services...
Mon Aug 22 13:51:50 2011 *** Running as zimbra user: /opt/zimbra/bin/zmcontrol stop
Host localhost
Stopping stats...Done.
Stopping mta...Done.
Stopping spell...Done.
Stopping snmp...Done.
Stopping cbpolicyd...Done.
Stopping archiving...Done.
Stopping antivirus...Done.
Stopping antispam...Done.
Stopping imapproxy...Done.
Stopping memcached...Done.
Stopping mailbox...Failed.
Stopping mailboxd...mailboxd is not running.
Error: assertion '-r /opt/zimbra/conf/my.cnf' failed

Stopping logger...Done.
Stopping zmconfigd...Done.
Stopping ldap...Done.
Mon Aug 22 13:51:58 2011 failed. exiting.
Mon Aug 22 13:51:58 2011 UPGRADE FAILED - exiting.
root@mail:/tmp#

I'm really not liking that it is setting hostname to 'localhost' - if I run hostname I get the FQDN, the resolv.conf tells it to use the local DNS which has the zone configured for my local machine. So I don't get why it is so unhappy?
Reply With Quote
  #12 (permalink)  
Old 08-22-2011, 06:08 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Go to the Split DNS article and run all the commands in the 'Verify....' section of that article.
__________________
Regards


Bill
Reply With Quote
  #13 (permalink)  
Old 08-22-2011, 06:54 AM
Intermediate Member
 
Posts: 16
Default

Yep - all passed with flying colours....
Reply With Quote
  #14 (permalink)  
Old 08-22-2011, 07:04 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by cabletastic View Post
Yep - all passed with flying colours....
Just for confirmation, how about showing us the output?
__________________
Regards


Bill
Reply With Quote
  #15 (permalink)  
Old 08-22-2011, 10:18 AM
Intermediate Member
 
Posts: 16
Default

Here you go - real domain subbed for domain.com
simon@mail:~$ dig domain.com mx

; <<>> DiG 9.7.0-P1 <<>> domain.com mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26000
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;domain.com. IN MX

;; ANSWER SECTION:
domain.com. 38400 IN MX 10 mail.domain.com.

;; AUTHORITY SECTION:
domain.com. 38400 IN NS mail.domain.com.

;; ADDITIONAL SECTION:
mail.domain.com. 38400 IN A 172.30.250.98

;; Query time: 55 msec
;; SERVER: 172.30.250.98#53(172.30.250.98)
;; WHEN: Mon Aug 22 18:15:06 2011
;; MSG SIZE rcvd: 88

simon@mail:~$ dig domain.com any

; <<>> DiG 9.7.0-P1 <<>> domain.com any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 858
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;domain.com. IN ANY

;; ANSWER SECTION:
domain.com. 38400 IN SOA mail.domain.com. root.domain.com. 1271229476 10800 3600 604800 38400
domain.com. 38400 IN NS mail.domain.com.
domain.com. 38400 IN MX 10 mail.domain.com.
domain.com. 38400 IN A 172.30.250.98

;; ADDITIONAL SECTION:
mail.domain.com. 38400 IN A 172.30.250.98

;; Query time: 28 msec
;; SERVER: 172.30.250.98#53(172.30.250.98)
;; WHEN: Mon Aug 22 18:15:34 2011
;; MSG SIZE rcvd: 145

simon@mail:~$ host $(hostname)
mail.domain.com has address 172.30.250.98
Reply With Quote
  #16 (permalink)  
Old 08-23-2011, 12:19 PM
Intermediate Member
 
Posts: 16
Default

If anyone has any ideas here I'd really appreciate it...
Cheers
Si
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.