RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 783383 - 3.1 - rhev-h tui: Apply and Reset buttons do not display in RHEV-M page via serial console
Summary: 3.1 - rhev-h tui: Apply and Reset buttons do not display in RHEV-M page via s...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: vdsm
Version: 6.2
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: 6.2
Assignee: Douglas Schilling Landgraf
QA Contact: Oded Ramraz
URL:
Whiteboard: infra
: 807327 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-20 08:47 UTC by cshao
Modified: 2022-07-09 05:34 UTC (History)
18 users (show)

Fixed In Version: vdsm-4.9.6-17.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-04 18:53:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
apply button missing (24.74 KB, image/jpeg)
2012-01-20 08:49 UTC, cshao
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2012:1508 0 normal SHIPPED_LIVE Important: rhev-3.1.0 vdsm security, bug fix, and enhancement update 2012-12-04 23:48:05 UTC

Description cshao 2012-01-20 08:47:30 UTC
Description of problem:
Apply button missing in RHEV-M page via serial console.

Version-Release number of selected component (if applicable):
rhev-hypervisor6-6.2-20120119.1.el6_2

How reproducible:
100%

Steps to Reproduce:
1. Install RHEV-H,
2. Add parameter "console=ttyS0,115200n8" to kernel command line.
3. Login RHEV-H via serial console.
4. Focus on RHEV-M page.
  
Actual results:
<Apply> and <Reset> button missing.

Expected results:
<Apply> and <Reset> button can show correctly.

Additional info:

Comment 1 cshao 2012-01-20 08:49:05 UTC
Created attachment 556467 [details]
apply button missing

Comment 3 Dan Kenigsberg 2012-01-29 21:08:19 UTC
Mike, any hint why?

Comment 4 Mike Burns 2012-01-30 02:05:33 UTC
(In reply to comment #3)
> Mike, any hint why?

It's more Joey's domain than mine.  Joey, any idea why this happens on the serial console?

Comment 5 Joey Boggs 2012-01-30 02:37:02 UTC
Spacing needs to be cleaned up, serial is alot more picky about the last line it will display which is one less than visual console.

--- rhevm.py.orig	2012-01-29 21:35:20.342263093 -0500
+++ rhevm.py	2012-01-29 21:17:28.706107470 -0500
@@ -122,7 +122,7 @@
         self.rhevm_server_port = Entry(6, "", scroll = 0)
         self.rhevm_server_port.setCallback(self.valid_rhevm_server_port_callback)
         rhevm_grid.setField(self.rhevm_server, 1, 0, anchorLeft = 1, padding=(2, 0, 0, 1))
-        rhevm_grid.setField(self.rhevm_server_port, 1, 1, anchorLeft = 1, padding=(2, 0, 0, 1))
+        rhevm_grid.setField(self.rhevm_server_port, 1, 1, anchorLeft = 1, padding=(2, 0, 0, 0))
         elements.setField(rhevm_grid, 0, 1, anchorLeft = 1, padding = (0,0,0,0))
         elements.setField(Label(""), 0, 2, anchorLeft = 1)
         self.verify_rhevm_cert = Checkbox("Connect to RHEV Manager and Validate Certificate", isOn=True)

Comment 6 Dan Kenigsberg 2012-01-30 08:50:47 UTC
Joey, would you agree to post this on upstream Vdsm (gerrit)?

Comment 7 Joey Boggs 2012-01-30 16:12:48 UTC
yeah should be fine to post that one

Comment 8 Dan Kenigsberg 2012-01-31 07:59:14 UTC
My English bad. I wanted to ask you, politely, to have the honour of posting this yourself. rhevm.py (engine.py upstream) is part of Vdsm, but we have very little knowledge about it in our team.

Comment 9 Joey Boggs 2012-03-27 14:48:04 UTC
*** Bug 807327 has been marked as a duplicate of this bug. ***

Comment 12 Douglas Schilling Landgraf 2012-05-25 02:00:36 UTC
As record only, patch available:
http://gerrit.ovirt.org/4805

Comment 20 errata-xmlrpc 2012-12-04 18:53:07 UTC
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-2012-1508.html


Note You need to log in before you can comment on or make changes to this bug.