Bug #4281
closedInteractive foreman-installer messy
Description
Just installed Foreman 1.4.0
Not sure how often interactive installer will be used, but the screen ends up pretty messy at various stages:
Running it on a Gnome Terminal 2.31.3 on RHEL 6 workstation (fully patched) with an SSH session through to my Foreman server, the main menu screen is slightly corrupted, but this descends into screen chaos when selecting "1 - Configure foreman" and then hitting enter twice to see the third screen of options.
Files
Updated by Dominic Cleal about 11 years ago
- Project changed from Foreman to Kafo
Updated by Marek Hulán about 11 years ago
- Related to Bug #3757: sometimes color output is wrong added
Updated by Marek Hulán about 11 years ago
Could you please report a ruby version? ruby -v
output will do.
Updated by Duncan Innes about 11 years ago
Hi,
My currently installed ruby packages are:
ruby-1.8.7.352-13.el6.x86_64
ruby193-ruby-1.9.3.448-40.1.el6.x86_64
from the RHEL 6 Server channel and Software Collections Library 1 sub-channel respectively
[root@server ~]# ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
[root@server ~]#
Updated by Marek Hulán almost 11 years ago
- Status changed from New to Ready For Testing
- Assignee set to Marek Hulán
- Target version set to 1.9.0
PR https://github.com/theforeman/kafo/pull/74
Not sure about the unicode characters though. It seems that your terminal does not support that? Maybe we could detect that somehow and use another symbols on non-utf terminals. If this is the case, please create a separate issue for this.
Updated by Angelo Lisco almost 11 years ago
same problem here with a RHEL6 as foreman-server and a linux terminal (terminator)!
Updated by Marek Hulán almost 11 years ago
I updated PR to address utf characters issue. We check LANG env variable and if it has 'UTF-8' suffix we use utf.
Updated by Marek Hulán almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 2e544743414c5ecf38850ad9acff2633655ed2ce.