Hide Forgot
Description of problem: Something eats dashes from the console log displayed in Horizon Version-Release number of selected component (if applicable): openstack-nova-common-2013.1.1-3.el6ost.noarch openstack-nova-compute-2013.1.1-3.el6ost.noarch How reproducible: Always Steps to Reproduce: 1. echo abc-def > /ttyS0 Actual results: abcdef in console log Expected results: abc-def in console log Additional info:
The problem is a small typo in the regular expression used in console-log to filter the characters and caused the dash to be introduced in that list. I've just proposed the fix upstream that fixes that.
Fixed in havanna and grizzly
Will be included in stable/grizzly 2013.1.3 release.
after doing # echo 'ěščřž\|-' > /dev/ttyS0 on guest, I can see nova console-log foo --length 1024 ... (other lines) ?????\|- So I like dashes are left unchanged. This was the topic of this bug so I think I can set it to VERIFIED.
Verified NVR: openstack-nova-common-2013.1.3-1.el6ost.noarch Verification Steps: =================== 1. Launched a rhel based instance. 2. as root: echo abc-def /dev/ttyS0 Result: ======= abc-def appears with the dashes in console log
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-1199.html