rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
109 stars 23 forks source link

Installation issue #82

Closed CJignesh01 closed 6 months ago

CJignesh01 commented 9 months ago

fm: Unable to open /dev/radio0: No such file or directory

Xieyt commented 8 months ago

Can you provide more detailed info as how it occurred, what is your operating system, python version and if possible fm.log ?

CJignesh01 commented 8 months ago

Screenshot from 2023-12-22 13-07-36 docker service is running , but still not able to create site Screenshot from 2023-12-22 13-03-52

CJignesh01 commented 8 months ago

Can you provide more detailed info as how it occurred, what is your operating system, python version and if possible fm.log ?

Python 3.10.12 ubuntu22.04

washaqq commented 8 months ago

i had same issue and fixed; https://github.com/rtCamp/Frappe-Manager/issues/83 @Xieyt maybe you can consider adding current user to docker group while installation.

SujinIn commented 8 months ago

I’ve solved this problem. I don't know about Linux or any other programming...

  1. Create the docker group. sudo groupadd docker

  2. Add the user to the docker group. sudo usermod -aG docker jignesh → this jignesh is user name

  3. Log out and log back in to ensure docker runs with correct permissions. Start docker. sudo service docker start → I just do reboot.