| Summary: | CUPS is sending invalid data to networked Canon MP980 MFP | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dan Mossor [danofsatx] <danofsatx> | ||||||||
| Component: | cups | Assignee: | Tim Waugh <twaugh> | ||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 20 | CC: | danofsatx, jpopelka, twaugh | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | |||||||||||
| : | 1026753 1026755 (view as bug list) | Environment: | |||||||||
| Last Closed: | 2015-02-02 18:37:27 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1026753, 1026755 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Dan Mossor [danofsatx]
2013-11-05 04:42:33 UTC
Thanks for this report. It looks like there are a few things to investigate. For this bug report, let's concentrate on printing to the Canon printer. I've cloned this bug separate for the other issues. Could you please follow the troubleshooting procedure outlined here?: https://fedoraproject.org/wiki/How_to_debug_printing_problems#Printing_troubleshooter Created attachment 820447 [details]
First 500 lines of 30+GB error log
system-config-printer went into a race condition, pumping data into the error log.
Created attachment 820450 [details]
Last 500 lines of 30+GB error_log
That didn't go too well. The system-config-printer troubleshooter went into a race condition (ABRT bug 1027034) and wouldn't close. My error log was at 30GB before I managed to kill the process - I am attaching the first 500 and last 500 lines of the log. Trying to perform the steps manually according to the Fedora wiki produced zero results - lpinfo -l -v simply listed the configured printers, with no URIs listed. The drivers are less than informative since cups renamed them to printer_name.dpp. I didn't attempt the filter tests yet. One additional note - the system automatically found and attached to a networked HP Laserjet 4014n, and is fully operational with that printer. Please follow these steps:
1. Stop the cups server:
systemctl stop cups.socket cups.path cups.service
2. Clear out the error_log file:
>/var/log/cups/error_log
3. Start the cups server again:
systemctl start cups.service cups.socket cups.path
4. Enable debugging:
cupsctl --debug-logging
5. Now send a print job to the Canon MP980 MFP.
6. Disable debugging:
cupsctl --no-debug-logging
After those steps, please attach:
1. The PPD for the queue from the /etc/cups/ppd/ directory.
2. The /var/log/cups/error_log file
Thanks.
I apologize for dropping the ball on this bug. I no longer have the hardware or software referenced herein, so I cannot provide the needed information. I am closing this bug for lack of required info. |