We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to print in an iPhone, not printer is showed up, even though the printer added is accessible in Windows and other devices.
The text was updated successfully, but these errors were encountered:
Also had the issue that the printer was not listed on iOS.
The avahi-daemon gave me the hint so solve my issue.
open a terminal to the container docker container exec <container id> --it /bin/sh
docker container exec <container id> --it /bin/sh
Inside the container, run avahi-daemon in foreground to see the logs:
pkill -f avahi-daemon /usr/sbin/avahi-daemon
avahi-daemon had an issue and I was able to solve it.
Would be nice to have the avahi-daemon logs also in container logs.
Sorry, something went wrong.
i have the same issue
No branches or pull requests
When trying to print in an iPhone, not printer is showed up, even though the printer added is accessible in Windows and other devices.
The text was updated successfully, but these errors were encountered: