Bug 107415
| Summary: | rhn-applet-tui crashes with python puke | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux Beta | Reporter: | Fred New <fred.new2911> |
| Component: | rhn-applet | Assignee: | Daniel Veillard <veillard> |
| Status: | CLOSED ERRATA | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | beta3 | CC: | chris.ricker |
| 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: | 2003-10-23 14:32: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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 100643 | ||
Oops, undefined variable :-\ Fixed in CVS, that will be fixed in the next release 2.1.2, thanks for the report, Daniel Fix confirmed with 2.1.18-4. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2004-582.html |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031014 Description of problem: The last two versions of rhn-applet on Rawhide have broken rhn-applet-tui. Version-Release number of selected component (if applicable): rhn-applet-2.1.1-1 How reproducible: Always Steps to Reproduce: 1. Execute rhn-applet-tui from a Gnome terminal or from a virtual console. Actual Results: $ rhn-applet-tui Traceback (most recent call last): File "/usr/bin/rhn-applet-tui", line 103, in ? main(original_arg_list) File "/usr/bin/rhn-applet-tui", line 63, in main model = rhnAppletModelTUI(None, url, uuid) File "/usr/bin/../share/rhn/rhn_applet/rhn_applet_model.py", line 325, in __init__ source.refresh(force) NameError: global name 'force' is not defined Expected Results: Well, I was expecting it to tell me what updates were available... Additional info: