Quote:
Originally Posted by dsodermanns Environment:
ZCS 7.1.3
SLES 11 SP1 x64, 2 GB ram, 50GB disk
(virtual machine on ESXi)
Problem:
During the installation the setup of the MySQL databases fails.
Error messages are logged in "/opt/zimbra/log/zmmyinit.log" and give an "errno: 13" on a file with the extension "frm" that should be created in "/opt/zimbra".
Cause:
The installation process of the MySQL databases tries to write to "/opt/zimbra" but is has no rights there (the directory is owned by root). |
I have never found such problem while installing Zimbra on top of SLES 11 SP1, both on Virtualization (VMWare ESXi, Xen, KVM) and Physical installation.
Below are my folder permission at the running system :
Code:
# ls -l /opt/
drwxr-xr-x 51 root root 4096 2011-07-05 15:57 zimbra
As you see, my /opt/zimbra owned by root and it's not problem both for installation and on running system (Folder inside /opt/zimbra may have different permission & ownership).
Are you sure you've execute the command : ./install.sh with root permission and not only by using sudo ./install.sh?
AFAIK, Default sudo on SUSE has different authority than root permission. If I login as normal user, better using :
then entering password and execute ./install.sh rather than