View Single Post
  #10 (permalink)  
Old 05-31-2006, 11:24 AM
Achim.Theobald Achim.Theobald is offline
Senior Member
 
Posts: 51
Default

Quote:
Originally Posted by Nico
Hello everybody,

I've got the same problem than Dirk : the logger service seems to load with other services in the Linux console when I do 'zmstatus' (this is exactly the same text that Dirk quoted).

But in the web admin, the following message appears : "Server status data is not available. To see the server status, logger service must be installed".

(My configuration is : version 3.1.1 running on SuSE 10.1)

Thank you if you can help us
Hello,

Make following steps.

-- work es root --
su zimbra
zmcontrol stop

-- work es root --
killall tail
look for all mounted /dev/shm (multiple mounts possible), umount them

Check the permissions for /var/log/zimbra.log. It's the owner zimbra and rw? Change them if necessary
Check also the size. It's zero byte? --> Bug 1

Have you make any changes in your /etc/syslog-ng/syslog-ng.conf? Yes?
Copy the zimbra changes from "/etc/syslog-ng/syslog-ng.conf.in" to "/etc/syslog-ng/syslog-ng.conf" (the last 5 lines with "#zimbra" comment at end)

Bug 1: Change the line with "killall -HUP syslogd" in this files to "/sbin/rcsyslog restart"

/opt/zimbra/bin/zmsyslogsetup
/opt/zimbra/bin/zmlogrotate
/etc/logrotate.d/zimbra

Restart syslog-ng with: "/sbin/rcsyslog restart"
mount -a
su zimbra
start zimbra (zmcontrol start)


And with some luck, it will work....

Cu
Reply With Quote