[Pkg-libvirt-maintainers] Bug#463686: Bug#463686: libvirtd segfault when starting with a kvm machine defined
Gilles Mocellin
gilles.mocellin at free.fr
Sat Feb 2 15:35:02 UTC 2008
Le Saturday 02 February 2008 14:10:58 Guido Guenther, vous avez écrit :
> Hi,
>
> On Sat, Feb 02, 2008 at 12:32:48PM +0100, Gilles Mocellin wrote:
> > gilles at guitare:~$ sudo /etc/init.d/libvirt-bin restart
> > Restarting libvirt management
> > daemon: /usr/sbin/libvirtd/etc/init.d/libvirt-bin: line 89: 23111 Erreur
> > de segmentation
> > start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid --exec
> > $DAEMON -- $libvirtd_opts
>
> How did you create the xml file - with virsh, virt-manager, virtinstall,
> by hand? Libvirt segfaulting is indeed a bug but the xml file should be
> valid too.
> Cheers,
> -- Guido
I have created the VM with virt-manager.
I can open it in Iceweasel with no syntax errors.
<domain type="kvm">
<name>vmfedora</name>
<uuid>4b5a6895-a230-2049-6ce7-79fe2b525f11</uuid>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>1</vcpu>
<os>
<type>hvm</type>
<boot dev="hda"/>
</os>
<features>
<acpi/>
</features>
<clock offset="utc"/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type="file" device="disk">
<source file="/donnees/vm/vmfedora/vmfedora.img"/>
<target dev="hda"/>
</disk>
<disk type="file" device="cdrom">
<source
file="/home/gilles/dev/iso/Fedora/Fedora-8-dvd-x86_64/Fedora-8-x86_64-DVD.iso"/>
<target dev="hdc"/>
<readonly/>
</disk>
<interface type="bridge">
<mac address="00:16:3e:11:6c:59"/>
<source bridge="xenbr0"/>
</interface>
<input type="mouse" bus="ps2"/>
<graphics type="vnc" port="-1" listen="127.0.0.1"/>
</devices>
</domain>
More information about the Pkg-libvirt-maintainers
mailing list