Notifications
Clear all
Topic starter
10/13/2025 17:43
I start-service discover of fresh instalation
I fails with
service-discover: error: unable to create ACL bootstrap token: Failed ACL bootstrapping: Unexpected response code: 500 (No cluster leader)
The I try to restart it. And the error occurs:
service-discover: error: setup of service-discover already performed, manually reset and try again
What files should I delete?
10/14/2025 13:59
@evskorobogatij
Try a fresh installation using followings:
- Hostname
hostnamectl set-hostname mail.your-domain.com
- Hosts
> /etc/hosts echo "127.0.0.1 localhost" >> /etc/hosts echo "$(hostname -I) $(hostname -f) $(hostname -s)" >> /etc/hosts cat /etc/hosts
- Add Zextras Repo
- Download and execute official script. i.e.
wget -c https://docs.zextras.com/carbonio-ce/html/_downloads/bed211d6fc1b9ca35f15be01eb9aa3fc/install_carbonio_ce_singleserver_ubuntu.sh bash install_carbonio_ce_singleserver_ubuntu.sh
- Set admin password, reboot the server and then check again.
Additional checks:
su - zextras -c "zmcontrol -v && zmcontrol status" systemctl list-units carbonio* curl -s -v http://127.78.0.4:10000/health | jq
