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
lpoptions -l should show the available printer options. Instead it fails with 'lpoptions: Unable to get PPD file for Printername: Not Found'. Tracing the network traffic shows that the client tries to fetch the PPD file directly from the printer instead of the print server. Of course the printer does not provide the PPD file so the request fails.
Version-Release number of selected component (if applicable):
The conclusion from the mentioned report is that due to the use of IPP cups thinks there is another cups server. Of course this works if you run a local cups daemon that needs to fetch the PPD from the 'real' server. In this case it mistakenly thinks it needs to fetch the PPD directly from the printer.
Removing the two lines accessing ipp:// and ipps:// device-uri directly introduced here http://cups.org/str.php?L4178 resolves the problem.
The text was updated successfully, but these errors were encountered:
Version: 2.0.3
CUPS.org User: hawk
Description of problem:
lpoptions -l should show the available printer options. Instead it fails with 'lpoptions: Unable to get PPD file for Printername: Not Found'. Tracing the network traffic shows that the client tries to fetch the PPD file directly from the printer instead of the print server. Of course the printer does not provide the PPD file so the request fails.
Version-Release number of selected component (if applicable):
According to a Debian Bug Report (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729713) it was introduced in 1.6.1-1 (http://cups.org/str.php?L4178). I'm currently testing cups-client-2.0.3-1.fc22.x86_64 running on Fedora (Fedora Bug Report: https://bugzilla.redhat.com/show_bug.cgi?id=1287585)
How reproducible:
always.
Steps to Reproduce:
Actual results:
[hawk@iconia ~]$ lpoptions -l
lpoptions: Unable to get PPD file for Canon_PS: Not Found
Expected results:
[hawk@denobula ~]$ lpoptions -l
Opt2CF/Cassette Feeding Unit: False *True
...
Additional info:
The problem does not seem to be new. This (old) Debian bug report describes the same problem and shows when the problematic code was introduced:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729713
The conclusion from the mentioned report is that due to the use of IPP cups thinks there is another cups server. Of course this works if you run a local cups daemon that needs to fetch the PPD from the 'real' server. In this case it mistakenly thinks it needs to fetch the PPD directly from the printer.
Removing the two lines accessing ipp:// and ipps:// device-uri directly introduced here http://cups.org/str.php?L4178 resolves the problem.
The text was updated successfully, but these errors were encountered: