|
Bugzilla – Full Text Bug Listing |
| Summary: | cups i/o error | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Markus Kriewald <markus.kriewald> |
| Component: | Printing | Assignee: | Johannes Meixner <jsmeix> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Johannes Meixner <jsmeix> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
lpt1.ppd
error_log |
||
|
Description
Markus Kriewald
2006-11-19 21:21:48 UTC
The crucial error is this: E [19/Nov/2006:20:00:22 +0100] PID 4944 (/usr/lib64/cups/filter/foomatic-rip) stopped with status 1! To find out why this filter fails, follow the "Hint: Try setting the LogLevel to "debug" to´ find out more." or see http://en.opensuse.org/SDB:CUPS_in_a_Nutshell "If problems are encountered".) 1. Set the "LogLevel debug" in /etc/cups/cupsd.conf. 2. Stop cupsd. 3. Move /var/log/cups/error_log* to another location (or delete it) in order to avoid having to search through gigantic log files. 4. Start cupsd. 4a) Re-enable the disabled print queue: cupsenable lpt1 5. Retry the action leading to the problem: I.e. print via the queue: echo Hello | lp -d lpt1 6. Now /var/log/cups/error_log contains many messages that are useful for troubleshooting. Attach /var/log/cups/error_log as attachment with mime type "text plain" to this bug. Furthermore provide the PPD file which you actually use: Attach /etc/cups/ppd/lpt1.ppd as attachment with mime type "text plain" to this bug. Created attachment 106280 [details]
lpt1.ppd
Created attachment 106281 [details]
error_log
The crucial line in your error_log is: ------------------------------------------------------------------------ D [20/Nov/2006:17:42:09 +0100] [Job 6] sh: min12xxw: command not found ------------------------------------------------------------------------ Are you sure you have /usr/bin/min12xxw package filters installed? I think it failed (as you wrote in comment #0) as a side effect of bug #220979 and bug #220278 and I close it as duplicate. For me it works without errors (openSUSE 10.2 beta2plus on x86_64) when I have the filters package installed: lpadmin -p foo -v file:/dev/null -E \ -P /usr/share/cups/model/Minolta/PagePro_1300W-min12xxw.ppd.gz and then echo bla | lp -d foo rsults no errors or other suspicious messages in error_log. I cannot test the driver with a real printer because we don't have such "min12xxw" printers (the "W" means "for Windows"). It would be nice when you report whether or not the min12xxw driver actually works for your printer after you installed the filters package. *** This bug has been marked as a duplicate of bug 220278 *** Thanks! I have updated to yast2-printer-2.14.12 and have installed my printer a second time. Now it works. Text and graphic of the Yast test page are OK, but the 6,25% field is shown withe. |