Displaying 4 results from an estimated 4 matches for "c980aab4de34".
2016 Apr 11
2
Re: [Bug 1325687] network type="ethernet" not supported with LXC
...> > Hi Team
> >
> > I'm trying to launch LXC VM with libvirt 1.2.12 having commit
> > *22cff52a2b8e06c913b1f97767e5d3**90fb17fc3b *with below XML
> configuration..
> >
> > <domain type="lxc">
> > <uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid>
> > <name>test</name>
> > <memory>524288</memory>
> > <vcpu>1</vcpu>
> > <os>
> > <type machine="virt">exe</type>
> > <cmdline>root=/dev/ram0 rw console=ttyAMA0 ro...
2016 Apr 11
2
Re: [Bug 1325687] network type="ethernet" not supported with LXC
Hi Team
I'm trying to launch LXC VM with libvirt 1.2.12 having commit
*22cff52a2b8e06c913b1f97767e5d3**90fb17fc3b *with below XML configuration..
<domain type="lxc">
<uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid>
<name>test</name>
<memory>524288</memory>
<vcpu>1</vcpu>
<os>
<type machine="virt">exe</type>
<cmdline>root=/dev/ram0 rw console=ttyAMA0 rootwait
earlyprintk</cmdline>
<init>/bin/sh&l...
2016 Apr 12
0
Re: [Bug 1325687] network type="ethernet" not supported with LXC
...0505.html
I'm now getting following errors..
virsh -c lxc: start test
error: Failed to start domain test
error: internal error: Unsupported network type ethernet
I'm using the below XML file for launching LXC VM..
<domain type="lxc">
<uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid>
<name>test</name>
<memory>524288</memory>
<vcpu>1</vcpu>
<os>
<type machine="virt">exe</type>
<cmdline>root=/dev/ram0 rw console=ttyAMA0 rootwait earlyprintk</cmdline>
<init>/bin/sh&l...
2016 Apr 11
0
Re: [Bug 1325687] network type="ethernet" not supported with LXC
...11/2016 09:24 AM, abhishek jain wrote:
> Hi Team
>
> I'm trying to launch LXC VM with libvirt 1.2.12 having commit
> *22cff52a2b8e06c913b1f97767e5d3**90fb17fc3b *with below XML configuration..
>
> <domain type="lxc">
> <uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid>
> <name>test</name>
> <memory>524288</memory>
> <vcpu>1</vcpu>
> <os>
> <type machine="virt">exe</type>
> <cmdline>root=/dev/ram0 rw console=ttyAMA0 rootwait earlyprintk</cmdline...