Had same/similar issues.
try editing /etc/cups/cupsd.conf
Typically error policy can set either of following
ErrorPolicy abort-job
ErrorPolicy retry-job
ErrorPolicy stop-printer
take the one you want.
http://cups.org/str.php?L1
More information may be found on following link
http://cups.org/search.php
moreover you also might want to add debug mode for error logging in order to get more information.
be it known :) debug would generate loads of information which might fill your logs beyond wildest imagination - but its exceptionally informative.
Main Topics
Browse All Topics





by: nociPosted on 2009-11-02 at 06:30:49ID: 25719590
Did you also setup cups to HALT on errors?
It's one of the settings to eb chosen when installing/reconfiguring a printer.
(Values can be: ignore/job, pause/job, netx/job, halt/queue.).
The printer status can be monitored through rss etc.