search for: toto1

Displaying 6 results from an estimated 6 matches for "toto1".

Did you mean: toto
2008 Jul 30
1
model mix problem. FALSE CONVERGENCE
...lation sur le fichier de donn?es titi <- read.table(Fic[2],header=T,sep="\t") # Lecture du fichier Protocole indiv <- as.character(titi[,1]) #Identifiant des individus Subject <- as.factor(titi[,1]) n <- dim(titi)[1] #Nb individus toto1 <- read.table(Fic[1],header=T,sep="\t") # Lecture du fichier de donn?es ions <- as.character(toto1[,1]) #Identifiant des ions ## La matrice des Intensit?s if (sum(para$checks1==c(T,F))==2) { toto <- log2(t(toto1[,-c(1:(dim(toto1)[2]-n))])+1) }...
2007 Jun 06
1
add inverse recursive feature or do a mkdir -p/install -D -d ?
...ery parents directoy missing until full path is available on the destination. As workaround I have coded a little script rrsync.sh who do an inverse recursive sync by calling rsync dry-run on every parents and do a full rsync from the first parent available on destination. TEST $ mkdir -p test1/toto1/toto2/toto3/toto4 $ mkdir -p test2 $ touch test1/toto1/toto2/toto3/toto4/a $ rsync -av test1/toto1/toto2/toto3/toto4 test2/toto1/toto2/toto3/toto4 building file list ... done rsync: mkdir "/home/baco/test2/toto1/toto2/toto3/toto4" failed: No such file or directory (2) rsync error: error...
2007 Jan 17
1
file.copy
Hi, Copying a non-existing file with file.copy creates an empty file > r <- file.copy("non-existing-file", ".") > r [1] TRUE ... and returns TRUE! Now, when used in "vectorized" mode > r <- file.copy(c("toto1", "toto2"), c("dest1", "dest2")) [1] FALSE FALSE file.copy looks much more reasonable, except that files "dest1" and "dest2" are still created (despite the fact that "toto1" and "toto2" don't exist). If the 'to...
2007 Apr 11
1
dude with maildir location sintaxis under dovecot
hi... i want to use maildir format so like i see un some manuals i create this directory for my virtual users: # ls -la /export/home/vmail/prueba.uy/t* /export/home/vmail/prueba.uy/toto1: total 4 drwxr-xr-x 2 vmail vmail 512 Apr 10 15:09 . drwxr-xr-x 6 vmail vmail 512 Apr 9 12:11 .. /export/home/vmail/prueba.uy/toto3: total 10 drwxr-xr-x 5 vmail vmail 512 Mar 30 10:43 . drwxr-xr-x 6 vmail vmail 512 Apr 9 12:11 .. drwxrwxrwx 2 vma...
2009 Jul 29
1
parameter "mail_location" and variables
hi.... i have virtual users stored in ldap server and i must to do some modifications that requiere to chage mail_location value... the solution comes to use the "uid" value stored in ldap server for users on mail_location parameter... i can see in http://wiki.dovecot.org/Variables that i can't do them (i uses sasl authentication) so.. ?exist any way to get a value from ldap server
2013 Jul 09
9
One resource immediately after another
I need to apply three resources one immediatelly after another. It''s a ifdown/ifup commands, and command to generate /etc/network/interfaces file. I need to do ifdown, then rebuild interfaces, then ifup. I try to add simple relationship, but in this case some File resources are trying to be applied between ifdown and ifup. So they can''t connect to Puppet master to verify