Hey all! I have been trying out datahub for few da...
# troubleshoot
h
Hey all! I have been trying out datahub for few days now and it's really awesome! However, I got some SASL related errors with the
datahub docker quickstart
on fresh Ubuntu 22.04 install. I just wanted to let you know how I resolved it. I simply had to run
sudo apt install sasl2-bin
and after that I managed to start all containers without any further errors. I'm using the latest datahub version v0.9.2.
b
Hey Perttu, Glad you like Datahub, and welcome to the community. Did you install
sasl2-bin
in or outside of the docker container? Thanks for reporting your experience.
h
outside, meaning on the ubuntu host
b
Interesting. Processes in docker containers should run in isolation without accessing things on host except if it's explicitly mounted.
h
I was also really confused about it but broker and schema-registry container exited with SASL errors in logs without it confused dog
the host is running on AWS EC2