Job service-discove...
 
Notifications
Clear all

Job service-discover.service/stop running

2 Posts
2 Users
0 Reactions
4 Views
(@henrry-sama)
New Member
Joined: 3 days ago
Posts: 2
Topic starter  

I have installed carbonio CE 25.6 over ubuntu 24.4 and for two weeks was working fine but now it say this when is booting (Job service-discover.service/stop running) all sidecar.service doesn't work, I update and upgrade all services two days ago and that kill all in my server now i can't singing in my webmail, i was looking for detail and I see some problem with LDAP connection but i didn't do any change so i think something or services in one repositories was broken.

This is part os the log

A start job for unit carbonio-altermime-config.service has begun execution.
░░
░░ The job identifier is 29359.
Oct 25 20:40:24 hnm.hnetworks.com.do zmaltermimeconfig[8020]: Error connecting to LDAP server(s): ldap://nameserver:389 at /opt/zextras/libexec/zmaltermimeconfig line 55, <DATA> line 960.
Oct 25 20:40:24 nameserver systemd[1]: carbonio-altermime-config.service: Main process exited, code=exited, status=111/n/a
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: removed link
░░
░░ An ExecStart= process belonging to unit carbonio-altermime-config.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 111.
Oct 25 20:40:24 nameserver systemd[1]: carbonio-altermime-config.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: removed link
░░
░░ The unit carbonio-altermime-config.service has entered the 'failed' state with result 'exit-code'.
Oct 25 20:40:24 nameserver systemd[1]: Failed to start carbonio-altermime-config.service - Carbonio AlterMIME Config.
░░ Subject: A start job for unit carbonio-altermime-config.service has failed
░░ Defined-By: systemd
░░ Support: removed link

i have cheked and the server in tlistening on the port 389

root@hnm:~# netstat -tlnp | grep 389
tcp 0 0 10.12.10.2:389 0.0.0.0:* LISTEN 25697/slapd

I don't know what to do some one can helpme? 


   
Quote
(@sharif)
Reputable Member Admin
Joined: 3 years ago
Posts: 801
 
 
Try to check followings:
# systemctl status service-discover
# consul members

## Try to look for hints inside followings:

# systemctl status carbonio-mta-sidecar.service
# journalctl -u carbonio-mta-sidecar.service

# systemctl list-units 'carbonio-*-sidecar.service' --all
# journalctl -k | grep -i "killed process"

 Try restarting these services and take a look at the logs, status to get possible ideas.

 
 

   
ReplyQuote