Quote:
Originally Posted by MidSpeck This thread talks about openSUSE 10.2 (different than your SLES10 install) but I think that the logger issues may have similar fixes (meaning that syslog is not starting before Zimbra).
Anyway, you may want to poke around and see if they are related at all. |
Thanks,
To fix logger all I needed was to add this to my etc/syslog-ng/syslog-ng.conf
filter f_local0 { facility(local0); }; # zimbra
destination zmail { file("/var/log/zimbra.log" owner("zimbra") ); }; # zimbra
log { source(src); filter(f_mail); destination(zmail); }; # zimbra
destination local0 { file("/var/log/zimbra.log" owner("zimbra") ); }; # zimbra
log { source(src); filter(f_local0); destination(local0); }; # zimbra
filter f_auth { facility(auth); }; # zimbra
destination zmauth { file("/var/log/zimbra.log" owner("zimbra") ); }; # zimbra
log { source(src); filter(f_auth); destination(zmauth); }; # zimbra
Adding link fixed spell check
ln -s /usr/lib/libexpat.so.1.5.0 /opt/zimbra/httpd-2.0.54/lib/libexpat.so.0