similar to: Installation reg:-

Displaying 20 results from an estimated 4000 matches similar to: "Installation reg:-"

2006 Aug 31
1
Overriding InitTempDir
For embedded projects, one may want to eliminate the per-session temp directory created by InitTempDir() and just use a system-specific temp directory. Here's my solution: extern char *R_TempDir; void my_InitTempDir() { char *tmp; if (R_TempDir){ if (rmdir(R_TempDir) != 0){ perror("Fatal Error: could not remove R's TempDir!");
2018 Aug 30
2
R_tempDir
Gracias Eric, podría ser un problema de permiso por el antivirus nuevo desde el sistema, me pasó escribiendo un texto de Word, entre productos de Microsoft se bloquearon, aunque no vi mensaje alguno. Investigare su sugerencia. Javier El jue., 30 de ago. de 2018 12:11 PM, Eric <ericconchamunoz en gmail.com> escribió: > Hola Javier, Windows tiene el problema de que aunque reinstales
2018 Aug 30
2
R_tempDir
Hola, Prueba a localizar el directorio donde está R instalado y da permisos completos a toda la carpeta y subcarpetas. También pasa esto en linux y se soluciona de la misma manera. Saludos, Carlos Ortega www.qualityexcellence.es El 30 de agosto de 2018, 22:59, Javier Marcuzzi < javier.ruben.marcuzzi en gmail.com> escribió: > Estimados > > Probé la idea sobre permisos, en windows
2015 Mar 20
1
Re: libvirt-python Segfaults
Hi Harish, I believe the proper establishment of a connection should be done by libvirt.open() or libvirt.openAuth() or libvirt.openReadOnly(). All of them will return a functional virConnect instance. I'm not sure this segfault is worth to fix since instantiate a virConnect directly is not an expected usage. Hope this information will help you. Best Regards, Hao Liu +86-010-62608262
2018 Aug 30
2
R_tempDir
Estimados Hay algo que no sale como se espera, di todos los permisos desde el sistema dentro de las opciones de seguridad, y desde las carpetas como si todos fuesen administradores, pero el error continúa, sin embargo como usuario administrador no tiene inconvenientes, lógicamente no voy a andar todo el día como administrador porque ante un error el desastre que haría. Pensaré, intentaré, de
2018 Aug 30
2
R_tempDir
Estimados Tengo un error en windows 10, el mensaje dice : Error fatal: cannot create R_tempDir No tengo ni idea que pasó, esta semana no utilicé a R, hace dos semanas seguro que sí, en el medio aparece el error, desinstalé y reinstalé rstudio, de la misma forma R-Open de Microsoft 3.5.1, eliminé R client y visual studio fue actualizado ayer. Intenté iniciar RServer desde visual studio y no
2015 Oct 30
2
Re: Creating network interfaces with specific name in LXC
Thanks Martin. What I would like to achieve is govern the interface name created within the container, so that my application can take different actions on different interfaces (such as eth0, eth1 etc.,). Libvirt's lxc driver seems to create interfaces as eth0, eth1 and so on, when there are multiple <interface /> entries in the domain xml. How can I request for a particular interface
2012 Nov 14
0
R in batch mode: cannot mkdir R_TempDir
Dear all, I am trying to run a simple R script in batch mode on a cluster. Running a simple test script with "R CMD BATCH test.R test.Rout" works fine, but as soon as I submit the very same command to the queue and the job gets sent to a node, the following error is written to test.Rout: Fatal error: cannot mkdir R_TempDir I set the environment variables TEMP, TMP and TMPDIR to
2015 Mar 19
2
libvirt-python Segfaults
Hello I am trying to get libvirt-python working in Ubuntu 14.04 64 bit system. I tried installing the binaries from the repo itself: 1. root@test-vm8-109:/home/test# libvirtd --version libvirtd (libvirt) 1.2.2 root@test-vm8-109:/home/test# python Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or
2006 Jul 06
6
Functional tsts
Hi all, I have created projects module in my application using scaffold, and it created me everything, and all the modules are working except the functional test. This is the error 1) Failure: test_create(ProjectsControllerTest) [test/functional/projects_controller_test.rb :55]: Expected response to be a <:redirect>, but was <200> 8 tests, 25 assertions, 1 failures, 0
2006 Jul 05
3
list of users
Hi all, I''m creating admin module. in that module i need to get the list of users and also the projects created by the each user. No doubt i''m getting the list of users. but i''m not getting the list of projects done by each user.. This is my code:: <% for user in @users %> <%=link_to
2015 Apr 20
2
Mounting directory as readonly within LXC
Hello Is there a way to mount a directory as readonly when using LXC with libvirt? Something like: <filesystem type="mount"> <source dir="/sw/py27/python2.7_x86_64"/> <target dir="/opt//py27"/> <readonly/> </filesystem> The documentation says
2006 Jul 04
4
Please help me
Hi all, I''m getting the list of my projects in the page. But i want to get the list according the month, i.e., if i select july in the drop down then i should get the list of projects done in the month of july.. Please reply.. Regards, Harish -- Posted via http://www.ruby-forum.com/.
2015 Oct 30
2
Creating network interfaces with specific name in LXC
Hello I am trying to create interfaces within an LXC container with specific name. I am using the following XML: <interface type='network' name='blah'> <source network='dpbr_n_0'/> </interface> This doesn't seem to work; it always ends up creating interface with name as "eth0". I found some examples here:
2006 Jun 26
1
domU to domU configuration
Was setting up 2 domUs on the same xen machine. Is there any benefit in using the same bridge vs. two separate bridges (one for each domU) incases where we are interested in only domU-domU network traffic? What will be the preferred configuration? thanks in advance, harish _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2011 Nov 11
6
Puppet in a bash script
Hello, I''m using puppet via a bash script when I spin up a machine to configure it. I''d like to restart the instance after puppet''s run is complete. In my bash script I have: puppet agent --test shutdown -r now Puppet runs to completion, but "shutdown -r now" never executes. I''m not sure why not - these are the last two lines in my bash
2006 Aug 01
3
Rails Application Failed to start properly
Hi all, I have created a new application and Its working fine in my local system and also in the server. But after some days I have added one new controller(projects) in the admin module so that the admin can manage the projects. Its also working good. All the things are working in the application but in the admin module, admin should see the list of users and if the admin click on
2003 Jun 17
1
problem with temp dir (PR#3272)
Hi, I recently installed R on a Windows 95 machine. Everything went well untill I tried to run the program. I get the R console and a message "fatal error can't mkdir R_TempDir". The R-help archive has a report of a similar problem but the instructions for repair seem to assume that the R console is available (the program closes after the error). An installation on an identical
2016 Nov 08
1
Re: Sharing network namespace between containers
Thank you. It looks like after I 'ignore', nothing is persisted in xml for the app. Any idea what is the minimum version of libvirt required for this feature? Regards, Harish On Tue, Nov 8, 2016 at 1:36 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Tue, Nov 08, 2016 at 09:01:34AM +0530, Harish Vishwanath wrote: > >> Hello >> >> Based on the lxc
2015 Mar 19
3
Building libvirt 1.2.13 from source
Hello I am trying to build libvirt 1.2.13 (latest) from source on a Ubuntu 14.04 64 bit box. After installing all the dependencies (libyajl, libdevmapper, libpciaccess, libnl), I could finish the build and install. However, invoking libvirtd throws this: root@ubuntu:/home/hvishwanath/Downloads/libvirt-1.2.13# libvirtd libvirtd: /usr/lib/libvirt-qemu.so.0: version `LIBVIRT_QEMU_1.2.3' not