Bug 431357
| Summary: | Printer setup with HP JetDirect hourglass forever | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Need Real Name <jhwanginet> |
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | mdeiss |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-02-04 18:28:26 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
Need Real Name
2008-02-03 15:10:29 UTC
What does 'rpm -q system-config-printer' say? I have the same problem on two machines:
rpm -q system-config-printer returns
system-config-printer-0.7.74.10-2.fc8
The out-of-the-box FC8-DVD-ISO installed version seems to work OK as I've
installed two printers OK. But, after the latest FC8 updates to various
programs, the printer-config program gets broken.
When running in a terminal window, I see the following:
fetchDevices
queryDevices
Lock acquired for devices thread
Devices thread started
Connecting (devices)
Fetching devices
Closing connection (devices)
Releasing devices lock
Acquiring devices lock
Got devices
queryPPDs
Lock acquired for PPDs thread
PPDs thread started
Connecting (PPDs)
Fetching PPDs
Closing connection (PPDs)
Releasing PPDs lock
fetchPPDs
Acquiring PPDs lock
Got PPDs
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line 2263,
in on_btnNPForward_clicked
self.nextNPTab()
File "/usr/share/system-config-printer/system-config-printer.py", line 2298,
in nextNPTab
host = self.getNetworkPrinterMakeModel(self.device)
File "/usr/share/system-config-printer/system-config-printer.py", line 2558,
in getNetworkPrinterMakeModel
debugprint (host + ": " + cmd)
NameError: global name 'debugprint' is not defined
|