similar to: Unsupported network type ethernet using LXC

Displaying 20 results from an estimated 400 matches similar to: "Unsupported network type ethernet using LXC"

2016 Apr 11
2
Re: [Bug 1325687] network type="ethernet" not supported with LXC
Thanks Cole. I need to use network type="ethernet" with LXC instead of Qemu. I have reopened my bug. On Mon, Apr 11, 2016 at 8:25 PM, Cole Robinson <crobinso@redhat.com> wrote: > On 04/11/2016 09:24 AM, abhishek jain wrote: > > Hi Team > > > > I'm trying to launch LXC VM with libvirt 1.2.12 having commit > >
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
2016 Apr 12
0
Re: [Bug 1325687] network type="ethernet" not supported with LXC
Hi Cole I tested the LXC VM with libvirt 1.2.12 after applying the patch http://www.redhat.com/archives/libvir-list/2016-April/msg00505.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">
2016 Apr 11
0
Re: [Bug 1325687] network type="ethernet" not supported with LXC
On 04/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> >
2012 Jan 12
2
Doom Builder 1
My primary use for Wine is to run an application called Doom Builder 1.86. It's a GUI-based level editor for the 1994 id Software game Doom. It is available at http://www.doombuilder.com/ In Wine versions 1.3.28 and below this has always run without major problems, the only "workarounds" being to put msvbsm60.dll and oleaut32.dll in the program folder, and set oleaut32 native in
2015 Aug 26
2
grub.conf
Thank you so much!!! It worked. On Tue, Aug 25, 2015 at 8:04 PM, Barry Brimer <lists at brimer.org> wrote: > Thanks for reply. >> >> I replaced break=y with init=/bin/sh. >> In that case case system just hangs with the following message. >> "Freeing unused kernel memory : 400k freed". >> >> Thanks!! >> Sachin >> >> On Tue,
2004 Nov 12
3
xen dies on Linux agpgart interace
Xen appears to kernel panic. Boot up terminates and hangs with the message "agpgart: Maximum main memory to use for agp memory: 152 M. " This is a compiled Xen-2.0 latest snapshot with agp support in the kernel. Has anyone else had similar problems with agp? Nate ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express
2015 Aug 26
2
grub.conf
Thanks for reply. I replaced break=y with init=/bin/sh. In that case case system just hangs with the following message. "Freeing unused kernel memory : 400k freed". Thanks!! Sachin On Tue, Aug 25, 2015 at 7:16 PM, Barry Brimer <lists at brimer.org> wrote: > My grub.conf is as following. >> >> title Linux Init Break >> kernel /vmlinuz root=/dev/sda6 ro
2017 Aug 04
2
menu.c32 background problem
On 8/4/17, Ady Ady via Syslinux <syslinux at zytor.com> wrote: > >> Note, I am using syslinux from Ubuntu 16.04.2, presume that is 6.03. >> >> Regards, >> Barry > > Before investing time in replying to each different (unexpected) > behavior, I would suggest testing with *pre-built* binaries from > 6.04-pre1 downloaded from kernel.org (considering the
2014 Aug 27
1
[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
On Wed, Aug 27, 2014 at 10:34 AM, Christopher Covington <cov at codeaurora.org> wrote: > On 08/27/2014 12:19 PM, Andy Lutomirski wrote: >> On Wed, Aug 27, 2014 at 9:13 AM, Christopher Covington >> <cov at codeaurora.org> wrote: > > Virtme looks interesting. If it's any use, here is my modest QEMU command line > collection. > >
2014 Aug 27
1
[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
On Wed, Aug 27, 2014 at 10:34 AM, Christopher Covington <cov at codeaurora.org> wrote: > On 08/27/2014 12:19 PM, Andy Lutomirski wrote: >> On Wed, Aug 27, 2014 at 9:13 AM, Christopher Covington >> <cov at codeaurora.org> wrote: > > Virtme looks interesting. If it's any use, here is my modest QEMU command line > collection. > >
2017 Aug 05
1
menu.c32 background problem
On 8/5/17, Ady Ady via Syslinux <syslinux at zytor.com> wrote: > Since you are using only 2 menu entries, would you consider the > possibility of using the msg file(s) and the boot prompt, while > avoiding the use of (vesa)menu.c32 for this particular project? If you > do, there is room for improvements. > > Thanks for the info. Yes, I previously did not have a menu, for
2016 Nov 22
2
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
See inline comments: On Tue, 22 Nov 2016 12:04:57 -0500 Gaiseric Vandal via samba <samba at lists.samba.org> wrote: > I am trying to configuring Samba 4 classic PDC to trust Windows > 2012 domain "DomainB" - the PDC is running Windows 2012 but the > forest and domain functional levels are still Windows 2008. On the > Win 2012 PDC I try to set up an incoming trust,
2015 Aug 26
2
grub.conf
Hello Everyone, My grub.conf is as following. title Linux Init Break kernel /vmlinuz root=/dev/sda6 ro rootwait break=y initrd /initrd.gz What I expect is by adding *break=y* to cmdline, init will pause early in the boot process and launch an interactive sh shell which can be used for troubleshooting purposes. But kernel is disregarding break=y. And it loads up without launching sh shell.
2016 Jul 07
0
vfio driver using libvirt
Hi Team I need to run vfio driver using qemu and I'm using below xml file for this.. <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>instance</name> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <vcpu
2007 Jun 06
1
tftp, slackware and aliased eth0
Hello, I am writting this list in regards to a limitation of the tftpd service. I am not sure if this is the correct list to address but here is what I have found. After setting up a slackware machine and adding the tftpd and dhcpd services I needed the machine to listen for dhcpd client requests on multiple subnets so the machine was multihomed using aliased interfaces as such: eth0.subnet001
2014 Feb 18
3
Re: Problems with qemu-system-arm and isa-serial
On Tue, Feb 18, 2014 at 09:10:58AM +0100, Martin Kletzander wrote: > On Mon, Feb 17, 2014 at 05:01:05PM +0100, Niccolo Rigacci wrote: > > Hi, > > > > I'm trying to use libvirt for an armel virtual machine hosted > > into an x86_64 box. > > > > I know the command line to start qemu-system-arm directly, but I > > cannot figure a proper .xml
2014 Feb 18
0
Re: Problems with qemu-system-arm and isa-serial
On Tue, Feb 18, 2014 at 09:33:01AM +0100, Martin Kletzander wrote: > > > > > Wahtever I do in libvirt, I get this paramter added: > > > > > > -device isa-serial > > > > > > > and this is new-style for x86 qemu, however, arm-based qemu haven't > > adopted this option yet. > > > > To be a bit more precise, only *some*
2015 Aug 26
0
grub.conf
> Thanks for reply. > > I replaced break=y with init=/bin/sh. > In that case case system just hangs with the following message. > "Freeing unused kernel memory : 400k freed". > > Thanks!! > Sachin > > On Tue, Aug 25, 2015 at 7:16 PM, Barry Brimer <lists at brimer.org> wrote: > >> My grub.conf is as following. >>> >>> title
2015 Aug 26
0
grub.conf
On Tue, 25 Aug 2015, Sachin Gupta wrote: > Thank you so much!!! > It worked. > > On Tue, Aug 25, 2015 at 8:04 PM, Barry Brimer <lists at brimer.org> wrote: > >> Thanks for reply. >>> >>> I replaced break=y with init=/bin/sh. >>> In that case case system just hangs with the following message. >>> "Freeing unused kernel memory :