Displaying 2 results from an estimated 2 matches for "791640de".
2014 Jan 22
3
running LXC hello world example
...t;/domain>
[root@terraria ~]# virsh define helloworld.xml
Domain helloworld defined from helloworld.xml
[root@terraria ~]# virsh start helloworld
error: Failed to start domain helloworld
error: internal error guest failed to start: PATH=/bin:/sbin TERM=linux
container=lxc-libvirt container_uuid=791640de-95a9-082c-7292-c55106bcdca9
LIBVIRT_LXC_UUID=791640de-95a9-082c-7292-c55106bcdca9
LIBVIRT_LXC_NAME=helloworld /bin/sh
error receiving signal from container: Input/output error
---
As you can see, I am getting an error. How do I go about diagnosing this
error? This is a fresh install so the only...
2014 Jan 22
0
Re: running LXC hello world example
...~]# virsh define helloworld.xml
> Domain helloworld defined from helloworld.xml
>
> [root@terraria ~]# virsh start helloworld
> error: Failed to start domain helloworld
> error: internal error guest failed to start: PATH=/bin:/sbin TERM=linux
> container=lxc-libvirt container_uuid=791640de-95a9-082c-7292-c55106bcdca9
> LIBVIRT_LXC_UUID=791640de-95a9-082c-7292-c55106bcdca9
> LIBVIRT_LXC_NAME=helloworld /bin/sh
> error receiving signal from container: Input/output error
>
> ---
>
> As you can see, I am getting an error. How do I go about diagnosing this
> error...