search for: etorr

Displaying 8 results from an estimated 8 matches for "etorr".

Did you mean: erorr
2011 Feb 19
2
reading simulations
Hi to all the people (again), I'm doing some simulations with the memisc package of an own function, but I've the problem that I didn't know how to read the result of such simulations. My function is: > Torre<-function(a1,N1,a2,N2) + {Etorre<-(a1*N1)/(1+a1*N1) + Efuera<-(a2*N2)/(1+a2*N2) + if(Etorre>Efuera)Subir=TRUE + if (Etorre<Efuera)Subir=FALSE + result<-list(Subir) + return(result) + } > Torre<-Simulate(Torre(a1,N1,a2,N2),expand.grid(a1=3,N1=0.5,a2=c(0.01,0.02,0.05,0.1),N2=0.1),nsim=1000,seed=10000,trace=50,...
2009 Jul 04
3
problem with mail_location
I have: mail_location = maildir:/var/dovecot-mail/%d/%n/Maildir but on my /var/dovecot-mail have following directory created: -domain -domain. -domain.es (only this is correct) -DOMAIN.ES Why is this happening?
2005 Sep 27
1
--delete and --dirs
...te doesn't delete anything if --dirs is used rather than --recursive. Is there any reason for --delete not to delete when used with --dirs? Is there a way to get rsync to actually delete files on the receiving end when using --delete with --dirs? Thanks for any help. Regards, -- Guillaume Etorre
2008 Feb 15
0
problem with samba+winbind+kerberos+AD
...swords = yes max log size = 50 socket options = SO_KEEPALIVE TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = yes Esteban Torres Rodr?guez ?REA DE SOPORTE T?CNICO - Administraci?n de Servidores Subdirecci?n de Sistemas Inform?ticos Empresa P?blica Desarrollo Agrario y Pesquero, email: etorres@dap.es
2008 May 15
1
samba & ldap
Hi, I'm new here and I have a doubt... I'm work with windows 2003 server and now i would change to llnux. My doubt regards the share of my server: to authenticate my users what is better: samba tdb or ldap? For us is not necessary an active directory, domain, ecc... I need only a file server and I have arounud 400 users...Anyone have experience? Any suggestions? Thanks in advance! telma
2008 May 15
0
Samba with ldap of AD
...recommended that the ldap idmap backend be configured for winbind instead. http://kbase.redhat.com/faq/FAQ_71_11158.shtm Esteban Torres Rodr?guez ?REA DE SOPORTE T?CNICO - Administraci?n de Servidores Subdirecci?n de Sistemas Inform?ticos Empresa P?blica Desarrollo Agrario y Pesquero, email: etorres@dap.es
2010 Feb 02
1
assigning users permissions
...As you do better? Any ideas? -- ################################################## # Esteban Torres Rodr?guez # # ?rea de Soporte T?cnico # # Subdirecci?n de Sistemas Inform?ticos # # Empresa P?blica Desarrollo Agrario y Pesquero # # email: etorres at dap.es # ##################################################
2010 Apr 16
3
know who is writing on this moment.
How I can know who is writing a volume of data? What I want is to have monitored the writer to control sizes. I don't have disk quotas.