similar to: PDC with NSVSD/smbpasswd ok, but MySQL backend not quite

Displaying 20 results from an estimated 3000 matches similar to: "PDC with NSVSD/smbpasswd ok, but MySQL backend not quite"

2004 Nov 18
1
Samba 3.0.8 - Unable to login/logon from Windows 2003 or CIFS
Hi Folks, Recently (I believe since recent 3.0.x releases), I have been unable to login to a Samba instance using CIFS (Linux mount) or Windows 2003. If I change the smb.conf from: security = server to security = user I _can_ login again fine. The NT PDC always replies with NT_STATUS_LOGON_FAILURE. It's event viewer shows that the proper username is being used, but that the password is
2005 Oct 24
1
starting a java application as a service
I have a single requirement to launch a java application on startup as a service. The application is shipped in a file called jes.jar. It requires three arguments: a dotted quad IP address, an initial service port, and a translated service port. I can get the application running as a console command. Can someone point me to a site that documents how to script a sys V init.d style script
2006 Mar 23
14
Distribute Rails app. without source code
I have a commercial software that I?d like to completely re-do in Ruby on Rails, as a web application on Apache. But I don?t want to distribute it with the source code. Is there any way to install/deploy and Ruby on Rails application without the source code? Thanks in advance, Jes?s Dugarte.- -- Posted via http://www.ruby-forum.com/.
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,
2017 Aug 05
2
Ussing assign
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 variables for(i in 1:5){ assign(paste0("variable",i),data.frame(x=rnorm(100),y=rnorm(100)) } Now, if I want to do create the five models, I do not know how to set this created data.frames I have tried: for (i in 1:5){
2017 Aug 07
2
Nested cross validation with lapply
Hi all!! How can i do nested cross validation with lapply?? I know caret package, but I want to do it manuallly using lapply instead for bucle. Thanks!! Jes?s [[alternative HTML version deleted]]
2016 Oct 24
2
Quitar datos atípicos de una recta
Ok, lo pruebo y os digo... Jesús ________________________________ De: Isidro Hidalgo Arellano <ihidalgo en jccm.es> Enviado: lunes, 24 de octubre de 2016 9:46 Para: 'Jesús Para Fernández'; r-help-es en r-project.org Asunto: RE: [R-es] Quitar datos atípicos de una recta Hay un paquete que lo hace, pero no lo he utilizado, así que no sé cómo se porta: "outliers"... Un
2018 Mar 02
3
Problemas de conexion con base de datso
Buenas, Tengo un problema y es que intentando conectarme a una base de datos SQL Server, tras cosneguirme conectarme usando el paquete odbc, me deja acceder al contenido de algunas tablas (mediante un select), pero sin embargo en otras me pone lo siguiente: Error in new_result(connection en ptr, statement) : std::bad_alloc No entiendo muy bien porque me salta ese error, ya que desde SQL si
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
2010 Jun 18
2
Virtualization at Plumbers 2010 - Time to submit your proposals!
Hi, I would like to remind people about the Virtualization track at Linux Plumbers Conference 2010, held in Cambridge, MA, November 3-5, 2010. Please note the deadline for submissions is July 19, 2010. LPC is particular well suited for technical presentations, work in progress and subjects that needs discussion and collaboration between communities (kernel, desktop/gfx, virtualization, etc.),
2010 Jun 18
2
Virtualization at Plumbers 2010 - Time to submit your proposals!
Hi, I would like to remind people about the Virtualization track at Linux Plumbers Conference 2010, held in Cambridge, MA, November 3-5, 2010. Please note the deadline for submissions is July 19, 2010. LPC is particular well suited for technical presentations, work in progress and subjects that needs discussion and collaboration between communities (kernel, desktop/gfx, virtualization, etc.),
2010 Jun 18
2
Virtualization at Plumbers 2010 - Time to submit your proposals!
Hi, I would like to remind people about the Virtualization track at Linux Plumbers Conference 2010, held in Cambridge, MA, November 3-5, 2010. Please note the deadline for submissions is July 19, 2010. LPC is particular well suited for technical presentations, work in progress and subjects that needs discussion and collaboration between communities (kernel, desktop/gfx, virtualization, etc.),
2018 Mar 08
2
Imputar NA a SQL Server
Buenas, Quiero meter NULL en algunos valores al hacer un insert en una base ded datos SQL Server, pero no me reconoce NA, por lo que no se como meterlos... ?Alguno sabe como podria hacerse? La opci?n de no meter el valor no es v?lida porque tengo que meter varias columans y los NA se pueden dar en cualqueira de ellas... Gracias Jes?s [[alternative HTML version deleted]]
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
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 Feb 06
3
CRON JOBS
Buenas, Voy a dejar un programa en produccion en un servidor, el cual tiene que ejecutarse cada minuto, y si se reinicia el servidor o lo uqe sea, que se ponga a trabajar directamete. ?R server permite hacer eso, o tengo que generar un script que se ejecute desde un cronjob del servidor? Desde mi ignorancia, considero que la segunda opcion es la m?s robusta frente a fallos. Un saludo Jes?s
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 May 05
1
Configuration Generator
Where is this ConfigurationGenerator that is posted in the Rails wiki (http://wiki.rubyonrails.com/rails/pages/ConfigurationGenerator)? I''ve been searching around and I can?t find a way to use it. Jes?s.- -- Posted via http://www.ruby-forum.com/.
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.
2018 Feb 21
2
Ejecutar shinyapp sin abrir Rstudio
Buenas, Se puede,en local, crear una shinyapp que se abra pinchandodirectamente sobre un icono del escritorio? Gracias Jes?s [[alternative HTML version deleted]]