View Single Post
  #2 (permalink)  
Old 10-29-2009, 09:50 AM
jwhbud jwhbud is offline
Senior Member
 
Posts: 51
Default

This seemed to work for me, hope it helps:

As root

Go to line 57 of /opt/zimbra/libexec/zmstat-convertd and change it to say:

next if (!defined($ppid));

instead of

die "ppid not found for $pid" if (!defined($ppid));

Restart Zimbra
Reply With Quote