search for: 89fd

Displaying 3 results from an estimated 3 matches for "89fd".

Did you mean: 89f8
2018 Mar 23
2
Attempt to define unprivileged LXC by libvirt
Hi, i converted LXC conf to xml by: lxcuser@blade1:~/.local/share/lxc/test_deb$ virsh -c lxc:/// domxml-from- native lxc-tools /home/lxcuser/.local/share/lxc/test_deb/config <domain type='lxc'> <name>test_deb</name> <uuid>cce77799-89fd-41fd-99c1-101e00844e23</uuid> <memory unit='KiB'>65536</memory> <currentMemory unit='KiB'>65536</currentMemory> <vcpu placement='static'>1</vcpu> <os> <type arch='x86_64'>exe</type> <init>/sbin/i...
2018 Mar 23
0
Re: Attempt to define unprivileged LXC by libvirt
...gt; i converted LXC conf to xml by: > > lxcuser@blade1:~/.local/share/lxc/test_deb$ virsh -c lxc:/// domxml-from- > native lxc-tools /home/lxcuser/.local/share/lxc/test_deb/config > > <domain type='lxc'> > <name>test_deb</name> > <uuid>cce77799-89fd-41fd-99c1-101e00844e23</uuid> > <memory unit='KiB'>65536</memory> > <currentMemory unit='KiB'>65536</currentMemory> > <vcpu placement='static'>1</vcpu> > <os> > <type arch='x86_64'>exe</type>...
2010 May 11
1
cpuid() fails on Syslinux 4
Hey, Gert reported me that cpuidtest.c32 reports weird stuff. After looking at it, I found a potential bug when the cpu vendor isn't detected from an exisiting list. That will be easy to fix, that's not the purpose of this mail. When investigating why the vendor was wrong, I found that a very old commit in the 4.0 branch generates unexpected results when calling cpuid(). This commit