[SOLVED] Some services are not running.... but they are

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
snake_eyes
Outstanding Member
Outstanding Member
Posts: 257
Joined: Fri Sep 12, 2014 11:54 pm

Re: [SOLVED] Some services are not running.... but they are

Post by snake_eyes »

Hello,

I'm sorry for begin writing to this solved topic, but I have exactly the same problem, I'm running on 8.8.11 FOSS under Ubuntu 14.4 LTS

As I remember last time this issue solved by allowing some ports in the firewall, but now I disabled the firewall and still the same issue.

How do I start with troubleshooting? although the output of command ls -alh /var/log/zimbra.log is below

root@mail:/usr/src# ls -alh /var/log/zimbra.log
-rw-r--r-- 1 syslog adm 9.3M Feb 22 11:52 /var/log/zimbra.log

Regards
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: [SOLVED] Some services are not running.... but they are

Post by phoenix »

The post immediately preceding yours has the solution and, from what I can see, it's not related to the firewall. Have you tried the solution in that post?
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
usmanov
Posts: 1
Joined: Wed Apr 24, 2019 4:45 am

Re: [SOLVED] Some services are not running.... but they are

Post by usmanov »

Thanks, it helped
johannesanchez
Posts: 1
Joined: Sat Jan 11, 2020 2:29 pm

Re: [SOLVED] Some services are not running.... but they are

Post by johannesanchez »

I checked and my /var/log/zimbra.log file was updated, so I ran:

/opt/zimbra/libexec/zmstatuslog > /dev/null 2>&1

it would be applying the status logger and printed result to void.

if it does, it would be good apply it with crontab every 2 minutes. Worked for me :)
fahad.dpi@gmail.com
Posts: 2
Joined: Wed Aug 03, 2016 4:57 am

Re: [SOLVED] Some services are not running.... but they are

Post by fahad.dpi@gmail.com »

many thanks to renatohtpc, for posting the solution. I faced the same and it has been resolved by simply two commands.

mv /var/lib/rsyslog/imjournal.state /var/lib/rsyslog/imjournal.state.renamed
systemctl restart rsyslog.service

log started to populate instantly on /var/log/zimbra.log and the web admin console took 2 minutes to get the updated status.
alextonio104
Posts: 7
Joined: Wed Nov 18, 2020 6:43 am

Re: [SOLVED] Some services are not running.... but they are

Post by alextonio104 »

I just registered for thank you. Deleting delete /var/lib/rsyslog/imjournal.state worked for me.
Post Reply