Bug#463686: [Pkg-libvirt-maintainers] Bug#463686: libvirtd segfault when starting with a kvm machine defined

2008-02-02 Thread Guido Guenther
Hi,
On Sat, Feb 02, 2008 at 12:32:48PM +0100, Gilles Mocellin wrote:
 [EMAIL PROTECTED]:~$ 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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463686: [Pkg-libvirt-maintainers] Bug#463686: libvirtd segfault when starting with a kvm machine defined

2008-02-02 Thread Gilles Mocellin
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:
  [EMAIL PROTECTED]:~$ 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
  namevmfedora/name
  uuid4b5a6895-a230-2049-6ce7-79fe2b525f11/uuid
  memory524288/memory
  currentMemory524288/currentMemory
  vcpu1/vcpu
  os
typehvm/type
boot dev=hda/
  /os
  features
acpi/
  /features
  clock offset=utc/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashdestroy/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