On 11/05/2011 10:11 PM, sean darcy wrote:
On 11/04/2011 09:55 PM, sean darcy wrote:
> libvirt-0.9.6-2.fc15.x86_64
> virt-manager-0.9.0-7.fc15.noarch
>
> I'm trying to use virt-manager create a simple lxc app container just to
> see how it works. App is /bin/sh, 128 megs, 1 cpu.
>
> All seems to go well, but when I click "Finish" and the "Creating
> Virtual Machine" box comes up, "Creating Domain..." stays at 0B
though
> the slider keeps going back and forth.
>
> Nothing in /var/log/libvirt/libvirtd.log
>
> No relevant log in /var/log/libvirt/qemu/
>
> Any help appreciated.
>
> sean
I did find a log entry:
cat /var/log/libvirt/lxc/bash.log
2011-11-04 21:27:10.539: starting up
PATH=/sbin:/usr/sbin:/bin:/usr/bin LIBVIRT_DEBUG=3
LIBVIRT_LOG_OUTPUTS=3:stderr /usr/libexec/libvirt_lxc --name bash
--console 27 --handshake 30 --background --veth veth1
FWIW, I let the dialog box run all night! No success.
sean
Looks like your guest was started successfully, you can
check if it's true by:
# virsh -c lxc:/// list --all
If it's true, it might be problem of virt-manager, and you
should ask in virt-tools list instead.
Osier