It worked, but with a caveat... Thanks to adobrin for this hack!
It worked for me on Ubuntu Breezy with the current zimbra release for debian (zcs-3.1.0_GA_279.DEBIAN3.1).
However, there is one caveat. When I first tried to coerce my install, it was after a failed install with some packages already on the system. The coerce was unsuccessful in this case.
This was a brand new install for me, so to remedy that I did this:
# NOTE: This will destroy any zimbra data you have on your system,
# which for me was ok, as it was a fresh install...
sudo dpkg -P zimbra-apache zimbra-core zimbra-ldap zimbra-logger zimbra-mta zimbra-snmp zimbra-spell zimbra-store
rm -fr /opt/zimbra
After purging the packages and their info, and removing the zimbra install target, I re-ran "sudo sh coerce.sh", and everything seems to have worked so far.
Finally, a plea to the Zimbra developers: It looks like it would be a fairly simple modification to make this install run cleanly on Ubuntu. Please make those modifications. You'll notice that you are getting quite a bit of Debian interest, and I wonder how much of that is actually Ubuntu admins using this hack. ;-)
Thanks!
-Brian |