Bug 212765
| Summary: | printer not working in fc6 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Watson <tw> |
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-10-31 10:25:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tim Watson
2006-10-28 20:48:23 UTC
Should have said that this is probably filed incorrectly as an hplip problem. Perhaps cups/pnm2ppa would be better. The seemingly relevant part of the cups error_log is as follows: I [29/Oct/2006:08:32:35 +0000] Listening to 127.0.0.1:631 (IPv4) I [29/Oct/2006:08:32:35 +0000] Listening to ::1:631 (IPv6) I [29/Oct/2006:08:32:35 +0000] Listening to /var/run/cups/cups.sock (Domain) I [29/Oct/2006:08:32:35 +0000] Loaded configuration file "/etc/cups/cupsd.conf" I [29/Oct/2006:08:32:35 +0000] Using default TempDir of /var/spool/cups/tmp... I [29/Oct/2006:08:32:35 +0000] Cleaning out old temporary files in "/var/spool/c ups/tmp"... I [29/Oct/2006:08:32:35 +0000] Configured for up to 100 clients. I [29/Oct/2006:08:32:35 +0000] Allowing up to 100 client connections per host. I [29/Oct/2006:08:32:35 +0000] Using policy "default" as the default! I [29/Oct/2006:08:32:35 +0000] Full reload is required. I [29/Oct/2006:08:32:35 +0000] Loaded MIME database from '/etc/cups': 34 types, 38 filters... D [29/Oct/2006:08:32:35 +0000] Loading printer lp0... E [29/Oct/2006:08:32:35 +0000] cupsdSetPrinterAttrs: Unable to get printer conte xt I [29/Oct/2006:08:32:35 +0000] Loading job cache file "/var/cache/cups/job.cache "... D [29/Oct/2006:08:32:35 +0000] Loading job 16 from cache... D [29/Oct/2006:08:32:35 +0000] Loading job 17 from cache... I [29/Oct/2006:08:32:35 +0000] Full reload complete. E [29/Oct/2006:08:32:35 +0000] Unable to find IP address for server name "buster .watsonnet"! Solved (by bryancole on fedoraforum). pnm2ppa wasn't installed. # yum install pnm2ppa This needs fixing in the relevant package. |