[cups.bugs] another ipp issue?

Jeff Chua jeff.chua.linux at gmail.com
Sat Dec 17 07:06:39 PST 2011


Hopefully it's just me with this problem on cups-1.5.0

IPP works fine for a normal jobs sending to a ipp printer, but if
bombarded with the following, it just hangs after repeated runs.

# this works
# for((i = 0; i < 200; i++)); do echo $i | lpr -Pip1; done

# this hangs the print queue after a while
# for((i = 0; i < 200; i++)); do echo $i | lpr -Pip1; done

# lpstat ...
device for fx1: /dev/null
device for ip1: ipp://127.0.0.1/printers/fx1??waitprinter=true&waitjob=true

Help!

Jeff





More information about the cups-devel mailing list