Comment 35 for bug 1029889

Revision history for this message
Lewdmole (493pocbrcycmdw7yksonho9o2qzzq06652mtv6nw767dautd9im529ah6j-admin-d18ecat4t1b76tkfi3vttrkfngli4hci2jxl2sxy9j3h0x9j9k8q3kmsgv) wrote :

@Serge,

Let me know what else we could try to diagnose this problem.

This is the same VM machine created via vmbuilder with LVM volumes:

lvcreate -L26G -n vm5 virtualvg

vmbuilder.partition

root 20000
swap 6000

boot.sh

# Install openssh-server
apt-get update
apt-get install -qqy --force-yes openssh-server

vmbuilder kvm ubuntu \
--suite=precise \
--flavour=virtual \
--arch=amd64 \
--mem=512 \
--hostname=vm5 \
--bridge=br0 \
--mirror=http://de.archive.ubuntu.com/ubuntu \
-o --libvirt=qemu:///system \
--ip x.x.x.x \
--mask x.x.x.x \
--net x.x.x.x \
--bcast x.x.x.x \
--gw x.x.x.x \
--dns 8.8.8.8 \
--part=/var/lib/libvirt/images/vm5/vmbuilder.partition \
--raw=/dev/mapper/virtualvg-vm5 \
--templates=/var/lib/libvirt/images/kvm-custom-temp \
--user=tuser \
--name=Temp User \
--pass=xxx \
--addpkg=vim-nox \
--addpkg=acpid \
--firstboot=/var/lib/libvirt/images/vm5/boot.sh \
2>&1 | tee vmbuilder-install-lvm-based-log.txt

The VM hangs taking 100% CPU!

There is screenshot: