Bug 1352821
| Summary: | Key "," can not be inputted during SLOF and yaboot stage | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Min Deng <mdeng> | ||||||||
| Component: | SLOF | Assignee: | Thomas Huth <thuth> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 7.3 | CC: | knoel, lvivier, mdeng, qzhang, thuth, virt-maint | ||||||||
| Target Milestone: | rc | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | ppc64le | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | SLOF-20160223-5.gitdbbfda4.el7 | Doc Type: | If docs needed, set a value | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2016-11-04 04:34:32 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Min Deng
2016-07-05 07:52:31 UTC
Is this Power or X86? (In reply to Karen Noel from comment #2) > Is this Power or X86? It is on power platform,any issues please let me know!thanks. According to what I've seen for BZ1352765, in this configuration (XHCI + USB HUB) the keyboard is not detected by SLOF: - Is it possible to have the full SLOF logs? - are you able to input some other keys? If you boot linux, can you input ","? if you have this kind of message in SLOF, this BZ is a duplicate of BZ1352765: Scanning USB XHCI: Initializing USB HUB usb-hub: unable to setup device on port 0 usb-hub: unable to setup device on port 1 usb-hub: unable to setup device on port 2 (In reply to Laurent Vivier from comment #4) > According to what I've seen for BZ1352765, in this configuration (XHCI + USB > HUB) the keyboard is not detected by SLOF: > > - Is it possible to have the full SLOF logs? ok,I will upload it right now. > - are you able to input some other keys? Yes,I can > If you boot linux, can you input ","? I cannot input "," except for login OS (mentioned in the bug) It is also can be reproduced via yaboot's stage.please see attach Notes,please connect to guest with remote-viewer or vncviewer and then input "," > if you have this kind of message in SLOF, this BZ is a duplicate of > BZ1352765: > Scanning USB > XHCI: Initializing > USB HUB > usb-hub: unable to setup device on port 0 > usb-hub: unable to setup device on port 1 > usb-hub: unable to setup device on port 2 In order to avoid the BZ1352765 and I will remove hub and boot up with the following cli,Still,can reproduce the bug. /usr/libexec/qemu-kvm -name avocado-vt-vm1 -sandbox off -machine pseries -nodefaults -vga std -chardev socket,id=serial_id_serial0,path=/var/tmp/3,server,nowait -device spapr-vty,chardev=serial_id_serial0 -device nec-usb-xhci,id=controller1 -device usb-storage,id=storage,bus=controller1.0,drive=drive0,bootindex=0 -drive file=RHEL-Server-6.8-ppc64-virtio-scsi.qcow2,id=drive0,if=none,format=qcow2 -device spapr-vscsi,id=scsi0,reg=0x1000 -drive if=none,id=drive-scsi0-0-1-0,readonly=on,file=RHEL-6.8-20160414.0-Server-ppc64-dvd1.iso -device scsi-cd,bus=scsi0.0,drive=drive-scsi0-0-1-0,bootindex=1,id=scsi0-0-1-0 -m 8G -smp 8,maxcpus=8,cores=4,threads=1,sockets=2 -vnc :1 -enable-kvm -monitor stdio -uuid cbf8e8f5-6bb7-4d73-9581-d29b43aab22a -device virtio-net-pci,mac=9a:d4:d5:d6:d7:d8,id=idkdMjSW,vectors=4,netdev=hostnet0,disable-legacy=off,disable-modern=on -netdev tap,id=hostnet0,vhost=on,script=/etc/qemu-ifup,downscript=/etc/qemu-ifdown -qmp tcp:0:4441,server,nowait -device nec-usb-xhci,id=controller0 -device usb-mouse,id=usbmouse,bus=controller0.0 -device usb-kbd,id=usbkbd,bus=controller0.0 -device usb-tablet,id=usbtablet,bus=controller0.0 Created attachment 1177566 [details]
yaboots
Created attachment 1177567 [details]
sloflog
Created attachment 1177580 [details]
US keyboard keys
Are you using an US keyboard?
The position of the ',' can differ between keyboards.
SLOF-20160223-4.gitdbbfda4.el7.noarch (In reply to Laurent Vivier from comment #8) > Created attachment 1177580 [details] > US keyboard keys > > Are you using an US keyboard? > The position of the ',' can differ between keyboards. yes,I think so And I used different machine with keyboards to test it. I've now found the part of the code in SLOF that causes this problem and sent a patch upstream to fix this issue: https://patchwork.ozlabs.org/patch/648342/ Fix included in SLOF-20160223-5.gitdbbfda4.el7 Verified the bug on build SLOF-20160223-6.gitdbbfda4.el7.noarch.rpm Now it has been fixed on,thanks a lot. 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. https://rhn.redhat.com/errata/RHEA-2016-2355.html |