In the ceph-dev repo you can find a script that does all these tunings for you (but it's only tested for Fedora). If you're running another distro that requires different steps, please feel free to contribute to that. Thanks!
Kind Regards,
ErnestoOn Fri, Apr 1, 2022 at 8:17 PM seremba patrick <pserembae@xxxxxxxxx> wrote:
Thanks, friends for the quick response, I actually realized I had not added my user to the docker group. In case anyone faces a related challenge in the future, try running 'sudo gpasswd -a $USER docker' and 'newgrp docker' in the terminal and then rerun 'docker-compose pull'. That is how I solved the issue after trying almost everything else.you can check the detailed solution here. https://stackoverflow.com/questions/64662372/docker-compose-up-error-while-fetching-server-api-version-connection-aborte_______________________________________________On Fri, Apr 1, 2022 at 12:00 AM LotBill Dulley <lotbill.fuashi@xxxxxxxxx> wrote:I also encountered this error.Try this:Add your username to the docker group with this command: usermod -aG docker usernameReplace username with the username of your account on ubuntu (in your case)Then reboot your ubuntu machineOn Thu, 31 Mar 2022 at 21:58, LotBill Dulley <lotbill.fuashi@xxxxxxxxx> wrote:I also encountered this error.Try this:Add your username to the docker group with this command: usermod -aG docker usernameReplace username with the username of your account on ubuntu (in your case)Then reboot your ubuntu machineOn Thu, 31 Mar 2022 at 20:36, seremba patrick <pserembae@xxxxxxxxx> wrote:Hello good people, I need your help setting up the development environment for Ceph-Dashboard. I am following this guide for installation and I have so far managed to:_______________________________________________
- fork and clone the ceph-dev repository to my system,
-install docker and docker-compose
-edit the env file to include the path to ceph-devBut when I run docker-decompose pull, the error it throws the error below"docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', PermissionError(13, 'Permission denied'))
[23786] Failed to execute script docker-compose"I have included screenshots. Thanks a lot
Dev mailing list -- dev@xxxxxxx
To unsubscribe send an email to dev-leave@xxxxxxx
Dev mailing list -- dev@xxxxxxx
To unsubscribe send an email to dev-leave@xxxxxxx
_______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx