search for: sesion

Displaying 20 results from an estimated 62 matches for "sesion".

Did you mean: session
2017 Mar 26
4
Alternativa a RStudio
...estoy escribiendo una funcion y la quiero probar, suelo tener tres > ventanas abiertas minimo (en emacs una ventana no es lo mismo que en > otros programas... tiene un lenguaje muy caprichoso), en una la > funcion que estoy testeando, en otra el codigo para probarla, y en > otra una sesion de R > > Supongamos que cambio algo en la funcion durante su desarrollo, los > pasos serian, empezando en el script que contiene la funcion, los > siguientes, una vez cambiada: C-c-f (recargo la funcion), C-, (vuelvo > al script donde estoy haciendo las pruebas), C-c-j (mando el c...
2004 Aug 23
8
[Bug 918] ssh_gssapi_storecreds called to late to be usable by PAM in sesion.c
http://bugzilla.mindrot.org/show_bug.cgi?id=918 Summary: ssh_gssapi_storecreds called to late to be usable by PAM in sesion.c Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: PAM support AssignedTo: openssh-bugs at mindrot.org ReportedBy: deengert...
2005 Jul 26
4
how to classify sip traffic (voip)
How i can classify sip traffic (voip)?? I try dst 5060 udp port, but dont''work. sip sesion use dynamic port. Sniffing packets with windows net-peeker, I see that packets lenghts is always=87 How i can filter, by packet lenght, with u32? Regards Fabian
2006 May 09
3
How to transfer variables from one page to another page ?
Hi, In my application I want to tranfer a variable (store_id) from one page to next without putting it into session. How should I do this? Is there any way to transfer variable from one to other page using methods other than sesion? Thanx Prash -- Posted via http://www.ruby-forum.com/.
2017 Mar 23
3
Alternativa a RStudio
Buenas Fernando, podrías recomendar alguna lectura/tutorial/web para alguien que siempre escucho hablar de las bondades del emacs pero nunca lo usó? Como para iniciantes. Gracias, saludos! Fernando Macedo El 21/03/17 a las 21:31, Fernando Arce via R-help-es escribió: > Buenos dias, que tal? > yo utilizo emacs ess (emacs speaking statistics). Para mi es de lejos la mejor herramienta para
2007 Jan 11
12
Rails not properly handling Oracle db connections/sesions in dev mode
We are running edge rails with oracle. After a few hundred requests all available sesions are used up. It seems prior connections are being left open. When this happens no one using the installation of Oracle can create a new session until you kill your mongrel/webrick server. Patch #6928 addresses this problem, and i applied it to my vendor rails and it worked. I think, if possibl...
2009 Jan 15
2
Squirrel 1.4.8-8.el3.centos.1
...58.ELsmp, CentOS release 3.9, httpd 2.0.46 Since then I have some users who have problems with their sessions. They are logout out every now and them, and some sent mails have another user address in the From header. It looks like squirrel is mixing up sessions? Those users have used fresh browser sesions. Anyone else seeing this? regards, -- Henk van Lingen, Systems Administrator & DBA (o- -+ Dept. of Computer Science, Utrecht University. /\ | phone: +31-30-2534107 v_/_ http://henk.vanlingen.net/...
2001 Mar 09
1
Forcing PTY usage.
...post to the list in due course. In any case, I would like all users who sucessfully authenitcate to leave their mark in the system logs, in particular utmp and wtmp. As these logs mean didily-squat without unique terminal names (and don't work anyway), I was wondering what would happen if all sesions were forced to use a pty? I presume the 'forced' tty would need to be modified to ignore escape characters, but are there any other fundemenal problmes with the idea? Thanks, Andrew Bartlett -- Andrew Bartlett abartlet at pcug.org.au
2013 Sep 25
1
Nuevo ítem de la agenda
Reunión de usuarios Barcelona --- El próximo 9 de octubre a las 19h retomamos las sesiones del grupo de usuarios de Barcelona, [http://rugbcn.wordpress.com/|RugBcn]. La reunión será en la empresa aceleradora de startups, [http://itnig.net/|itnig] (Calle Álaba 61, 5-2, Barcelona) y para la discusión final, Moritz nos invita a unas cervezas. Las charlas serán: Juan Galeano: ?Visualiza...
2006 Aug 16
2
Q on AJAX with respect to DRY
I have a shopping cart function, and I''d like to set it up to update the cart with AJAX. My AJAX call will return a view that displays the cart items. My question is with regards to keeping things DRY. When the user goes to "view cart", that page needs to display the cart, then the cart display needs to update with AJAX calls when items are added from that page. It would
2001 Jul 24
2
segmentation fault
I'm experiencing segmentation faults from time to time that abruptely end my R sesion. In such cases, is there any way to recover the work done? (i.e., is there any temporal file that I could use?) Thanks Agus Dr. Agustin Lobo Instituto de Ciencias de la Tierra (CSIC) Lluis Sole Sabaris s/n 08028 Barcelona SPAIN tel 34 93409 5410 fax 34 93411 0012 alobo at ija.csic.es -.-.-.-....
2006 Jun 08
7
Sessions
In the Agile WD book it states regarding sesion data- "Rails uses the cookie-based approach". This can''t be entirely true can it ? Not that I''m complaining if it was but isn''t there some equivalent to say, PHP sessions ? Or am I wrong. Stuart -------------- next part -------------- An HTML attachment was sc...
2013 Nov 19
1
Programa V Jornadas Usuarios R
...gt; escribió: > Hola a tod en s. > > En la página de las V Jornadas de Usuarios de R (Zaragoza, 12 y 13 de Diciembre), en el apartado "Programa", podéis ver publicadas las conferencias plenarias y los talleres prácticos que se impartirán. En breve se publicará el contenido de las Sesiones de Comunicaciones. > Podéis consultarlo aquí: http://r-es.org/5j > > Os informo, igualmente, de que todavía quedan plazas para los que quieran inscribirse. > > Nos vemos en Zaragoza! > > Un Saludo, > Miguel Ángel Rodríguez Muíños > Coordinador del Comité Científico >...
2006 Mar 15
3
[login_generator] implementing login limits
...ment the following functionality: 1. Allow only 1 login at a time-- if ''admin'' is logged in and another person tries to log in with ''admin'', they are denied. 2. Have an ''auto-logout'' feature where if there is no activity after say, 15mins, the sesion expires and a new login is required to get back in. For [1], I''ve tried hacking the login method in app/controllers/account_controller.rb by adding: if !<at>session[:user].nil? render :text=>"already logged in!" else [...rest of stock login code...] Since th...
2013 Oct 06
2
Como citar R?
>> Buen día! >> Hemos enviado un trabajo a publicar y los evaluadores nos indican corregir la cita de R. Realmente no entiendo que quieren. Marcaron lo siguiente: >> >> R [A1] Development Core Team. 2009. R[A2] : A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN 3-900051-07-0, URL http://www.R-project.org.
2008 Jul 01
8
redirect_to not working
Hi... I have a basic authentication system. I have a RESTful resource called session with the following code when logging in: def new end def create user = User.authenticate(params[:username], params[:password]) respond_to do |format| if user session[:user_id] = user.id flash[:notice] = "Welcome back #{user.name}!" format.html {redirect_to
2010 Mar 18
2
aumentar tamaño de memoria a mas de 4Gb‏
Hola de nuevo, Esta es la información de mi sesion: R version 2.10.1 (2009-12-14) i386-pc-mingw32 locale: [1] LC_COLLATE=Spanish_Spain.1252 LC_CTYPE=Spanish_Spain.1252 [3] LC_MONETARY=Spanish_Spain.1252 LC_NUMERIC=C [5] LC_TIME=Spanish_Spain.1252 attached base packages: [1] stats graphics grDevices utils data...
2016 Mar 22
2
Using Openvswitch and qemu:///session
...ot:root, but as ovs:ovs, and add the user to that group, will libvirt/virsh automagically figure out that the user has permissions to run ovs-whatever and write permission to /var/run/openvswitch/db.sock, so there is no need for qemu-bridge-helper, and just set up the network, just like when system sesion is used, or is using qemu-bridge-helper the only option available for non-root users ? If it is, due to some Linux constraints, I'll curse a bit and migrate the domains :) And, before I forget, I am using libvirt and qemu built from git master, and openvswitch-2.5.0 Pedja
2002 May 10
1
QSG
...Some possible snippit topics smtp, pop3 servers local news servers (including externally accessable customer support news servers). time servers integration with novell netware Xwindow sesions (not thru ssh) Jet Direct boxes and such cups IPP These would help users not familiar with all the protocalls and services. None of these are terribly complex, and most of them can be figured out by watching the...
2016 Feb 16
5
error en tarea mapreduce en Rstudio en ubuntu
Buenos días, Tengo instalado un cluster en una máquina virtual y he instalado R y Rstudio (sobre Ubuntu server 14.04 64 bits ) . Desde consola puedo entrar en R y ejecutar un ejemplo con mapreduce sin problemas. Pero cuando lo intento hacer desde Rstudio obtengo este error: 16/02/16 10:37:00 ERROR streaming.StreamJob: Job not successful! Streaming Command Failed! Error in mr(map = map, reduce =