Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Created attachment 483379 [details] guest hangs Description of problem: Boot a rhel6.1 guest with -spice option, guest hangs when creating login shell and monitor reports "handle_dev_input: oom current 0 pipe 26" Version-Release number of selected component (if applicable): # rpm -qa|grep qemu qemu-kvm-0.12.1.2-2.150.el6.x86_64 qemu-kvm-tools-0.12.1.2-2.150.el6.x86_64 gpxe-roms-qemu-0.9.7-6.4.el6.noarch qemu-kvm-debuginfo-0.12.1.2-2.150.el6.x86_64 qemu-img-0.12.1.2-2.150.el6.x86_64 # rpm -qa|grep spice-server spice-server-0.8.0-1.el6.x86_64 spice-server-debuginfo-0.8.0-1.el6.x86_64 # uname -r 2.6.32-118.el6.x86_64 CLI: /usr/libexec/qemu-kvm -M rhel6.1.0 -enable-kvm -m 4096 -smp 2 -cpu cpu64-rhel6 -name rhel -uuid 86f019ad-744f-4c02-974e-4c3831365c0a -rtc base=localtime,clock=vm,driftfix=slew -no-kvm-pit-reinjection -boot c -drive file=/root/test.raw,if=none,id=drive-ide0-0-0,media=disk,format=raw,cache=none,werror=stop,rerror=stop -device ide-drive,drive=drive-ide0-0-0,id=ide0-0-0 -netdev tap,id=hostnet1 -device rtl8139,netdev=hostnet1,id=net1,mac=52:54:40:e4:37:53 -usb -device usb-tablet,id=input1 -spice disable-ticketing,port=5990 -vga qxl -monitor stdio -balloon none How reproducible: 3/3 Steps to Reproduce: 1. 2. 3. Actual results: Guest hangs, will attach screenshots. Expected results: Guest boot correctly. Additional info: Guest boot correctly with vnc.