1

my server with zimbra is stopped zmconfigd service and I can not lift it I have done everything I indicate below.

su - zimbra -c "zmcontrol stop"
pkill zimbra
killall zimbra
/opt/zimbra/libexec/zmfixperms -e -v
su - zimbra -c "zmcontrol start"

Thanks.

Max von Hippel
  • 2,856
  • 3
  • 29
  • 46
rjmontan
  • 11
  • 1
  • 3
  • This may be difficult for others to help with without further info. The details are probably inside your error log. `/var/log/zimbra.log ` – Lex Jun 25 '18 at 01:49
  • File "/opt/zimbra/libexec/zmconfigd", line 222, in myState.getMtaConfig (myConfig.configFile), File "/opt/zimbra/common/lib/jylibs/state.py", line 347, in getMtaConfig self.mtaconfig.load (cf, self), File "/opt/zimbra/common/lib/jylibs/mtaconfig.py", line 260, in load val = state.lookUpConfig (fields [2], fields [3 ])File "/opt/zimbra/common/lib/jylibs/state.py", line 369, in lookUpConfig lines = [self.transform (l) .strip () for l in open (tmpfile, 'r'). readlines () if self.transform – rjmontan Jun 25 '18 at 01:57
  • (l) .strip ()], Sleeping.Configuration inconsistency detected ([Errno 13] Permission denied: '/opt/zimbra/conf/zmconfigd/postfix_content_filter.cf') – rjmontan Jun 25 '18 at 01:58
  • Permission denied. The zimbra user may not have privileges you start and stop the service. – Lex Jun 25 '18 at 02:03
  • I am having the same problem, Zimbra 8.5.1 on Ubuntu 12 LTS. Everything working for over a year or more without making any changes, now zmconfigd fails. If I figure it out before I'm forced to replace the server with an up-to-date version, I'll post an asnwer. – gridtrak May 25 '19 at 22:13

1 Answers1

0

The problem is likely due to missing which or netcat package. Especially likely on minimal LXC container images of CentOS which often do not include which and Zimbra packages do not depend on it, which IMHO is a bug.

Just yum install which.

Don Daniello
  • 36
  • 1
  • 6