olbat / dockerfiles

A collection of Dockerfiles
https://hub.docker.com/u/olbat/
GNU General Public License v3.0
134 stars 73 forks source link

Blanc pages after second install on host #106

Open JerrelS opened 4 months ago

JerrelS commented 4 months ago

On the first try I

  1. executed docker run -d -p 6031:631 -v /var/run/dbus:/var/run/dbus --name cupsd olbat/cupsd
  2. Configured my HP LaserJet Pro M203dw
  3. Executed lpr -H :6031 -P -o media=A5

Printouts were successfull many times

I removed the container docker container rm -f cupsd and executed steps 1-3 again. This time the printer only prints blanc pages. with the text ERROR: syntaxerror OFFENDING COMMAND: --nostringval-- or some error OFFENDING COMMAND **** a font descr

Only halve of these errors or printed on the left border of the page

In an effort to resolve the issue, I removed the container, image, docker prune volume, docker prune container, reset the printer, updated printer firmware.

Still after running steps 1-3 the result is the same. Only blanc pages with error text.

Executed 1-3 on another host and all worked fine again, and the same issue appeared when reinstalling the container on that host.

Any idea what is happening here, and how to resolve it ?

regards

jerrel