-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Portainer edition #31
Comments
First of all, thank you for the great work. I have the same issue, but I'm not sure if we need a special compose for prtainer. Im using potainer 2.11.1 on a MeCool M8S Pro W with Armbian installed. I copied the docker-compose.yml content into a custom template and deployed the stack. The fluidd and mainsail containers are running but try to connect to an invalid printer MeCool_IP:8010 respective 8011. Mainsail is unusabe. For Fluidd you can try to add a new printer. An extemal printer is working, but the local klipper container does not answer. I copied the config files to the moonraker_data volume using WinSCP, but this does not help either. There is no answer to http://MeCool_IP:7125/server/info I can not get into a container console, the container seems to be restarting continually. The log lists permission errors: My docker skills are not sufficient. Any hints what to do? |
I added a 'privileged: true' line to the klipper service. Not the smartest idea but klipper is able to start now and I can access the container console. I had to copy all config files to .config but these files are not visible in fluidd. Is the docker-compose.yml missing to propagate the moonraker_data volume to the fluidd and mainsail services or is this achieved by the link statement? Finally moonraker can not access the .config folder. I did a 'chmod -r a+w .config' but that did not help. Still get a warning: Moonraker Warnungen gefunden. |
I'm also fighting with this docker to work.
but I have no idea about what check_write_enabled it says about even when chmod on files and folder done and privileged set to true in docker. |
Here is my Docker-compose, the container you need to worry about is the Klipper-Moonraker one, the others do not have any data (itself). If you clone this repo you can check the Config folder (I have just redirected it to another path and all is working) Be sure to copy all the "config" files from this repo to your new path together with your printer.cfg and adjust them following the documentation (cited below).
Ensure that the host folder permissions are correct (allowing the user to write, read and execute) I am still trying to get the webcam to work properly, I have managed to print without issues. I also recommend you to have a deep read here: PS: I am also new to Klipper. |
Hi, |
For your error I would check the folder permissions on the host. looks like the issue is that. |
I've chmoded files and folders and even set privileged mode so it must be something different. |
Hello,
would it be possible to create a docker_compose_yml for portainer. With the actual one it dont open port 7125 for klipper.
Greetings
The text was updated successfully, but these errors were encountered: