similar to: bug: ssl fails when using certificates with "trust" setting

Displaying 20 results from an estimated 8000 matches similar to: "bug: ssl fails when using certificates with "trust" setting"

2009 May 19
3
SSL testing on localhost - segfaults aplenty !
Hello, I''ve followed the tutorial @ http://weeatbricks.com/2007/10/31/how-to-use-a-rails-app-with-https/ to setup SSL on localhost, wanting to use https for logging in and such. Using the method described above I get sensibly higher load times and of course very very frequent and random segfaults (be it ActiveRecord, Mongrel or any other .rb causing it) !! Platform is..well Win32.
2006 Apr 18
2
selinux
Probably a very know problem but I fail to find a solution. selinux enforced makes the /etc/init.d/dovecot start command fail If I change it to permiscious mode then it works. Any idea how to solve this? I use FC5 with dovecot-1.0-0.beta2.7 Thanks, Alfred
2005 Jan 04
2
Problems on HP-UX 11i with 'user add script'
This one doesn't make any sense to me. What's worse, it seems to occasionally work and sometimes not. I am attempting to log into a domain (DOMA let's say) and I only have an account on DOMB. When DOMA's Samba PDC attempts to create a UNIX account for me, this is what happens: [2005/01/04 15:47:15, 3] auth/auth_util.c:smb_create_user(53) smb_create_user: Running the command
2006 Nov 21
1
Caching passwords?
Hi all! I need some help....changing passwords....... Dovecot server, appears to cache the old credentials. It only discovers the change upon a restart. I need to know how to configure dovecot (dovecot-1.0-0.beta2.7) as not to cache the passwords. (Using fedora core 5) Thanks Hein Celliers
2018 Feb 22
2
Filtrado de variables
Ya... de esta forma tampoco obtienes el mes que tiene todos sus valores NA...que es la duda .. Otra forma más sencilla con data.table que la que envié anteriormente... > > Lines <- "MES|VARIABLE|RESULTADO| + 1|A|SI| + 1|B|SI| + 1|C|NO| + 2|A|NA| + 2|B|SI| + 2|C|SI| + 3|A|NO| + 3|B|NO| + 3|C|NO| + 4|A|NA| + 4|B|NA| + 4|C|NA|" > > DF <- read.table(textConnection(Lines),
2013 Jul 12
2
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
Hola de nuevo. Leí mal. Si vas a eliminar esas filas, entonces usa: sqldf("select * from graph where sol!='lim' and dia!=2") En el correo anterior seleccioné precisamente a esas descartando a las demás. Culpa de mis anteojos... jeje. On Fri, Jul 12, 2013 at 5:20 PM, Freddy Omar López Quintero < freddy.vate01@gmail.com> wrote: > ​Hola.​ > > >> Tengo que
2006 May 29
1
missing empty line in mbox folders with Outlook 2000 client
I recently looked into a problem that has been plaguing me since the switch to dovecot a couple of years back, documented here: http://mailman.rwth-aachen.de/pipermail/procmail/2006-May/024363.html The gist is that when I tell Outlook 2000 to write all outgoing mail into a Sent-mail folder on the IMAP server (using mbox format), I find that the mbox's don't have empty lines separating the
2006 Nov 14
2
Is "Resource temporarily unavailable" an old problem?
Hi. I've installed dovecot recently in a Fedora 5 Linux. It seemed to be OK but I begun to get the message "Can't connect to auth server at default: Resource temporarily unavailable". When I get the message, dovecot hangs. The problem is that "temporarily" is not quite true since the only way to get dovecot running again is to restart it. As a matter of fact, I
2017 Dec 06
2
STATA base de datos
Freddy el archivo lo leo en segundos en Stata. puedo probar el paquete heaven. Pero si recuerdo me dio problemas en RStudio El 6/12/2017 13:03, "Freddy Omar López Quintero" <freddy.vate01 en gmail.com> escribió: > El mié, 06-12-2017 a las 12:55 +0100, Antonio Rodriguez Andres escribió: > > me sale problema > de memoria. > > > Pregunta posiblemente tonta:
2015 Apr 09
3
Dimensiones arreglo.-
Hola muchachos, Espero que estén muy bien. Estoy trabajando con unos arreglos y encontré un comportamiento que no conocía. Me pregunto si es algo de esperar. Es lo siguiente. Supongamos el siguiente arreglo: arreglo <- array(runif(10*2*2), dim=c(10, 2, 2)) # dim: 10x2x2 y que sobre él selecciono las primeras 5 filas (o las primero 5 líneas de la primera dimensión, no sé): arreglo[1:5, , ]
2016 Sep 01
4
Identificar porción de una imagen.-
¡Hola muchachos! Tengo un problema que no he podido resolver. Les cuento: tengo una imagen y quisiera conocer cuáles son los valores de los pixeles en un área más o menos delimitada. Yo creo que mi problema principal es que no sé cómo podría hacer la selección de esta área más o menos delimitada para luego conocer el valor en cada pixel :-\ Un ejemplo: library(fields) data(lennon)
2012 Apr 21
3
Llamar una función de python.-
Hola. Me gustaría saber si alguno de ustedes sabe cómo llamar una función de python desde R. Antes usaba felizmente rpython pero desde la última versión de R he tenido este mensaje > install.packages("rPython", repos="http://R-Forge.R-project.org") Installing package(s) into ‘/home/vate01/R/x86_64-unknown-linux-gnu-library/2.15’ (as ‘lib’ is unspecified) Mensajes de aviso
2011 Oct 18
2
About an integral univariate problem
Hello all R users I want to calculate this univariate integral: exp(-x)*sum(y^x) respect to x from 0 to 3 where y is a vector y=(2,3,5). In fact, the original y vector has a large number of elements but I propose with 3 elements. I know that I can resolve this problem doing fun <- function(x) exp(-x)*(2^x+3^x+5^x) integrate(fun,0,3) When the y vector has a large number of elements the
2011 Jan 16
3
ODD ODD ODD stuff!!
Egregious, look what just happened few minutes ago while opening up my program and running the scripts > A<-read.table("C:\\Documents and Settings\\ + me\\Desktop\\TESI\\generale.txt",head=T) Errore: non trovo la funzione "read.table" #CAN'T FIND read.table FUNTION!!!??? ARE WE ok??? > > B<-read.table("C:\\Documents and Settings\\ +
2018 Feb 22
2
Filtrado de variables
Es cierto, una vez más entendí todo mal. Mis disculpas. La solución con SQL no va nada corta, me parece: # filtrar el mes en el que todos los campos de la columna RESULTADO son NA sqldf(" select * from DF where mes in ( select a.mes from ( select mes, count(*) as total_NA from (select * from DF where resultado=' NA ') group by
2012 Jul 04
2
About nlminb function
Hello I want to use the nlminb function but I have the objective function like characters. I can summarize the problem using the first example in the nlminb documentation. x <- rnbinom(100, mu = 10, size = 10) hdev <- function(par) -sum(dnbinom(x, mu = par[1], size = par[2], log = TRUE)) nlminb(c(9, 12), objective=hdev) With the last instructions we obtain appropriate results. If I have
2007 Mar 15
3
Question about AD user/ACL mapping
We have updated our long-standing Samba install on a Solaris 8 box to 3.0.24 and are interested in making use of the Windows ACL mapping capabilities to help take over a Windows share. However, there is a snag - the pre-existing box has usernames that differ from people's Windows logins, i.e. their Unix login is freddy, and their Windows login is fred_smith. I have our AD domain membership
2015 Jun 16
2
Regresión logística
Gracias! El 15 de junio de 2015, 16:54, Freddy Omar López Quintero < freddy.vate01 en gmail.com> escribió: > ?Holap.? > > ran out of iterations and failed to converge > > > ?Prueba aumentando el número de iteraciones, con el argumento maxit: > > ?GLM <- bigglm(In.hospital_death ~ GCS + BUN, data = DatosGLM, family = >> binomial(logit), maxit=1000)? >
2017 Jun 09
2
Color en líneas (ggplot2)
2017-06-08 12:54 GMT-04:00 Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com> : > ¿me hice entender? ?No. Para salir del escollo lo convertiré a gráficos? base y continuaré con mi vida ?... ?Au revoir.? -- «Pídeles sus títulos a los que te persiguen, pregúntales cuándo nacieron, diles que te demuestren su existencia.» Rafael Cadenas [[alternative HTML version deleted]]
2017 Apr 01
2
Intervalos de confianza de la varianza de los residuos en unmodelo no lineal.-
??Gracias Javier,? 2017-04-01 12:07 GMT-03:00 <javier.ruben.marcuzzi en gmail.com>: > Mi duda es la siguiente, la varianza residual en su modelo, es homogénea o > heterogénea, ?La varianza es homogénea, común a todas las observaciones. Digamos que el modelo es el siguiente, y=f(x, betas)+e con f alguna función no lineal cuyos parámetros son betas y con e~N(0, sigma2). Uno suele