-
Notifications
You must be signed in to change notification settings - Fork 38
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
Work on homeassistant: portainer #69
Comments
I can sure try to help ;) The last significant update on this repo would have been this: 6162efc All other changes come from the base ubuntu image or the CUPS version itself and I have no control over that. Can you elaborate more on what the issue is? Is the service in the container not listening on the port you expect it to listen? |
Hello! Sorry for so long answer.
I googled what the error was and found this answer on one forum: [https://stackoverflow.com/questions/74949586/cannot-start-cups-service-in-docker-container-cups-socket-is-missing] To be honest I have absolutely no idea how I can change the value of LimitNOFILE=, since I am using your container inside Home Assistant OS (Portainer). |
When I run
|
How I am catastrophically lacking in knowledge. I do everything by trial and error. I've tried changing the network settings in the container to everything I can think of, but since I don't know what I'm doing, I can't get the container to work. I have also tried other CUPS container alternatives, all of them fail to start. Yours worked perfectly, AirPrint worked, the drivers for my printer were just inside your container, but after updating Portainer everything stopped working. I got hooked on ulimit because it's probably the only solution I could find on the internet. |
I assume @GhostR111der is using HAOS 10.x, there the docker ulimit for the number of file handles changed to unlimited. This has been an issue with several HA add-ons (basically docker containers with some extra scaffolding). See hassio-addons/addon-emqx#38 for an example. |
Yes, you're absolutely right |
@GhostR111der did this solve your issue? Then we can close this issue. |
@DrPsychick no, unfortunately no, the problem is not solved. What @mundschenk-at wrote is not a solution, it's more of a statement of fact. I could not find a solution to the problem. |
@GhostR111der If you are using |
Hello, I have a Rapsberry 3B and have a homeassistant OS installed on it with Portainer installed inside to run docker containers. I have successfully used the previous version of your product and have been printing to the printer via airprint. But after the last container update, I can no longer access the CUPS address. Can you help?
The text was updated successfully, but these errors were encountered: