search for: rtio

Displaying 3 results from an estimated 3 matches for "rtio".

Did you mean: ratio
2012 Dec 13
2
Installing Packages from a Local Repository
...ionInfo() getOption("repos") setwd("Q:/Integrated Planning/R") list.files(path = ".", recursive = TRUE) tools::write_PACKAGES("bin/windows/contrib/2.15", type = "win.binary") list.files(path = ".", recursive = TRUE) install.packages("RTIO") install.packages("RTIO", repos = "Q:/Integrated Planning/R") install.packages("RTIO", repos = "Q:/Integrated Planning/R", type = "win.binary") unlink(c("bin/windows/contrib/2.15/PACKAGES","bin/windows/contrib/2.15/PACKAGES.gz&...
2012 Nov 02
10
[PATCH 0/9] elflink fixes
...loc.c | 1 - com32/libutil/ansiraw.c | 19 +++++++++++++ core/diskstart.inc | 1 + core/include/core.h | 1 + core/pxelinux.asm | 16 ++--------- win/syslinux.c | 12 +++++--- 15 files changed, 120 insertions(+), 81 deletions(-) delete mode 100644 com32/lib/init.h -- 1.7.11.7
2012 Aug 06
2
using RBD with libvirt 0.9.13
...sh. I've managed to get virsh to define the domain, but it gives an error when trying to start the domain: error: Failed to start domain test0 error: internal error process exited while connecting to monitor: char device redirected to /dev/pts/3 kvm: -drive file=rbd:rbd/test0,if=none,id=drive-virtio-disk0,format=raw: error connecting kvm: -drive file=rbd:rbd/test0,if=none,id=drive-virtio-disk0,format=raw: could not open disk image rbd:rbd/test0: No such file or directory >From libvirt's QEMU log: 2012-08-06 18:36:57.788+0000: starting up LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/us...