You may want to be careful about this. I'm one of the zimbra outlaws running 5.0.2 (well, I was) on Ubuntu 7.10 fairly happily and decided, just before a presentation to try to see if 5.0.5 fixed some of the oddities I had run into. I used dijichi2's fixes to address the problems I was having with the install.sh and while it worked great to trick the installer, it ended poorly with what I can only see as a completely buggered installation. Luckily it was only my mail that got fried. I did back up the mail data, but didn't move the backup out of the /opt/zimbra dir. (the point of a backup dir is that it's not in danger of being fried, no?) So while my mail dir appears to be intact (and now is backed up elsewhere), the /opt/zimbra dir is fragged. No more backup dir, no more ldap config, too many files missing to upgrade according to the install.sh file.
I'm not using ldap for anything, but I guess that zimbra does and it's not happy that it can't find the config file. got the error:
Code:
ldap_url and ldap_master_url cannot be the same on an ldap replica
Trying to remember from memory what other errors I saw:
Code:
Error: assertion '-r /opt/zimbra/conf/my.cnf' failed
when trying to verify the database - hung there for a while and then that part of it failed.
I can't blame this on Zimbra - they have their own Q&A to work on and I tricked the install.sh, but it seems odd that the backup dir would be susceptible to an upgrade failure under any situation. Isn't that the point?
I guess I'll have to just give up on this install and do a fresh one, altho if the zimbra people want to advise on whether it's possible to recover the 5000+ messages from the zimbra data dir, I'd be interested. Altho I seem to remember that the schema changed between then and now.
Seems that it might be a good idea to stress backing up not only the mail data but also the entire /opt/zimbra tree before trying any funny stuff.
Hope someone benefits from my pain...
I'll be dredging out my GENUINE 6.06 release for any production test.
hjm
To follow up my own post on some oddities - again, this is an outlaw installation of 5.0.5 on Ubuntu 7.10.
A complete reinstallation of 5.0.5 brought back a working zimbra installation, and also cured some of the problems I had before:
-
- the unable to upload certain file types problem was solved!
- the oddly misnamed sharing of folders when you could really only share files problem was fixed and the interface text explained it better.
- some interface glitches or textual inaccuracies were fixed.
- subjectively, it seems to be faster than 5.0.2
However, in pushing it a bit further, I was interested in getting the Archiving and Discovery to work as this is a critical thing for our org and in reading the docs on it, I (think) I was mistaken in having to install the xmbxsearch admin extension (I think it's included by default in 5.0.5).
On a sparkiling fresh install of 5.0.5, which otherwise worked very well, I added the extension with:
Code:
zmzimletctl deploy zimlets-network/zimbra_xmbxsearch.zip
When this completed & I stopped and restarted zimbra, while the user pages would allow login/logout and a normal interaction, the admin console would not allow a normal login. This has been seen before in a number of versions, but I have not been able to glean why. Adding the debug flag gave some additional info:
Code:
Loaded domainadmin.js
domainadmin.js is modifying ZaSettings
Loaded com_zimbra_license.js
Modify ZaGlobalConfig XModel
Adding function to modify GlobalConfig XForm
But essentially the admin console just seems to lock in stage before offering the login/password pane with the hopeful but ultimately futile message: [Loading...]
Since it was a fresh re-install and I had little to lose, I re-installed the whole system again (upgrading, not forcing an overwrite), but the problem persisted.
The odd thing is that if I restart
firefox (2.0.0.14 on Linux), the admin console will load correctly, apparently obtaining credentials from the cache.
Konqueror doesn't work at all, even trying to fake itself as firefox.
Opera surprisingly presents the login screen (I suspect b/c I've never logged into zimbra on it, but then locks up in the same place.
Amazingly,
galeon works! I've never used it before, but it was able to log in and the full console is visible (if ugly due to font mis-mapping).
So this seems possibly to be a problem with firefox? Strange that it never happened before.
Let me know if I can supply logs to help debug it.
hjm