search for: rdevic

Displaying 20 results from an estimated 44 matches for "rdevic".

Did you mean: rdevice
2008 Nov 11
1
Rdevices.h is not Included in Recent Packages
Hi, I am trying to install RSRuby (http://rubyforge.org/projects/rsruby/) which somewhat analogous to RPy. Installation fails using the cran R 2.8.0 packages for Ubuntu Intrepid because RDevices.h does not appear to be included in the r-cran-core package as it was previously. It is in the rbase_2.8.0.orig.tar.gz in the same directory meaning it hasn't been taken out of R altogether, and I couldn't find it in any other packages in the same directory. A quick check suggests the sa...
2006 Apr 28
2
Device 0 (vif) could nto be connected: backend device not found
...wait_for_devices failed. Traceback (most recent call last): File "/usr/lib/python/xen/web/SrvBase.py", line 85, in perform return op_method(op, req) File "/usr/lib/python/xen/xend/server/SrvDomain.py", line 72, in op_wait_for _devices return self.dom.waitForDevices() File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1343, in waitForDevi ces self.waitForDevices_(c) File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 971, in waitForDevic es_ return self.getDeviceController(deviceClass).waitForDevices() F...
2017 May 04
4
[PATCH 0/3] generator: Allow returned strings to be annotated as devices.
If we want to permit more than 255 drives to be added, then we will have to add the disks to the same virtio-scsi target using different unit (LUN) numbers. Unfortunately SCSI LUN enumeration in the Linux is not deterministic (eg. two disks with target=0, lun=[0,1] can be enumerated as /dev/sda or /dev/sdb randomly). Dealing with that will require some very complex device name translation on the
2008 Oct 27
1
R 2.8.0 for Debian etch
...es and binaries for i386 and amd64 are at your disposal. I also updated the README to include a short howto for using R 2.8.0 from unstable on testing (lenny), which is currently frozen. This currently pulls the current pcre from unstable, next to the current R packages. By removing references to Rdevices.h, I was able to provide updated packages of rkward 0.4.9a (i386 and amd64) and python-rpy (currently i386 only, amd64 will probably follow soon) as well. As usual, the latest recommended packages are updated, as well as littler and RODBC. Please report any problems you might encounter to this l...
2011 Aug 14
2
Problem installing R Commander plugin...
...ter? defaults to ?int? tcltkimg.c:201: warning: type of ?clientDataPtr? defaults to ?int? tcltkimg.c:206: warning: implicit declaration of function ?Tcl_AppendResult? tcltkimg.c:207: error: ?TCL_ERROR? undeclared (first use in this function) tcltkimg.c:215: error: ?RplotMaster? has no member named ?Rdevice? tcltkimg.c:218: error: ?RplotMaster? has no member named ?Rdevice? tcltkimg.c:218: error: ?RplotMaster? has no member named ?image? tcltkimg.c:219: error: ?RplotMaster? has no member named ?width? tcltkimg.c:219: error: ?RplotMaster? has no member named ?height? tcltkimg.c:219: error: ?TCL_OK? un...
2006 Apr 28
0
Re: SOLVED: Device 0 (vif) could nto be connected: backend device not found
...gt; call last): > > File "/usr/lib/python/xen/web/SrvBase.py", line 85, in perform > > return op_method(op, req) > > File "/usr/lib/python/xen/xend/server/SrvDomain.py", line 72, in > op_wait_for _devices > > return self.dom.waitForDevices() > > File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1343, in > waitForDevi ces > > self.waitForDevices_(c) > > File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 971, in > waitForDevic es_ > > return self.get...
2017 Jul 14
0
[PATCH 13/27] daemon: Reimplement ‘list_ldm_(volumes|partitions)’ APIs in OCaml.
..._core.ml index bfd96589e..331a5feb1 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -8114,6 +8114,7 @@ The capabilities set C<cap> should be passed in text form { defaults with name = "list_ldm_volumes"; added = (1, 20, 0); style = RStringList (RDevice, "devices"), [], []; + impl = OCaml "Ldm.list_ldm_volumes"; optional = Some "ldm"; shortdesc = "list all Windows dynamic disk volumes"; longdesc = "\ @@ -8124,6 +8125,7 @@ device names." }; { defaults with name = "lis...
2012 May 14
0
phyloclim could not be installed in linux - problems on tkrplot dependence
...3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=C LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.15.0 ##################################################################### # (3) my systems info > Sys.info() sysname release "Linux&qu...
2017 Jul 14
0
[PATCH 05/27] daemon: Reimplement several devsparts APIs in OCaml.
...ml index a6eb2c273..94391288f 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -1817,6 +1817,7 @@ is I<not> intended that you try to parse the output string." }; { defaults with name = "list_devices"; added = (0, 0, 4); style = RStringList (RDevice, "devices"), [], []; + impl = OCaml "Devsparts.list_devices"; tests = [ InitEmpty, Always, TestResult ( [["list_devices"]], @@ -1833,6 +1834,7 @@ See also C<guestfs_list_filesystems>." }; { defaults with name = "list_par...
2011 Oct 17
0
rpy2 pie chart
I am trying to create a pie chart using rpy2 of the following data Pathway Occurrences A 10% B 50% C 20% E 10% filename = './testing.png' grdevices = importr('grDevices') rdevices.png(file=filename, width=1200, height=800) dataf = Robjects.DataFrame({'pathways':Robjects.StrVector(Pathways), occurrences' : Robjects.FloatVector(Occurrences) }) pie = ggp...
2005 Apr 02
2
Building new graphic device drivers with g++
.... Is there a file that defines the compiler switches for R CMD SHLIB compiling? Here is an example code: =devNull.cpp============================================================ ====================== #include <R.h> #include <Rinternals.h> #include <Rgraphics.h> #include <Rdevices.h> #include <R_ext/GraphicsDevice.h> #include <R_ext/GraphicsEngine.h> extern "C" { static Rboolean nullDeviceDriver(NewDevDesc *dev); SEXP do_devNULL() { NewDevDesc *dev = NULL; GEDevDesc *dd; R_CheckDeviceAvailable(); if (!(dev = (NewDevDesc *) callo...
2007 Mar 16
7
how to send mp3 inline?
hey all, I''m trying to do a: send_file @file, :type => ''audio/mp3'', :disposition => ''inline'' ,:stream=>true I tried with all browsers and it always asks me to download the file or open it with a player. Is there a way to make it open in the embeded player (QT,Windows media player,Mplayer etc)? Only with konqueror if I open in new tab then I
2017 Jul 14
0
[PATCH 14/27] daemon: Reimplement ‘lvs’ API in OCaml.
...tions_core.ml b/generator/actions_core.ml index 331a5feb1..f6f006eee 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -1732,6 +1732,7 @@ See also C<guestfs_vgs_full>." }; { defaults with name = "lvs"; added = (0, 0, 4); style = RStringList (RDevice, "logvols"), [], []; + impl = OCaml "Lvm.lvs"; optional = Some "lvm2"; tests = [ InitBasicFSonLVM, Always, TestResult ( -- 2.13.2
2018 Apr 09
5
[PATCH 0/3] daemon: generate almost all the API OCaml interfaces
Hi, as a followup for the signature fix for mount_vfs [1], here it is a patch series to generate automatically most of the OCaml interfaces of daemon actions. Only the Lvm and Mount modules are left with hand-written interfaces. [1] https://www.redhat.com/archives/libguestfs/2018-April/msg00059.html Thanks, Pino Toscano (3): daemon: directly use Optgroups daemon: use the structs from the
2017 Jul 27
23
[PATCH v3 00/23] Reimplement many daemon APIs in OCaml.
I think this fixes everything mentioned: - Added the Optgroups module as suggested. - Remove command temporary files. - Replace command ~flags with ?fold_stdout_on_stderr. - Nest _with_mounted function. - Rebase & retest. Rich.
2017 Jul 21
27
[PATCH v2 00/23] Reimplement many daemon APIs in OCaml.
v1 was posted here: https://www.redhat.com/archives/libguestfs/2017-July/msg00098.html This series now depends on two small patches which I posted separately: https://www.redhat.com/archives/libguestfs/2017-July/msg00207.html https://www.redhat.com/archives/libguestfs/2017-July/msg00209.html v1 -> v2: - Previously changes to generator/daemon.ml were made incrementally through the patch
2017 Jun 05
19
[PATCH v3 00/19] Allow APIs to be implemented in OCaml.
v2 was here: https://www.redhat.com/archives/libguestfs/2017-June/msg00008.html This series gets as far as a working (and faster) reimplementation of ‘guestfs_list_filesystems’. I also have another patch series on top of this one which reimplements the inspection APIs inside the daemon, but that needs a bit more work still, since inspection turns out to be a very large piece of code. Rich.
2017 Jul 14
45
[PATCH 00/27] Reimplement many daemon APIs in OCaml.
Previously posted as part of the mega utilities/inspection series here: https://www.redhat.com/archives/libguestfs/2017-June/msg00232.html What I've done is to extract just the parts related to rewriting daemon APIs in OCaml, rebase them on top of the current master, fix a few things, and recompile and test everything. Rich.
2017 Jun 03
12
[PATCH v2 00/12] Allow APIs to be implemented in OCaml.
Version 1 was here: https://www.redhat.com/archives/libguestfs/2017-June/msg00003.html This patch series reimplements a few more APIs in OCaml, including some very important core APIs like ?list_filesystems? and ?mount?. All the tests pass after this. The selection of APIs that I have moved may look a little random, but in fact they are all APIs consumed by the inspection code (and some more
2018 Apr 09
0
[PATCH 3/3] daemon: autogenerate most of OCaml interfaces
...uot;Mountable.t" + | PlainString + | Device + | Pathname + | FileIn + | FileOut + | Key + | GUID + | Filename + | Dev_or_Path -> "string" + in + let type_for_rstringt = function + | RMountable -> "Mountable.t" + | RPlainString + | RDevice -> "string" + in + List.iter ( + function + | OBool n -> pr "?%s:bool -> " n + | OInt n -> pr "?%s:int -> " n + | OInt64 n -> pr "?%s:int64 -> " n + | OString n -> pr "?%s:string -> " n + | OStringList...