Hide Forgot
Description of Problem: when I enter the command #lpr -P<printer name> -K<number of copies> <file> I get> fatal error: max 1 copies allowed How Reproducible:every time I login Steps to Reproduce: 1. login as root 2. enter command as typed above 3. Actual Results:fatal error message Expected Results:printing of multiple copies of report Additional Information:
change lpd.conf to include the line: mc=5 (or 10, or 1200, whatever). I will consider making this configurable per-printer in the future.