You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to add a new USB printer using this container. I got it to detect the printer and selected a driver but it fails with an error "Unable to save PPD file: Permission denied". In the cups logs, I get: Unable to create "/etc/cups/ppd/Brother_DCP-1510_series.ppd.N": Permission denied
If I get a shell inside the container, I can touch a file in that directory:
/ # ls -l /etc/cups/ppd/
total 0
-rw-r--r-- 1 root root 0 Jan 20 08:31 Brother_DCP-1510_series.ppd.N
and it shows up on the host:
~/docker/cups$ ls -l config/ppd/
total 0
-rw-r--r-- 1 root root 0 Jan 20 19:31 Brother_DCP-1510_series.ppd.N
This is running on a fresh install of Ubuntu server 22.04.3 LTS using the distro installed docker.io and docker-compose packages. I did originally have the snap version of docker installed but I removed that to try and eliminate it as a cause.
The text was updated successfully, but these errors were encountered:
I'm unable to add a new USB printer using this container. I got it to detect the printer and selected a driver but it fails with an error "Unable to save PPD file: Permission denied". In the cups logs, I get:
Unable to create "/etc/cups/ppd/Brother_DCP-1510_series.ppd.N": Permission denied
My docker-compose file has:
If I get a shell inside the container, I can touch a file in that directory:
and it shows up on the host:
This is running on a fresh install of Ubuntu server 22.04.3 LTS using the distro installed
docker.io
anddocker-compose
packages. I did originally have thesnap
version of docker installed but I removed that to try and eliminate it as a cause.The text was updated successfully, but these errors were encountered: