I found an issue with having the file /opt/zimbra/libexec/get_plat_tag.sh modified for openSUSE 10.3
in that it chmod's the sudoers file.
Unfortunately openSUSE 10.3 now insists that /etc/sudoers must be 0440 whereas previous versions of SUSE
insisted it needed to be 0640.
So during the install your now greeted with:
sudo: /etc/sudoers is mode 0640, should be 0440
A solution at the moment is to edit /opt/zimbra/libexec/zmsetup.pl and comment out the offending line like so
Code:
# if ($platform =~ /SuSE|openSUSE|SLES/) { `chmod 640 /etc/sudoers`;} I will keep this thread posted if there are any other issues.
Cheers
bigmudcake