similar to: samba 3.0.7 problems

Displaying 20 results from an estimated 4000 matches similar to: "samba 3.0.7 problems"

2004 May 14
1
OTHER BUG IN SAMBA 3.0.4 ?! FORCE USER
(excuse me for my bad english) I CAN?T CHANGE WRITABLE/READ-ONLY VALUE BECAUSE I NEED THAT ANYONE WRITE EXCEPT THE USER/GROUP IN WRITELIST I used the samba-3.0.1pre1 without problems. Now, I use the samba-3.0.4 (bug ms04-011 fixed) Is this a samba 3.0.4 bug ?! : [rental] comment = Rental path = /home/rental valid users = @administradores @rental mesaayuda ctoledo public = no
2004 May 18
0
write list [was Re: BUG IN SAMBA 3.0.4: FORCE USER]
>From: "Gerald (Jerry) Carter" <jerry@samba.org> >To: Leandro <llattan@uyuyuy.com> >CC: samba@lists.samba.org, jra@samba.org >Subject: write list [was Re: [Samba] BUG IN SAMBA 3.0.4: FORCE USER] >Date: Mon, 17 May 2004 12:16:38 -0500 (CDT) > >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >On Mon, 17 May 2004, Leandro wrote: > > >
2004 Oct 15
0
Ihre Nachricht an Hapag-Lloyd Express - Your message to Hapag-Llo yd Express
Vielen Dank f?r Ihr Interesse an Hapag-Lloyd Express. Wir werden Ihre Nachricht gerne so bald als m?glich beantworten. Bitte beachten Sie unsere ?ffnungszeiten montags-freitags 09.00 - 18.00 Uhr. Gerne k?nnen Sie auch in unserem HLX-Servicecenter anrufen. Sollten Sie R?ckfragen zu einer bestehenden Buchung haben, geben Sie bitte Ihre Buchungsnummer an. von/from Austria 0820 500 742
2004 May 14
2
BUG IN SAMBA 3.0.4 ?
I used the samba-3.0.1pre1 without problems. When I use the samba-3.0.4 (bug ms04-011 fixed), i can?t write in all shares. Is this a bug?! I use the same smb.conf [global] workgroup = jfsecco server string = JFSECCO PDC netbios name = belpo2 hosts allow = 10.18. interfaces = eth0 # Windows administrators # You can add users or groups (prefix groups with a '@') #domain admin
2005 Mar 16
3
mark range
(excuse me for my english) why mark range in tcrules is 1-255 ? iptables support marks > 255. Leandro.
2005 Mar 23
1
openvpn with differents source and destination ports
How configure openvpn tunnel in shorewall with differents src and dst ports ? openvpn.conf ... lport 10101 rport 10102 ... Leandro.
2010 Dec 03
2
Disminuir la fuente en un grafico
 Buenos dias a todos, agradeceria que alguien me resolviera esta duda Quiero disminuir la fuente en este grafico para que se puedan leer los titulos. El codigo del grafico es este xyplot(ejemplares ~ año|  categoria, groups=puerto, pch=16,     auto.key=list(border=TRUE), par.settings = simpleTheme(pch=16),   scales=list(x=list(relation='same'), y=list(relation='same')),
2009 May 03
0
I see no units of c: and z:, no veo unidades a parte de c:, z:
to install a program that is in visual basic in the installation I see the drive P:, where are the sources and installation, these facilities are across the network in a shared folder, this folder I see the amount in a folder on the local disk and the configuration of wine winecfg allegedly indicated that the unit p will be to mount that folder, but when the installation where you specify where
2015 Dec 17
2
Añadir encabezados a un archivo TXT
Hola Gerard, En Windows puedes hacer lo siguiente: Suponiendo que "fichero.txt" es el archivo de texto con tus variables, que se encuentra en el directorio de trabajo [compruébalo con dir()] y que "nombres" es un vector que tienes en R con los nombres que quieres poner a las variables de tu fichero, # guarda los nombres en un fichero llamado "nombres.txt"
2014 Jun 20
2
Como construir una curva ROC
Hola! Tengo que hacer una curva ROC com unos datos que obtuve de hacer una macro de excel y aplicar unas reglas, y basicamente tengo que a partir de la variacion del tiempo y la velocidad del barco obtengo diferentes porcentajes de true positives (TP) y false positives (FP) y con eso deberia de construir una curva ROC. Dada mi ignorância en este tema, no se muy bien por donde empezar , estuve
2015 Dec 17
2
Añadir encabezados a un archivo TXT
Gerard, dos preguntas: 1) Porqué quieres directamente especificar los encabezados en el fichero? Es porqué tus ficheros no tienen las columnas igualmente ordenadas? 2) Qué sistema operativo tienes? Un saludo. Olivier ----- Mensaje original ----- De: "Reverté Calvet, Gerard" <greverte en ajmataro.cat> Para: "Olivier Nuñez" <onunez en unex.es>, "Javier
2014 Jun 27
2
error:max not meaningful for factors
Hola a todos, Estoy intentando utilizar este script para hacer un plot con valores x ,y,z; representando los valores TP(y) y FP(x) y en funcion de la velocidad que seria el factor alpha. Y me da este en el ultimo punto de hacer el plot, alguien sabe que significa? library(ROCR) data(ROCR.simple) pred <- prediction( ROCR.simple$predictions, ROCR.simple$labels ) perf <- performance( pred,
2015 Dec 16
2
Añadir encabezados a un archivo TXT
Gerard, supongamos que tu fichero de texto ("test.txt") tiene cuatro columnas separadas por espacios. Si decides llamar estas columnas por ("A","B","C","D"), lo siguiente debería funcionar: linea0="A B C D" fichero <- file("test.txt") linea1<- readLines(fichero) writeLines(c(linea0,linea1), con=fichero)
2007 Aug 27
1
Sección de la Wiki en Español, creen que esté lista ?
Hola, Es posible que muy pronto se anuncien los contenidos en idioma Espa?ol que se han ido construyendo en la wiki. Cu?les son sus impresiones/comentarios de lo que tenemos hasta ahora ? Creen que la secci?n de la wiki en espa?ol est? lista ? al menos una primera revisi?n ?. Creen que podamos mejorar algo antes ? La secci?n de la wiki en idioma Espa?ol est? en: http://wiki.centos.org/es/
2017 Jun 01
2
Test-suite bots red because of missing import
So, in the end looks like this setuptools 36 was deleted from pypi. There is an issue [1] open on setuptools. I can confirm by trying to force to install this version: $ pip install setuptools==36.0.0 Collecting setuptools==36.0.0 Could not find a version that satisfies the requirement setuptools==36.0.0 (from versions:<many version numbers>) No matching distribution found for
2007 May 15
2
sobre tutorial
Estimado, te agradeceria me envies el tutorial en espaniol para R. Estoy dando mis primeros pasos con esta aplicacion. Desde ya muchas gracias Danilo Ceschin Ph.D IGBMC 1 rue Laurent Fries 67404 ILLKIRCH CEDEX - FRANCE tel 33 3 88 65 3457 email danilo at titus.u-strasbg.fr
2003 Nov 17
3
Accents in R
Hi, How can I include accents and signs like '?' '?' in the plots generated by R? I try, but R automatically transforms the name ex: > countries <- c("M?xico", "Espa?a") > countries [1] "M\216?xico" "Espa\216?a" > I've seen in some Spanish texts about R how is it normal to include labels of the plots and other names with
2017 Dec 06
2
ORACLE SQL/ LEER DATOS EN R
Estimados usuarios de R Buenos días a todos los usuarios. Estamos intentando abrir una base de datos de ORACLE en R. Es una base de datos muy grande con datos inviduales sobre empleo de los individuos y sus caracteristicas. He echado un vistazo a https://www.r-bloggers.com/connecting-r-to-an-oracle-database/,y aparecen algunas instrucciones y el paquete RODBC. Alguien tiene experiencia con estas
2012 Nov 07
1
Instalacion y configuracion de puppet
Muy buenos días les escribo porque en mi empresa se decidió instalar puppet y tengo una semana tratando de hacerlo funcionar y me da un error tras error estamos usando canaima 3.1 si pudieran ayudarme se los agradeceria -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit
2004 Oct 26
1
tipo de datos no reconocido