I recently upgraded my Carbonio install and something has failed which I cannot seem to resolve.
The short is that service-discover refuses to start. I've pasted a snippet of the output of journalctl -u service-discover below (i've removed the domain name from the hostname listed). The logs just continue to repeat the same things over and over.
Does anyone have any insight on how one might resolve this? Thank you!
Oct 26 05:08:40 pobox systemd[1]: service-discover.service: Scheduled restart job, restart counter is at 47155.
Oct 26 05:08:40 pobox systemd[1]: Stopped Service discover agent for Zextras.
Oct 26 05:08:40 pobox systemd[1]: Starting Service discover agent for Zextras...
Oct 26 05:08:41 pobox service-discoverd[142660]: 'grpc_tls' port already exists
Oct 26 05:08:41 pobox service-discoverd[142660]: local service-discover agent must NOT be present in ldap/zimbraServiceEnabled attribute pobox
Oct 26 05:08:41 pobox systemd[1]: service-discover.service: Main process exited, code=exited, status=236/SMACK_PROCESS_LABEL
Oct 26 05:08:41 pobox systemd[1]: service-discover.service: Failed with result 'exit-code'.
Oct 26 05:08:41 pobox systemd[1]: Failed to start Service discover agent for Zextras.
Oct 26 05:08:56 pobox systemd[1]: service-discover.service: Scheduled restart job, restart counter is at 47156.
Oct 26 05:08:56 pobox systemd[1]: Stopped Service discover agent for Zextras.
Oct 26 05:08:56 pobox systemd[1]: Starting Service discover agent for Zextras...
Oct 26 05:08:56 pobox service-discoverd[142964]: 'grpc_tls' port already exists
Oct 26 05:08:56 pobox service-discoverd[142964]: local service-discover agent must NOT be present in ldap/zimbraServiceEnabled attribute pobox
Oct 26 05:08:56 pobox systemd[1]: service-discover.service: Main process exited, code=exited, status=236/SMACK_PROCESS_LABEL
Oct 26 05:08:56 pobox systemd[1]: service-discover.service: Failed with result 'exit-code'.
Oct 26 05:08:56 pobox systemd[1]: Failed to start Service discover agent for Zextras.
Oct 26 05:09:11 pobox systemd[1]: service-discover.service: Scheduled restart job, restart counter is at 47157.
Oct 26 05:09:11 pobox systemd[1]: Stopped Service discover agent for Zextras.
Oct 26 05:09:11 pobox systemd[1]: Starting Service discover agent for Zextras...
Oct 26 05:09:11 pobox service-discoverd[143345]: 'grpc_tls' port already exists
Oct 26 05:09:11 pobox service-discoverd[143345]: local service-discover agent must NOT be present in ldap/zimbraServiceEnabled attribute pobox
Oct 26 05:09:11 pobox systemd[1]: service-discover.service: Main process exited, code=exited, status=236/SMACK_PROCESS_LABEL
Oct 26 05:09:11 pobox systemd[1]: service-discover.service: Failed with result 'exit-code'.
Oct 26 05:09:11 pobox systemd[1]: Failed to start Service discover agent for Zextras.
Oct 26 05:09:26 pobox systemd[1]: service-discover.service: Scheduled restart job, restart counter is at 47158.
Oct 26 05:09:26 pobox systemd[1]: Stopped Service discover agent for Zextras.
Oct 26 05:09:26 pobox systemd[1]: Starting Service discover agent for Zextras...
Oct 26 05:09:26 pobox service-discoverd[143745]: 'grpc_tls' port already exists
Oct 26 05:09:26 pobox service-discoverd[143745]: local service-discover agent must NOT be present in ldap/zimbraServiceEnabled attribute pobox
Oct 26 05:09:26 pobox systemd[1]: service-discover.service: Main process exited, code=exited, status=236/SMACK_PROCESS_LABEL
Oct 26 05:09:26 pobox systemd[1]: service-discover.service: Failed with result 'exit-code'.
Oct 26 05:09:26 pobox systemd[1]: Failed to start Service discover agent for Zextras.
Oct 26 05:09:41 pobox systemd[1]: service-discover.service: Scheduled restart job, restart counter is at 47159.
Oct 26 05:09:41 pobox systemd[1]: Stopped Service discover agent for Zextras.
Oct 26 05:09:41 pobox systemd[1]: Starting Service discover agent for Zextras...
Oct 26 05:09:41 pobox service-discoverd[144247]: 'grpc_tls' port already exists
Oct 26 05:09:41 pobox service-discoverd[144247]: local service-discover agent must NOT be present in ldap/zimbraServiceEnabled attribute pobox
Oct 26 05:09:41 pobox systemd[1]: service-discover.service: Main process exited, code=exited, status=236/SMACK_PROCESS_LABEL
Oct 26 05:09:41 pobox systemd[1]: service-discover.service: Failed with result 'exit-code'.
Oct 26 05:09:41 pobox systemd[1]: Failed to start Service discover agent for Zextras.
Oct 26 05:09:56 pobox systemd[1]: service-discover.service: Scheduled restart job, restart counter is at 47160.
Oct 26 05:09:56 pobox systemd[1]: Stopped Service discover agent for Zextras.
Oct 26 05:09:56 pobox systemd[1]: Starting Service discover agent for Zextras...
Oct 26 05:09:57 pobox service-discoverd[144612]: 'grpc_tls' port already exists
Oct 26 05:09:57 pobox service-discoverd[144612]: local service-discover agent must NOT be present in ldap/zimbraServic
@gt7 perhaps you installed both the service-discover-server and service-discover-agent packages on a same node? The agent is only necessary if the server is not installed.
@stefanodavid Thanks, i did make sure that the agent wasn't installed as it is a single-node and sadly still no luck.