first time trying to set up Netmaker
# install
t
first time trying to set up Netmaker
Copy code
[netmaker] 2023-03-12 13:07:25 connecting to mq broker at ws://mq:1883 with TLS? false 
[netmaker] Fatal: Admin: could not connect to broker, token timeout, exiting ...
Any idea what the issue is? my dns records all resolve to the correct IP address
b
this is the result of a syncing issue between mq and netmaker; restart all the container and the problem should resolve itself
t
i'll give that a go
Still timing out 😦 Should i restart the containers in a specific way? I used
docker restart $(docker ps -aq)
b
docker-compose down
and then
docker-compose up -d
t
Where exactly is the compose file if you use the quick setup script?
b
/root
t
still the exact same message
j
these are the steps I recommend: root@test-server-v0-18-0:~# docker rm -f mq root@test-server-v0-18-0:~# docker rm -f netmaker root@test-server-v0-18-0:~# docker volume rm root_mosquitto_data root@test-server-v0-18-0:~# docker-compose up -d
2 Views