search for: gabx

Displaying 16 results from an estimated 16 matches for "gabx".

Did you mean: gabe
2014 Feb 15
2
lxc and cgroups
Dear list, I am bulding a VM using libvirt and lxc for linux container. I have an issue with my cgroups settings: gabx@hortensia ➤➤ ~ # virsh start dahlia error: Failed to start domain dahlia error: internal error: No valid cgroup for machine dahlia My environement: Host : Arch Linux - systemd 208-11, libvirt 1.2.1-4 guest : Arch Linux , machine name : dahlia , /etc/libvirt/lxc/dahlia.xml , mounted in /machine/d...
2014 Feb 12
2
Re: LXC container driver
> > NB user namespaces are a fairly new piece of functionality that > is still somewhat rough around the edges. You usuaully want to > have the most recent kernel.org stable kernel available when > using this. > Yes, I confirm it is a little bit touchy for me. gabx@hortensia ➤➤ ~ % uname -a Linux hortensia 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64 GNU/Linux I do think my kernel is not too old. > > They are broadly speaking functionally equivalent but using libvirt gives > you all the usual benefits libvirt has. Stable API, ac...
2014 Feb 12
2
LXC container driver
Dear all, I am slowly building a Arch Linux VM guest on my Arch Linux host. The guest machine is now built and is recognized as shown by this command : gabx@hortensia ➤➤ ~ % machinectl list MACHINE CONTAINER SERVICE dahlia container nspawn 1 machines listed. I an following the libvirt.org documentation. Now, according this page[1] about lxc driver, i am dealing with namespace requirements. This sente...
2014 Feb 12
1
Re: LXC container driver
...</vcpu> > </os> > <devices> > <emulator>/usr/lib/libvirt/libvirt_lxc</emulator> * it is the > path on Arch > <console type='pty'/> > </devices> > </domain> > > Unfortunately : > > gabx@hortensia ➤➤ /drawer/vm # virsh define dahlia.xml > error: Failed to define domain from dahlia.xml > error: internal error: unexpected domain type lxc, expecting one of > these: qemu, kqemu, kvm, xen > > What is wrong ? You didn't specify any URI for the hypervisor so libvirt w...
2014 Feb 15
0
Re: lxc and cgroups
I must add I can boot the container this way : gabx@hortensia ➤➤ ~ # systemd-nspawn -bD /machine/dahlia A few error messages at boot : Set hostname to <dahlia>. Failed to verify GPT partition /dev/sdb1: No such file or directory /usr/lib/systemd/system- generators/systemd-gpt-auto-generator exited with exit status 1. # blkid /dev/sdb1: UU...
2014 Aug 12
2
Re: issue when building/making package from git
On Tue, Aug 12, 2014 at 5:44 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > > Please try my suggestions here: > > https://www.redhat.com/archives/libguestfs/2014-August/msg00099.html > :: Synchronizing package databases... core is up to date extra is up to date community 2.3 MiB 3.07M/s 00:01
2014 Feb 10
2
Re: libvirt/qemu and cgroups
...es or containers created by libvirt will be associated with machine.slice by default. Following above lines, I am thus not sure of the correct name of my .slice systemd file. When trying to avoid any issue, the guest is on the root of my filesystem in /dhalia. directory. This directory is owned by gabx:qemu (not sure it is useful, but when I created it, it came with these owners)
2015 Sep 08
1
Build rpm package for R-MKL
...H}:/opt/intel/bin Now I am left with only one issue, the texinfo stuff. Bzw, are you interested in my spec file to build R with MKL and ICC ? I would be happy this can help other Fedora users. Thank you for your attention. > > ~tom > > == > Red Hat -- google.com/+arnaudgabourygabx
2014 Feb 10
0
Re: libvirt/qemu and cgroups
...bvirt will be associated with > machine.slice by default. > > Following above lines, I am thus not sure of the correct name of my > .slice systemd file. When trying to avoid any issue, the guest is on > the root of my filesystem in /dhalia. directory. This directory is > owned by gabx:qemu (not sure it is useful, but when I created it, it > came with these owners) Lets say you want a 2 level hierarchy for the guest from your example above. In the libvirt XML you would set the partition name to: /machine/dahlia this corresponds to a systemd slice call machine-dahlia.sli...
2014 Feb 12
0
Re: LXC container driver
...t and PID1 is init on my Arch box <vcpu>4</vcpu> </os> <devices> <emulator>/usr/lib/libvirt/libvirt_lxc</emulator> * it is the path on Arch <console type='pty'/> </devices> </domain> Unfortunately : gabx@hortensia ➤➤ /drawer/vm # virsh define dahlia.xml error: Failed to define domain from dahlia.xml error: internal error: unexpected domain type lxc, expecting one of these: qemu, kqemu, kvm, xen What is wrong ? [1]http://libvirt.org/drvlxc.html [2]https://access.redhat.com/site/documentation/en-US...
2014 Feb 12
0
Re: LXC container driver
On Wed, Feb 12, 2014 at 12:51:10PM +0100, arnaud gaboury wrote: > Dear all, > > I am slowly building a Arch Linux VM guest on my Arch Linux host. > > The guest machine is now built and is recognized as shown by this command : > > gabx@hortensia ➤➤ ~ % machinectl list > MACHINE CONTAINER SERVICE > dahlia container nspawn > > 1 machines listed. > > I an following the libvirt.org documentation. Now, according this > page[1] about lxc driver, i am dealing with...
2019 Jun 14
0
compiler flags for performance
...ared to distro's package which is built with -O2 -mtune=generic > and no ltos. > > Would there be other(better) way to test core R? > > What king of R perf increases do you guys see with compiler's opt flags, > if any? > > regards, L. > > [0] https://github.com/gabx/R-project/tree/master/R-mkl > > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > [[alternative HTML version deleted]]
2014 Aug 13
2
Re: How make check with test-harder.sh screw my box !!!!!
...ults are at least here: > > Testsuite summary for supermin 5.1.9 > ============================================================================ > # TOTAL: 8 > # PASS: 8 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 0 > # XPASS: 0 > # ERROR: 0 > > see https://github.com/gabx/supermin for my commits It seems the main effect of the changes was to accidentally disable network tests. USE_NETWORK=1 command and USE_NETWORK=1 command have quite different effects in bash. Anyway an easier way to do that is to: ./configure --disable-network-tests Rich. -- Richard Jo...
2014 Feb 09
3
libvirt/qemu and cgroups
Dear list, I am building a Arch server on my Arch box. My tools are QEMU/KVM and libvirt to manage the guest, systemd as system manager. I am looking at implementing the Linux Control Groups facilities for resource management. Even after long hours of reading, I am not quite sure about how to deal with the cgroups facilities. First, do I really need to care about all that, or libvirt and
2019 Jun 14
2
compiler flags for performance
On 13/06/2019 16:14, Dirk Eddelbuettel wrote: > On 13 June 2019 at 16:05, lejeczek via R-devel wrote: > | I'd like to ask, and I believe this place here should be best as who can > | know better, if building R with different compilers and opt flags is > | something worth investing time into? > | > | Or maybe this a subject that somebody has already investigated. If yes >
2015 Sep 30
1
Build R with MKL and ICC
.../exec/R >> linux-vdso.so.1 (0x00007ffe305f9000) >> libmkl_rt.so => /opt/intel/mkl/lib/intel64_lin/libmkl_rt.so (0x00007f216c9e3000) >> ................................. [0]https://software.intel.com/en-us/search/site/language/en?query=-lm -- google.com/+arnaudgabourygabx