Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 628723 Details for
Bug 867374
Virt-install fails when create a guest with --channel parameter
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Debug info from virt-install
virt-install debug (text/plain), 7.78 KB, created by
tingting zheng
on 2012-10-17 11:47:31 UTC
(
hide
)
Description:
Debug info from virt-install
Filename:
MIME Type:
Creator:
tingting zheng
Created:
2012-10-17 11:47:31 UTC
Size:
7.78 KB
patch
obsolete
># virt-install --name cache --ram 1024 --vcpu=1 --disk path=/var/lib/libvirt/images/cache.img,size=6,cache=writeback --location http://tree.englab.nay.redhat.com/pub/rhel/released/RHEL-6/6.3/Server/x86_64/os/ --graphics spice --video qxl --channel spicevmc,target_type=virtio,name=com.redhat.spice.0 --debug >Wed, 17 Oct 2012 16:54:07 DEBUG Launched with command line: >/usr/sbin/virt-install --name cache --ram 1024 --vcpu=1 --disk path=/var/lib/libvirt/images/cache.img,size=6,cache=writeback --location http://tree.englab.nay.redhat.com/pub/rhel/released/RHEL-6/6.3/Server/x86_64/os/ --graphics spice --video qxl --channel spicevmc,target_type=virtio,name=com.redhat.spice.0 --debug >Wed, 17 Oct 2012 16:54:07 DEBUG Requesting libvirt URI default >Wed, 17 Oct 2012 16:54:07 DEBUG Received libvirt URI qemu:///system >Wed, 17 Oct 2012 16:54:07 DEBUG Requesting virt method 'default', hv type 'default'. >Wed, 17 Oct 2012 16:54:07 DEBUG Received virt method 'hvm' >Wed, 17 Oct 2012 16:54:07 DEBUG Hypervisor name is 'kvm' >Wed, 17 Oct 2012 16:54:07 DEBUG DistroInstaller location is a network source. >Wed, 17 Oct 2012 16:54:07 DEBUG Attempting to detect distro: >Wed, 17 Oct 2012 16:54:07 DEBUG HTTP hasFile: didn't find http://tree.englab.nay.redhat.com/pub/rhel/released/RHEL-6/6.3/Server/x86_64/os/.treeinfo: HTTP Error 404: Not Found >Wed, 17 Oct 2012 16:54:07 DEBUG HTTP hasFile: didn't find http://tree.englab.nay.redhat.com/pub/rhel/released/RHEL-6/6.3/Server/x86_64/os/Fedora: HTTP Error 404: Not Found >Wed, 17 Oct 2012 16:54:08 DEBUG Detected a RHEL 5 Server distro >Wed, 17 Oct 2012 16:54:08 DEBUG Guest.has_install_phase: True > >Starting install... >Wed, 17 Oct 2012 16:54:08 DEBUG scratchdir=/var/lib/libvirt/boot >Wed, 17 Oct 2012 16:54:08 DEBUG Attempting to detect distro: >Wed, 17 Oct 2012 16:54:08 DEBUG HTTP hasFile: didn't find http://tree.englab.nay.redhat.com/pub/rhel/released/RHEL-6/6.3/Server/x86_64/os/.treeinfo: HTTP Error 404: Not Found >Wed, 17 Oct 2012 16:54:08 DEBUG HTTP hasFile: didn't find http://tree.englab.nay.redhat.com/pub/rhel/released/RHEL-6/6.3/Server/x86_64/os/Fedora: HTTP Error 404: Not Found >Wed, 17 Oct 2012 16:54:08 DEBUG Detected a RHEL 5 Server distro >Wed, 17 Oct 2012 16:54:08 DEBUG Fetching URI: http://tree.englab.nay.redhat.com/pub/rhel/released/RHEL-6/6.3/Server/x86_64/os/images/pxeboot/vmlinuz >Wed, 17 Oct 2012 16:54:08 DEBUG Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.FUlmKN >Retrieving file vmlinuz... | 7.6 MB 00:00 ... >Wed, 17 Oct 2012 16:54:08 DEBUG Fetching URI: http://tree.englab.nay.redhat.com/pub/rhel/released/RHEL-6/6.3/Server/x86_64/os/images/pxeboot/initrd.img >Wed, 17 Oct 2012 16:54:08 DEBUG Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.roknv9 >Retrieving file initrd.img... | 58 MB 00:00 ... >Wed, 17 Oct 2012 16:54:08 DEBUG Auto detected OS type as: linux >Wed, 17 Oct 2012 16:54:08 DEBUG Auto detected OS variant as: rhel5 >Wed, 17 Oct 2012 16:54:08 DEBUG Have access to preferred scratchdir so nothing to upload >Wed, 17 Oct 2012 16:54:08 DEBUG Generated install XML: ><domain type='kvm'> > <name>cache</name> > <uuid>3bf37b3c-1e3e-4d71-654a-ca1e579d7342</uuid> > <memory>1048576</memory> > <currentMemory>1048576</currentMemory> > <vcpu>1</vcpu> > <os> > <type arch='x86_64'>hvm</type> > <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.FUlmKN</kernel> > <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.roknv9</initrd> > <cmdline>method=http://tree.englab.nay.redhat.com/pub/rhel/released/RHEL-6/6.3/Server/x86_64/os/</cmdline> > </os> > <features> > <acpi/><apic/><pae/> > </features> > <clock offset="utc"/> > <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='writeback'/> > <source file='/var/lib/libvirt/images/cache.img'/> > <target dev='hda' bus='ide'/> > </disk> > <interface type='bridge'> > <source bridge='breth0'/> > <mac address='52:54:00:c9:93:3f'/> > </interface> > <input type='mouse' bus='ps2'/> > <graphics type='spice' port='-1' tlsPort='-1' autoport='yes'/> > <console type='pty'/> > <channel type='spicevmc'> > <target type='virtio' name='com.redhat.spice.0'/> > </channel> > <video> > <model type='qxl'/> > </video> > </devices> ></domain> > >Wed, 17 Oct 2012 16:54:08 DEBUG Generated boot XML: ><domain type='kvm'> > <name>cache</name> > <uuid>3bf37b3c-1e3e-4d71-654a-ca1e579d7342</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="utc"/> > <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='writeback'/> > <source file='/var/lib/libvirt/images/cache.img'/> > <target dev='hda' bus='ide'/> > </disk> > <interface type='bridge'> > <source bridge='breth0'/> > <mac address='52:54:00:c9:93:3f'/> > </interface> > <input type='mouse' bus='ps2'/> > <graphics type='spice' port='-1' tlsPort='-1' autoport='yes'/> > <console type='pty'/> > <channel type='spicevmc'> > <target type='virtio' name='com.redhat.spice.0'/> > </channel> > <video> > <model type='qxl'/> > </video> > </devices> ></domain> > >Wed, 17 Oct 2012 16:54:09 DEBUG Removing /var/lib/libvirt/boot/virtinst-vmlinuz.FUlmKN >Wed, 17 Oct 2012 16:54:09 DEBUG Removing /var/lib/libvirt/boot/virtinst-initrd.img.roknv9 >Wed, 17 Oct 2012 16:54:09 ERROR internal error process exited while connecting to monitor: char device redirected to /dev/pts/15 >qemu-kvm: -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0: virtio-serial-bus: Out-of-range port id specified, max. allowed: 0 >qemu-kvm: -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0: Device 'virtserialport' could not be initialized > >Wed, 17 Oct 2012 16:54:09 DEBUG Traceback (most recent call last): > File "/usr/sbin/virt-install", line 629, in start_install > noboot=options.noreboot) > 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 2606, in createLinux > if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) >libvirtError: internal error process exited while connecting to monitor: char device redirected to /dev/pts/15 >qemu-kvm: -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0: virtio-serial-bus: Out-of-range port id specified, max. allowed: 0 >qemu-kvm: -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0: Device 'virtserialport' could not be initialized >Wed, 17 Oct 2012 16:54:09 DEBUG Domain installation does not appear to have been successful. >If it was, you can restart your domain by running: > virsh --connect qemu:///system start cache >otherwise, please restart your installation. >Domain installation does not appear to have been successful. >If it was, you can restart your domain by running: > virsh --connect qemu:///system start cache >otherwise, please restart your installation.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 867374
: 628723 |
629166
|
629167