Bug 501834
| Summary: | hplip hp-sendfax PyQt combination is broken | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | ritz <rkhadgar> |
| Component: | hplip3 | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.4 | CC: | azelinka, oli, pknirsch, psklenar, spoyarek, twaugh |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | hplip3-3.9.8-15.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 233692 | Environment: | |
| Last Closed: | 2013-01-08 05:12:47 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: | |||
| Bug Depends On: | 506645, 839608 | ||
| Bug Blocks: | 502912, 743405, 807971 | ||
|
Description
ritz
2009-05-20 22:21:12 UTC
Does 'hp-sendfax -n' work? Diagnostics done so far are available in support case #1907598, but please let me know if there is anything else you'd like me to try :-) With 1.7.1 the non-interactive mode works as expected: ==== [ojw-local@nyx ~]$ hp-sendfax -dhpfax:/net/HP_Color_LaserJet_2840?ip=10.40.0.98 -n -f01223225369 test.txt HP Linux Imaging and Printing System (ver. 1.7.1) PC Sendfax Utility ver. 5.0 Copyright (c) 2003-6 Hewlett-Packard Development Company, LP This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to distribute it under certain conditions. See COPYING file for more details. Using printer HP_Color_LaserJet_2840_fax (hpfax:/net/HP_Color_LaserJet_2840?ip=10.40.0.98) Rendering file '/home/ojw-local/test.txt' (job 519)... Transfering fax data... Sending fax... / Dialing 01223225369... \ Sending page 1 to 01223225369... / Cleaning up... - Completed successfully. Done. ==== With 1.6.7 it does not work:
====
[ojw-local@nyx ~]$ hp-sendfax -dhpfax:/net/HP_Color_LaserJet_2840?ip=10.40.0.98 -n -f01223225369 test.txt
HP Linux Imaging and Printing System (ver. 1.6.7)
PC Sendfax Utility ver. 4.0
Copyright (c) 2003-6 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
Using printer None (hpfax:/net/HP_Color_LaserJet_2840?ip=10.40.0.98)
error: The CUPS queue for 'None' is in a stopped or busy state. Please check the queue and try again.
====
[ojw-local@nyx ~]$ hp-sendfax -pHP_Color_LaserJet_2840_fax -n -f01223225369 test.txt
HP Linux Imaging and Printing System (ver. 1.6.7)
PC Sendfax Utility ver. 4.0
Copyright (c) 2003-6 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
Using printer HP_Color_LaserJet_2840_fax (None)
|Traceback (most recent call last):
File "/usr/bin/hp-sendfax", line 631, in ?
fields, data, result_code = msg.recvMessage(hpssd_sock)
File "/usr/share/hplip/base/msg.py", line 229, in recvMessage
raise Error(ERROR_INTERNAL)
base.g.Error: ('Unknown internal error', 99)
====
This request was evaluated by Red Hat Product Management for inclusion, but this component is not scheduled to be updated in the current Red Hat Enterprise Linux release. If you would like this request to be reviewed for the next minor release, ask your support representative to set the next rhel-x.y flag to "?". Fixing bug #506645 would fix this as a side-effect. This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. This request was erroneously denied for the current release of Red Hat Enterprise Linux. The error has been fixed and this request has been re-proposed for the current release. This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. Fixed component. This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. *** Bug 675946 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0133.html |