View Single Post
  #4 (permalink)  
Old 02-24-2007, 08:53 AM
CJ.deb CJ.deb is offline
Active Member
 
Posts: 30
Default

* Are you sure your 4.5.1 install is functioning correctly?

Yes, using it daily for testing incl. mobile and Outlook

zmcontrol status
Host abcd
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Running
mta Running
snmp Running
spell Running

* what's your df -h look like?

Easy ;-)

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
536G 49G 460G 10% /
/dev/sda1 99M 52M 43M 55% /boot
none 4.0G 0 4.0G 0% /dev/shm

* try running the zmfixperms script located in the /opt/zimbra/libexec dir, and let me know how it works out.

/opt/zimbra/libexec/

As zimbra
zmfixperms (Operation not permitted)

As root
zmfixperms (No output at all)

* Make sure the config table is there.
mysql -u zimbra -Dzimbra -e "show tables;"

su zimbra
$ mysql -u zimbra -Dzimbra -e "show tables;"
+-------------------+
| Tables_in_zimbra |
+-------------------+
| config |
| current_volumes |
| mailbox |
| mailbox_metadata |
| out_of_office |
| service_status |
| table_maintenance |
| volume |
+-------------------+

* mysql HY000 1017 is file not found so make sure /opt/zimbra/db/data/zimbra/config.{frm,ibd} exists

cd /opt/zimbra/db/data/zimbra
$ ll
total 1124
-rw-rw---- 1 zimbra zimbra 8674 Jul 12 2006 config.frm
-rw-rw---- 1 zimbra zimbra 98304 Jan 17 07:38 config.ibd

* OK - tried again :

Did a fresh Download ....

Install :

:-( :-( :-( :-( No Change :-( :-( :-( :-(

The Zimbra Collaboration Suite appears already to be installed.
It can be upgraded with no effect on existing accounts,
or the current installation can be completely removed prior
to installation for a clean install.

Do you wish to upgrade? [Y]

Select the packages to install
Upgrading zimbra-core
Upgrading zimbra-ldap
Upgrading zimbra-logger
Upgrading zimbra-mta
Upgrading zimbra-snmp
Upgrading zimbra-store
Upgrading zimbra-apache
Upgrading zimbra-spell

Installing:
zimbra-core
zimbra-ldap
zimbra-logger
zimbra-mta
zimbra-snmp
zimbra-store
zimbra-apache
zimbra-spell

The system will be modified. Continue? [N] y

Shutting down zimbra mail

Backing up ldap


Removing existing packages

zimbra-ldap...done
zimbra-logger...done
zimbra-mta...done
zimbra-snmp...done
zimbra-store...done
zimbra-spell...done
zimbra-apache...done
zimbra-core...done

Removing deployed webapp directories
Installing packages

zimbra-core......zimbra-core-4.5.2_GA_699.RHEL4-20070216151950.i386.rpm...done
zimbra-ldap......zimbra-ldap-4.5.2_GA_699.RHEL4-20070216151950.i386.rpm...done
zimbra-logger......zimbra-logger-4.5.2_GA_699.RHEL4-20070216151950.i386.rpm...done
zimbra-mta......zimbra-mta-4.5.2_GA_699.RHEL4-20070216151950.i386.rpm...done
zimbra-snmp......zimbra-snmp-4.5.2_GA_699.RHEL4-20070216151950.i386.rpm...done
zimbra-store......zimbra-store-4.5.2_GA_699.RHEL4-20070216151950.i386.rpm...done
zimbra-apache......zimbra-apache-4.5.2_GA_699.RHEL4-20070216151950.i386.rpm...done
zimbra-spell......zimbra-spell-4.5.2_GA_699.RHEL4-20070216151950.i386.rpm...done

Setting defaults from saved config in /opt/zimbra/.saveconfig/config.save
HOSTNAME=abcd
LDAPHOST=abcd
LDAPPORT=389
SNMPTRAPHOST=abcd
SMTPSOURCE=abcd
SMTPDEST=abcd
SNMPNOTIFY=yes
SMTPNOTIFY=yes
LDAPROOTPW=abcd
LDAPZIMBRAPW=abcd

=====>>>>>>>>>>

Restoring existing configuration file from /opt/zimbra/.saveconfig/config.save...Restoring backup schedule...done
Operations logged to /tmp/zmsetup.log.14032
Setting defaults...Setting defaults from existing config...Done
Upgrading from 4.5.1_GA_660 to 4.5.2_GA_699
Sat Feb 24 16:48:57 2007: Stopping zimbra services
Sat Feb 24 16:49:02 2007: Starting mysql
ERROR 1017 (HY000) at line 1: Can't find file: 'config' (errno: 2)
Error while running '/opt/zimbra/bin/mysql --user=zimbra --password=[Password Here] --database=zimbra --batch --skip-column-names'. at /opt/zimbra/libexec/scripts/Migrate.pm line 220.

Last edited by jholder; 02-28-2007 at 08:56 PM.. Reason: Took password out.
Reply With Quote