similar to: Realtime and database structure

Displaying 20 results from an estimated 6000 matches similar to: "Realtime and database structure"

2005 Aug 19
1
Installing to a prefix.
Is it possible to install Asterix (and libpri) to prefix like /usr/local/ so it won't place non-managed-by-my-distro files on /etc, /usr, /var, etc ? Thanks. -- Jos? Pablo Ezequiel Fern?ndez
2020 May 12
1
Sysvol GPO ACLs problem
Hi, Hello, I have been investigating and I am afraid that our case is the same as this one: https://lists.samba.org/archive/samba/2017-September/210724.html As you said, we have a problem with the gidNumber inherited from a migration from samba 3.x NT4 to samba 4.x AD. I have followed your prompts, removing the gidNumber from all AD 'BUILTIN' groups, in addition to the
2018 Mar 09
2
Imputar NA a SQL Server
No , lo mete como string... Obtener Outlook para Android<https://aka.ms/ghei36> ________________________________ From: Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com> Sent: Friday, March 9, 2018 3:47:46 AM To: Jes?s Para Fern?ndez Cc: Lista R Subject: Re: [R-es] Imputar NA a SQL Server Estimado Jes?s Para Fern?ndez Pruebe lo siguiente: str_replace_all(values,
2020 Nov 15
2
Trabajar con fechas y data.table
Cosas como IDate est?n a?n en modo experimental, haces uso de esas funciones? Obtener Outlook para Android<https://aka.ms/ghei36> ________________________________ From: Carlos Ortega <cof en qualityexcellence.es> Sent: Sunday, November 15, 2020 8:27:43 AM To: Jes?s Para Fern?ndez <j.para.fernandez en hotmail.com> Cc: r-help-es en r-project.org <r-help-es en r-project.org>
2018 Mar 02
3
Problemas de conexion con base de datso
Buenas El problema es el tipo dr columnas. Haynun bug q hace que haya q mostrar el tipo de columna mas largo al final de la consulta... Es un bug de los odbc de Windows.. Gracias Jes?s Obtener Outlook para Android<https://aka.ms/ghei36> ________________________________ From: Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com> Sent: Saturday, March 3, 2018 12:02:10 AM To: Jes?s
2006 Oct 20
3
NUT with APC RS 500 in Debian
I have not been able to make work nut with my APC RS 500 chears from Uruguay, -- /*-------------------------------------------------*/ "Sin ideales no puede producirse una realidad buena; s?lo teniendo ansias de algo mejor, cabe llegar a ser mejores alg?n d?a." F. Dostoievski /*-------------------------------------------------*/ ___ ___ /\__\ /\__\
2018 Mar 02
2
Problemas de conexion con base de datso
Perdon, corrijo, es justo eso... En cuanto hay uan cadena de tipo varchar falla. Es por temas de codificaciones en el driver. ?Como cambio la codificacion? Un saludo Jesus ________________________________ De: David Luna <ofc587a87 en gmail.com> Enviado: viernes, 2 de marzo de 2018 15:02 Para: Jes?s Para Fern?ndez Cc: r-help-es en r-project.org Asunto: Re: [R-es] Problemas de conexion con
2018 Jun 02
3
Prediccion de series temporales con keras
Es justo ese ejemplo el que estoy mirando, pero no sale la prediccion He probado a cambiar la funcion generadora, haciendo que devuelva como lista solo los input, pero sigue devolviendo error: Error in py_call_impl(callable, dots$args, dots$keywords) : ValueError: Error when checking model : the list of Numpy arrays that you are passing to your model is not the size the model expected.
2017 Aug 05
0
Ussing assign
Hi Jesus, You probably want: assign(paste0("model",i),lm(y~x,data=get(paste0("variable",i)))) Jim On Sat, Aug 5, 2017 at 7:01 PM, Jes?s Para Fern?ndez <j.para.fernandez at hotmail.com> wrote: > Hi there, > > > Imagine I want to use a variable created with assign,but automatically. I have an issue with that. What I do is: > > > #create in a loop the
2007 Feb 06
2
Mysterious tables starting with "stats_"
I have a server which I haven't installed that I have to maintain. This server uses MySQL, it has an asterisk database and in there some mysterious tables: stats_action, stats_agent, stats_callid, stats_config, stats_estados, stats_qstats, stats_queue, stats_queuexagent. I say mysterious because I don't have a clue about who is generating them. I did a grep for their names in /var,
2003 Jan 21
2
books on categorical data analyses
Dear All, We are about to purchase the second edition of Agresti's "Categorical Data Analysis" (my old copy of the first ed. of that wonderful book is falling apart). I would appreciate suggestions about other comparable books which, if possible, have examples using R/S code (instead of SAS). Thanks, Ram?n -- Ram?n D?az-Uriarte Bioinformatics Unit Centro Nacional de
2020 May 11
7
Sysvol GPO ACLs problem
Hi, We are having problems with sysvol AD shared folder in a Samba 4.9.13 AD. Has been running smoothly until recently, and we don't know how to fix it. We detected the problem trying to create a new AD GPO, it fails with the message (sorry, we have windows in Spanish, it's not literal translation): "this security identifier cannot be assigned as object owner". If we execute
2006 Nov 13
1
handling protocol violations
Hello, I have found a webserver that spits the cookie version as a float (1.2) instead of an integer as the protocol mandates. (www.alimentacion.carrefour.es) So far I have been changing line 33 in cookie.rb from when "version" then cookie.version = Integer(value) to when "version" then cookie.version = Integer(value.round) Of course every time WWW:Mechanize gets updated, I
2008 Nov 18
1
Re siduals from a linear model
I'm working with a linear model with four factors as explicatory variables, being all of them significally (e.g. y ~ a + b + c + d). I thought that the residuals of a linear model keep the variance not explained by the model, so if I use my model with just three factors (y ~ a + b + c) and keep the residuals is expected that in a new model with the residuals as dependent variable and the four
2009 Oct 26
1
issue with levels of a factor after subsetting
Hi Second question in a day, i'm beginnning to feel incompetent... This time i'm having a weird problem, i'm importing the next data base: >car<-read.csv2("Historicos.csv") 'data.frame': 1818 obs. of 6 variables: $ Dpto : Factor w/ 11 levels "ANTIOQUIA","ATL?NTICO",..: 2 2 2 2 2 1 1 1 1 5 ... $ Rio : Factor w/ 43 levels
2005 Sep 06
0
Loging agents in
While working with agents I've noticed something strange. The agent log in function asks for the username of the agent, checks the configured agent, if it exists it asks for the password, if it doesn't it asks for the username again. Wouldn't it be more secure to ask for both things and then check them without showing the callee if the username or the password or both were wrong ?
2019 Nov 20
2
Schema replication error with W2008R2
Hi, We have 3 samba 4.9.13 AD DC servers (mercurio1, mercurio2, mercurio7), replicating without error. When we add a W2008R2 as additional DC (mercurio3) replication works fine until 24h pass and it fails. On the samba4 DCs side, the command samba-tool drs showrepl shows no error. On the W2008R2 side the command repadmin /showrepl shows inbound replication error from the 3 samba DCs, and
2007 May 06
1
error using boxplot.stats (but boxplot works¿?)
Hi The answer to this may be obvious, but it's got me floored. I'm unable to get boxplot.stats to work for me! My session looks something like this: > ia=read.table('/tmp/prueba.csv', header=TRUE, sep=",") > attach(ia) > boxplot.stats(X8weeks~Orden) Error in sort (na.last, decreasing, ...) : argument 1 is not a vector In addition: Warning
2003 Sep 16
1
simplifying randomForest(s)
Dear All, I have been using the randomForest package for a couple of difficult prediction problems (which also share p >> n). The performance is good, but since all the variables in the data set are used, interpretation of what is going on is not easy, even after looking at variable importance as produced by the randomForest run. I have tried a simple "variable selection"
2020 May 19
1
Sysvol GPO ACLs problem (SOLVED)
Hi, We have solved the problem and the command 'samba-tool ntacl sysvolreset' is working correctly again. We have been able to reset the SYSVOL permissions and the AD GPOs are working again. The problem is that if we have the audit options active in the smb.conf, that command stops working. We don't know why. If we temporarily remove them if it works. I know that we have an old