Hide Forgot
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:
Created attachment 556467 [details] apply button missing
Mike, any hint why?
(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?
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)
Joey, would you agree to post this on upstream Vdsm (gerrit)?
yeah should be fine to post that one
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.
*** Bug 807327 has been marked as a duplicate of this bug. ***
As record only, patch available: http://gerrit.ovirt.org/4805
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