similar to: executable files R package

Displaying 20 results from an estimated 10000 matches similar to: "executable files R package"

2012 Feb 13
1
Including .exe files in an R package
I am in the process of creating a package in R which calls pre-compiled C code i.e. '.exe' files In reading the manual, I came across this: "A source package if possible should not contain binary executable files: they are not portable, and a security risk if they are of the appropriate architecture. R CMD check will warn about them2 unless they are listed (one filepath per line) in
2010 Jun 10
3
Package not on CRAN mirrow - what now?
Package arulesSequences isn't on CRAN for automatic package install. I downloaded a *.tar.qz version because no *.zip for Windows offered. Why is this? I expanded *.tar.qz in ~R/R-2.11.0/library/arulesSequences I then assumed that R would list it in the packages list but it doesn't. What am I doing wrong ? Regards
2012 Jul 10
1
info about R arulesSequences
Hi all, I'm new with R, recently I began to use the package "arulesSequences" but the algorithm cspade give me this error: Error en makebin(data, file) : 'sid' invalid when I did executed this script, x = read_baskets("transactions.basket",sep=",",info=c( "eventID", "sequenceID","SIZE")) s <- cspade(x, parameter =
2012 Apr 04
2
CSPADE error: system invocation error
Hi, I am trying to use the CSPADE function as part of the ArulesSequences package. When running with my own data I get a system invocation error, and also get the same when running the built in example with the zaki data: > example(cspade) And get the following error: preprocessing ...Error in cspade(zaki, parameter = list(support = 0.4), control = list(verbose = TRUE)) : system
2011 Aug 28
2
cspade error
Hi, I'm using the cspade function from the arulesSequences package on linux and keep getting the error: "Error in makebin(data, file) : 'sid' invalid" any information on how to solve this would be much appreciated. Thanks. -- View this message in context: http://r.789695.n4.nabble.com/cspade-error-tp3774834p3774834.html Sent from the R help mailing list archive at
2012 Jan 18
1
png cairo device problems on Mac 10.6.8
Hi all, I have been having problems generating png files on a Mac running OS X 10.6.8. Here's a simple example > png("foo.png", type = "cairo"); plot(1:10); dev.off(); null device 1 libpng warning: Application built with libpng-1.2.26 but running with 1.5.2 The resultant file is of size 0 Kb. Is this the proper place to report this issue? Or should
2013 Aug 15
6
Error while adding volume through virsh
Hi, I was trying to add volume...I got one xml snippet and I modified it according to my node configuration: < volume> <name>testNode/cluster.vmdk </name> <allocation>0 </allocation> <capacity unit='G'>2<capacity> </volume> Now when I executed "virsh vol-create datastore1 /local/new_volume.xml" one error message came saying:
2013 Jan 23
4
Not able to do ssh with libvirt
Hi, I am having issue while doing *ssh* to a virtual node through libvirt. The nodes's ip address is 192.168.82.1. When I am giving the command it is giving the following error message: *virsh# connect vbox+ssh://192.168.82.1/session* *Password:* *error: Failed to connect to the hypervisor* *error: End of ifle while reading data: sh: nc: command not found: Input/output error.* Can anyone
2019 Apr 29
1
Re: Error connecting to hypervisor
On Sat, 27 Apr 2019 at 12:53, Michal Prívozník <mprivozn@redhat.com> wrote: > > On 4/23/19 11:56 PM, Sukrit Bhatnagar wrote: > > Hi, > > > > I have compiled and installed libvirt from git checkout > > and started libvirtd service. The version is 5.3.0 and > > I have done system-wide installation. > > > > When I do a `virsh list`, I get the
2013 Aug 16
1
Re: Error while adding volume through virsh
Hi Ján, Thanks a lot for the suggestion. It worked and volume is added to the datastore. Now if I try to start the node it gives an error saying: Error: internal error: Could not start domain: FileNotFound - File [datastore1] testNode/cluster.vmdk was not found." But .vmdk file exist at this location. What is going wrong here can anyobe plz suggest. Below is my xml: <domain
2013 Aug 03
1
Re: Libvirt not getting connected to ESX server
Thanks a ton for the reply Matthias. I tried your suggestion but now I got one more message saying: *virsh # connect esx://172.16.73.14/?no_verify=1* *Enter username for 172.16.73.14 [root]: root* *Enter root's password for 172.16.73.14: * *error: Failed to connect to the hypervisor* *error: internal error: curl_easy_perform() returned an error: Unsupported protocol (1) : Protocol https not
2013 Sep 26
2
Is it possible to attach a harddisk to an ESX node
Hi, Is it possible to attach a harddisk to an ESX node later after creating/defining it? If yes, can anyone tell me how to do it? Regards, Varun
2013 Sep 28
2
libvirt: How to boot VM in esx?
Hi, Im not able to boot my VM on esx hypervisor using libvirt. It says NO Operating System found. Can anyone help? Regards, Varun
2013 Jun 19
2
Re: Not able to open Xen Connection using libvirt
No it was not booted with xen kernel. Actually I tried booting it with xen kernel but I am getting a message saying Error No 15 : File not found. I tried editing the grub entry and noticed that there are 3 entries: 1) kernel /boot/xen.gz vga= mode-0x345 2) module /boot/vmlinuz-3.0.13-0.27-xen....... 3) module /boot/initrd-3.0.13-0.27-xen And in /boot i listed down the files, only xen.gz is there.
2013 Jan 24
1
not able to stop vmware player node through libvirt API
Hi, I have started one node through libvirt API using its start method. I am trying to stop that node using the *destroy *method provided by the API but I am not able to do so. Instead, I am getting one message saying: *libvir: error: internal error Child process (vmrun -T player stop /root/test_folder/myImage.vmx soft) unexpected exit status 255* Can anybody tell me why I am not able to stop
2019 Apr 23
2
Error connecting to hypervisor
Hi, I have compiled and installed libvirt from git checkout and started libvirtd service. The version is 5.3.0 and I have done system-wide installation. When I do a `virsh list`, I get the following error: error: failed to connect to the hypervisor error: Unable to encode message header Similarly, the libvirtd instance shows the following error: 2019-04-23 21:36:57.777+0000: 1807: info :
2013 Aug 01
2
Libvirt not getting connected to ESX server
Hi, I was trying to connect to ESX server using libvirt's virsh console but I am getting the following error: *virsh# connect esx://172.16.73.14* *Enter username for 172.16.73.14 [root]: root* *Enter root's password for 172.16.73.14:* *error: Failed to connect to the hypervisor* *error: internal error curl_easy_perform() returned an error: Peer certificate cannot be authenticated with
2019 Jun 06
2
Same host migration
Hi, I have been selected for GSoC'19 under qemu and was trying out migration of the pvrdma device. For my current task, I need to perform a "null" migration i.e. migrate the VM to the same host for testing purpose. I am using libvirt 5.1.0 on Fedora 30. >From what I know, libvirt does not allow this type of migration by default. Trying this: virsh migrate --unsafe --verbose
2013 Feb 12
1
Out of Memory Error
Hi, I am trying to attach a usb device to my virtualbox node using libvirt. My node is already running, I stop my node and then I am trying to add this usb device. I have a separate xml file defined for usb. It looks like this: *<device> <hostdev mode='subsystem' type='usb'> <source> <vendor id='0x4321'/> <product
2013 Aug 13
1
Re: Error while starting the node on ESXi hypervisor
Thanks a ton for the reply Matthias. I am little confused here. How to add volume on my esx server using virsh? I did SCP and copied my vmdk image to [datastore1] testNode/cluster.vmdk and also modified my xml file as you suggested. Now when I tried starting the node it gave me an error message saying: "error: Failed to start testNode error: internal error: Could not start domain: