similar to: WinXP joining a samba PDC

Displaying 20 results from an estimated 2000 matches similar to: "WinXP joining a samba PDC"

2002 May 13
0
FW: WinXP joining a samba PDC
-----Original Message----- From: Tominski, Mark Sent: Monday, May 13, 2002 3:07 PM To: 'Alex Moen' Subject: RE: [Samba] WinXP joining a samba PDC ftp://ftp.samba.org/pub/samba/docs/Registry/ -----Original Message----- From: Alex Moen [mailto:alexm@ndtel.com] Sent: Monday, May 13, 2002 2:54 PM To: samba@lists.samba.org Subject: RE: [Samba] WinXP joining a samba PDC Where can I get the
2014 Oct 19
3
Warnings en GLMM (lme4)
Hola, Soy nuevo manejando R y no tengo mucha experiencia. Estoy intentando modelar una función que me relacione el nº de cebas (nº de presas que los padres traen a los pollos) con el tamaño de parche de un bosque (factor categórico; 2 niveles= grande y pequeño). Al ser un conteo (nº de cebas) he pensado utilizar familia= poisson con link= logarítmico. He construido un GLMM con: Nº de cebas
2016 Mar 07
2
Efectos aleatorios anidados en gamlss
Hola a tod en s, tengo una duda que la comunidad R me puede ayudar. Estoy trabajando con gamlss, porque tengo una variable respuesta con valores entre 0 y 1 e incluidos estos. La distribución que utilizo com gamlss para este caso es "beta inflated" (Stasinopulos and Rigby 2007. Journal of Statistical Software 23(7)). El modelo que intento correr es: m1<-gamlss(Teleosteos ~
2011 Feb 25
1
color code in loop for piecharts plotting
Hi, I am using this loop par(mfrow=c(3,3)) annos<-c(2001:2007,2009) for (i in annos) { t<-subset(masia,YEAR==i) t$FAMILIA<-drop.levels(t$FAMILIA) pie(table(t$FAMILIA),main=i) } To make piecharts of species composition among years (my data frame is called "masia"). So I get 1 piechart of the families that we have found in our survey each year. We don't have always
2011 Jan 19
2
count of factors
Hello everyone, I have a data set like this: > head( fish_transect) ID_TRANSECT ID_PROJECT DE_ZONE DE_LOCALITY DE_SECTOR MES 1 42 MB Tarragona Creixell Control I 9 2 42 MB Tarragona Creixell Control I 9 3 42 MB Tarragona Creixell Control I 9 4 42 MB Tarragona Creixell Control I 9 5 42
2004 Nov 27
1
an excecute error
this it is the first time that I program with ogg libraries (I am a beginner). it has happened me an error, the code is the following one: /*********************************************/ OggVorbis_File *musica=NULL; FILE *archiv =NULL; archiv = fopen("prueba.ogg","r"); if(archiv==NULL) exit(0); int falla = ov_open(archiv,musica,NULL,0);//aca se produce el error
2004 Dec 22
7
From a newbie: how to run MS Word?
Hi! Half an hour ago I installed wine-20041201 under Mandrake Linux 9.1, successfully I think. On my PC I also have a partition with Windows 98 in it, correctly mounted. I installed Wine with the main purpose of properly writing and reading documents in MS Word, since neither kword, nor Open Office kwrite nor even abiword achieve this purpose in a satisfaying way. Now, probably I haven't
2015 Mar 19
3
Familia *pply
Buenas a todos. Desde hace un tiempo estoy tratando de aplicar las funciones de la familia *pply en todo lo que puedo, pero todavía no es algo que me surja tan rápidamente o naturalmente al momento de los loops como usar for(). Conozco las ventajas de usar estas funciones y por eso mi intento de hacerme de ellas. Por ejemplo en este problema: data=matrix(rnorm(100*20),20,100)
2015 Mar 21
2
Familia *pply
Muchas gracias a ambos Carlos y Jorge por las respuestas. Pido disculpas en la demora de respuesta, pero estuvo complicada la semana. La pregunta era un ejercicio de ejemplo para poder entender mejor los usos, creo que me armaré una guía en markdown con ejemplos varios para ir consultando cuando me salgan dudas de como usarlos. En realidad no importaba tanto si mejorara demasiado los tiempos
2003 Nov 17
1
smbpasswd fails to add machine account with ldapsam
Hi! I am seeing other users with the same problem as I have. My samba also fails to add machine accounts. It seems to me if it didn't even try. If I use some other script (pdbedit, smbldap-tools) than smbpasswd it manages to add the account but still fails to authenticate within the same session. If I try again the machine account exists and authentication goes ok. server:~# smbpasswd -a -m
2015 Mar 19
2
Familia *pply
Hola Jorge, muchas gracias por tu pronta respuesta, no me di cuenta que el formateo podría causar problemas, envío de nuevo el código sin formatos. La idea básica es para un set de números de columnas (desordenados) y un set de numeros de fila el loop lo que hace es ir a la fila y columna correspondiente de data, tomar el valor y luego hacer la media sobre esos.
2002 Aug 19
3
pblms with samba 2.X /3.x and NT--W2k
There is OBVIOUSLY something wrong somewhere. EITHER a WHOLE bunch of us are stupider than we thought, the documentation left off a step, or there is something SO blatently obvious that we are ALL staring it in the face and missing it inches in front of our faces. This is exactly what I've had, (BUT I *D*I*D* have it running ok ...) and I STILL havent figured it out yet,... Subject:
2011 Oct 13
2
boxplot
hello I want to make a boxplot with diferents rows and also include a column to sort into two groups to each of the other columns my  date set looks like this: 4        5        6        7        8        site 23    56        41      45    63         C 21    89        42      10   63        E 32    45        14      17    96        E 45    74        13      63    41        C    68    32   
2009 Oct 31
2
Almost desperate on rsync from macbook to NAS
Hello list. I'm almost getting exhausted, thus I have to bother you people to get some help. I simply want to sync my "iTunes Music" folder from my MacBook over to my NAS. The scenario is like this: source path: "/Users/bonny/Music/iTunes/iTunes Music/" (in here there are all the subfolders I want to sync over to the NAS); destination: "rsync://root at
2010 Jul 26
2
modelos mixtos con familia quasibinomial
Hola a tod en s, mi compañero y yo intentamos ver la correlación de nuestros datos mediante regresiones logísticas. Trabajamos con proporciones (1 variable dependiente y 1 independiente) mediante modelos mixtos (los datos están agrupados porque hay pseudoreplicación). Hemos usado el paquete "lme4" y la función "lmer". Encontramos "overdispersion" en el resultado
2013 Mar 11
4
Pedigreemm
Hola a todos, me gustaría realizar una consulta asociada a la generación de valores genéticos del pedigreemm en R. Primero generé el archivo de pedigree incluyendo los parentales para posteriormente estimar la varianza aditiva y los valores genéticos para cada individuo, relacionando los individuos por medio de la matriz de parentesco. Me da todo perfecto, el complemento pedigreemm trabaja muy
2003 Jan 05
4
mounting smbfs...
Hi. I've been at it for a solid week now....trying to figure out how to mount a smbfs-resource at boot. See i need to do the following; mount -t smbfs //<machine_name>/<share> /home/<usr_name>/music ...only thing is, I have to run the cmd as a regular user. The easiest thing would offcourse be to have i run at when booting, but i don't know how to do that. Any help
2008 Mar 21
1
Samba Fstab and Automount
/etc/fstab: //machine_name/SAN /mnt/SAN cifs defaults 0 0 [root at machine_name SAN]# mount -a Password: mount error 13 = Permission denied Problem is there is no password to the smb server. Why am I getting a password prompt when the share has full RW access and all access is granted on the share? Note, though the share is fully visable and accessable and writeable by just browsing the
2009 Apr 29
12
Una pregunta de estadística (marginalmente relacionada con R)
Hola, ¿qué tal? Tengo una pregunta de esta
2006 Jul 13
2
Kerberos Keytab Code Update in 3.0.23
First thing - I'd like to say a big "THANK YOU" to the developers. I just upgraded to samba-3.0.23 and I've noticed an alarming issue with respect to my configuration. I've been using the built-in keytab management and it looks like the updated code no longer creates the userPrincipal in Active Directory. Whether this is an issue for others or not, it would be nice to have