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.
This is a libvirt issue, same with Bug 798220,please update libvirt to libvirt-0.9.10-4.el6 can resolve this.For libvirt-0.9.10.5.el6,have another issue,refer Bug 801443.
Created attachment 569737 [details] Configuration of Spice display Description of problem: Creating of virtual machine (SPICE Display) with virt-manager ends with error, when auto allocated port is set out of range allowed values (is set as -1) Version-Release number of selected component (if applicable): virt-manager 0.9.0-10 How reproducible: Always Steps to Reproduce: 1.Run virt-manager 2.Set up new VM (Win7 64bit, 1 processor, 1024 Mb RAM, 10Gb HDD) 3.In the last step (5/5) check 'Customize configuration before install' and click to Finish 4.In list which appears check if in Display Spice is type Spice (Port and TLS port is Automatically allocated) 5. Click to begin installation Actual results: Installation ends with error 'spice tls-port is out of range' Expected results: Installation successfully ends Additional info: virt-manager log: 2012-03-13 18:22:17,899 (create:1904): Starting background install process 2012-03-13 18:22:17,993 (Guest:1270): Generated install XML: <domain type='kvm'> <name>win7_64</name> <uuid>bccdc430-5c20-7299-cdfe-68ff6ade09e2</uuid> <memory>1048576</memory> <currentMemory>1048576</currentMemory> <vcpu>1</vcpu> <os> <type arch='x86_64'>hvm</type> <boot dev='cdrom'/> <boot dev='hd'/> </os> <features> <acpi/><apic/><pae/> </features> <clock offset="localtime"> <timer name="rtc" tickpolicy="catchup"/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>destroy</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/libexec/qemu-kvm</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='none'/> <source file='/var/lib/libvirt/images/win7_64.img'/> <target dev='hda' bus='ide'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu'/> <source file='/root/en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso'/> <target dev='hdc' bus='ide'/> <readonly/> </disk> <interface type='network'> <source network='default'/> <mac address='52:54:00:57:23:3c'/> </interface> <input type='tablet' bus='usb'/> <graphics type='spice' port='-1' tlsPort='-1' autoport='yes'/> <console type='pty'/> <sound model='ich6'/> <video> <model type='qxl'/> </video> </devices> </domain> 2012-03-13 18:22:17,994 (Guest:1271): Generated boot XML: <domain type='kvm'> <name>win7_64</name> <uuid>bccdc430-5c20-7299-cdfe-68ff6ade09e2</uuid> <memory>1048576</memory> <currentMemory>1048576</currentMemory> <vcpu>1</vcpu> <os> <type arch='x86_64'>hvm</type> <boot dev='hd'/> </os> <features> <acpi/><apic/><pae/> </features> <clock offset="localtime"> <timer name="rtc" tickpolicy="catchup"/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/libexec/qemu-kvm</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='none'/> <source file='/var/lib/libvirt/images/win7_64.img'/> <target dev='hda' bus='ide'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu'/> <source file='/root/en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso'/> <target dev='hdc' bus='ide'/> <readonly/> </disk> <interface type='network'> <source network='default'/> <mac address='52:54:00:57:23:3c'/> </interface> <input type='tablet' bus='usb'/> <graphics type='spice' port='-1' tlsPort='-1' autoport='yes'/> <console type='pty'/> <sound model='ich6'/> <video> <model type='qxl'/> </video> </devices> </domain> 2012-03-13 18:22:18,668 (error:80): dialog message: Unable to complete install: 'internal error Process exited while reading console log output: char device redirected to /dev/pts/3 spice tls-port is out of range' : Unable to complete install: 'internal error Process exited while reading console log output: char device redirected to /dev/pts/3 spice tls-port is out of range' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 44, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/create.py", line 1910, in do_install guest.start_install(False, meter=meter) File "/usr/lib/python2.6/site-packages/virtinst/Guest.py", line 1223, in start_install noboot) File "/usr/lib/python2.6/site-packages/virtinst/Guest.py", line 1291, in _create_guest dom = self.conn.createLinux(start_xml or final_xml, 0) File "/usr/lib64/python2.6/site-packages/libvirt.py", line 2398, in createLinux if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: internal error Process exited while reading console log output: char device redirected to /dev/pts/3 spice tls-port is out of range