Search found 613 matches

by 1542brian
Thu Sep 21, 2006 6:06 pm
Forum: Installation and Upgrade
Topic: EVERYTHING works, except for zmprov!!
Replies: 3
Views: 925

EVERYTHING works, except for zmprov!!

Make this persistent via

zmlocalconfig -e zimbra_admin_service_port=8000
by 1542brian
Thu Sep 14, 2006 3:26 pm
Forum: Installation and Upgrade
Topic: Unable to install
Replies: 3
Views: 856

Unable to install

[quote user="10330phoenix"]Any reason you didn't use the correct build to install on this system?[/QUOTE]
Indeed you will have major problems with the database if you use the FC4 build on an FC5 machine.
by 1542brian
Wed Aug 30, 2006 7:13 pm
Forum: Developers
Topic: new error about making package of zimbra
Replies: 11
Views: 1765

new error about making package of zimbra

I'd encourage you to take a look at trunk/ThirdParty/PostFix/PostFix-2.2.5/Makefile to see how postfix is built for inclusion, that will allow you to replicate for the 2.2.11 build.
by 1542brian
Wed Aug 30, 2006 6:31 pm
Forum: Developers
Topic: new error about making package of zimbra
Replies: 11
Views: 1765

new error about making package of zimbra

Unfortunately postfix version info is stored in more then one location. Try a find command like this to located all the places.

find zimbra/trunk -type f -exec egrep -l 'postfix-2.2.9|POSTFIX_VERSION' {} ;
Did you build openldap via the Makefile in the Thirdparty directory?
by 1542brian
Tue Aug 29, 2006 7:11 pm
Forum: Developers
Topic: new error about making package of zimbra
Replies: 11
Views: 1765

new error about making package of zimbra

Edit trunk/ZimbraBuild/RE/BUILD and strip out everything beyond the first 3 numbers. That will make ant much happier
by 1542brian
Mon Aug 28, 2006 6:48 pm
Forum: Installation and Upgrade
Topic: Anyone running Zimbra on Solaris 10?
Replies: 22
Views: 4830

Anyone running Zimbra on Solaris 10?

You may have to strip the "==== ORIGINAL VERSION"

from trunk/ZimbraBuild/RE/BUILD
by 1542brian
Mon Aug 28, 2006 6:34 pm
Forum: Installation and Upgrade
Topic: SuSE 10.1 3.2M2 - Admin - Mail Queue - Not displaying
Replies: 20
Views: 3746

SuSE 10.1 3.2M2 - Admin - Mail Queue - Not displaying

You should be seeing something like this when you ssh by hand, it should also hang waiting on input. debug1: Remote: Forced command: /opt/zimbra/libexec/zmrcd debug1: Authentication succeeded (publickey). debug1: channel 0: new [client-session] debug1: Entering interactive session. The only other th...
by 1542brian
Mon Aug 28, 2006 4:35 pm
Forum: Installation and Upgrade
Topic: SuSE 10.1 3.2M2 - Admin - Mail Queue - Not displaying
Replies: 20
Views: 3746

SuSE 10.1 3.2M2 - Admin - Mail Queue - Not displaying

When testing ssh by hand you need to specifically tell it the key to use.
ssh -v -i /opt/zimbra/.ssh/zimbra_identity zimbra@host.name.com
by 1542brian
Mon Aug 28, 2006 4:01 pm
Forum: Installation and Upgrade
Topic: SuSE 10.1 3.2M2 - Admin - Mail Queue - Not displaying
Replies: 20
Views: 3746

SuSE 10.1 3.2M2 - Admin - Mail Queue - Not displaying

Try to ssh with -v. This will usually give you more of a hint to why it doesn't like the keys or other authentication mechanisms.
by 1542brian
Wed Aug 23, 2006 1:14 pm
Forum: Developers
Topic: make zimbra thirdparty software error
Replies: 1
Views: 397

make zimbra thirdparty software error

They are not required if you are building for a linux distribution assuming you have the appropriate devel packages already installed. If you are building for MacOSX they are necessary.
cheers.