Description of problem: All jobs become immediately 'Stopped' when printing on rawhide. This same printer used to work on F17. Logs attached. Version-Release number of selected component (if applicable): Name : cups Arch : x86_64 Epoch : 1 Version : 1.5.4 Release : 1.fc18 How reproducible: Every time. Steps to Reproduce: 1. Print from an app. 2. Nothing comes out the printer. 3. See 'Stopped' job in print queue. Actual results: No printing Expected results: Printed pages.
Created attachment 601946 [details] /var/log/cups/error_log
What application are you printing from ? Is the document PDF ? If yes, then try to run it directly through pdftops, like: '/usr/bin/pdftops document.pdf'. If not, try to export/print it to PDF first and then run through pdftops. Attach the pdftops output.
Happens when I print from thunderbird (at least). If I print to a PDF, and then run pdftops I get: [stef@stef-rawhide ~]$ ls -l temp.pdf -rw-rw-r--. 1 stef stef 80842 Aug 2 15:38 temp.pdf [stef@stef-rawhide ~]$ /usr/bin/pdftops temp.pdf [stef@stef-rawhide ~]$ echo $? 0 The pdf is viewable in temp.pdf and the content is there. Doesn't seem corrupted.
And if you try to print it via lpr, like: 'lpr temp.pdf' ?
No. It immediately becomes a 'Stopped' job.
Hi Stef, I've committed some patches to poppler. Could you try whether they resolve the problem you see? They are in poppler-0.20.2-3.fc18. Regards Marek
After I updated to poppler-0.20.2-3 I could print a PDF. So my guess would be that the problem is resolved by those patches. Not 100% sure, since I've also updated other stuff today, but I think so.
Thank you for quick response. I'm closing this bug then. If you encounter the problem again, feel free to reopen this bug. Regards Marek