similar to: Excluding most and including some problems continue.

Displaying 20 results from an estimated 300 matches similar to: "Excluding most and including some problems continue."

2010 Sep 28
1
How to mirror only specified directories
I am trying to mirror only select directories from one server to another with rsync through its daemon mode. Server A /export /home /A-do /A-not /A-copy /das /htdocs /docs /em /htdocs /docs /psb /htdocs /docs /X-do /X-not /X-copy Server B /export /home /extranet
2010 Oct 29
1
What won't rsync sync this file?
For some reason, Rsync did not copy two specific file. Then I tried to specifically tell it to synchronize one of them and I get this result. *I* don't see any reason why to chose not to copy this file, but maybe on of you out there would see the obvious reason I am missing. dprweb> /usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod
2007 Jun 27
1
SEM model fit
I wonder if someone could explain why, when I perform confirmatory factor-analysis model using polychoric correlations why I do not get an estimated confidence interval for the RMSEA. My experience with these type models is that I would obtain a confidence interval estimate. I did not get any warning messages with the output. RESULTS: Model Chisquare = 1374 Df = 185 Pr(>Chisq) = 0
2006 Mar 04
6
Determine if a value is an instance of String , or Array , or...
each loop inside a mixed hash I need to determine if the value is an instance of String How ? hash.each do |k,v| if v ( instance of ) String hash[ k ] = v.capitalize enf end
2010 Sep 16
1
Rsync failed as a cron task.
Any advice for an all around newbie. I have a rsync command that works just fine whenever I have executed it directly from the command line. /usr/local/bin/rsync -v -v -v -P --stats -z -r -t -p -l --delete --password-file=/export/home/webuser/.appprod --exclude "*.htaccess" /export/home/xternal/htdocs/ webuser at appprod::dprweb_www > /export/home/webuser/logs/rsync But when we
2010 Sep 21
2
Rsync command failing as a Cron Tab
We have this Rsync command that does what is desired when ran either directly OR with a shell script. /usr/local/bin/rsync -vvv -P --stats -zrtpl --delete --password-file=/export/home/webuser/.appprod - -log-file=/exp*/h*/web*/logs/rsync-log --exclude "*.htacc*" /exp*/h*/xter*/htdocs/ webuser at appprod:: dprweb_www > /exp*/h*/web*/logs/rsync-output But no matter how we put it into
2009 Feb 07
1
Performing a glm binomial model
Hello R-users, My first consult is that I would like to tackle the relationship between a dependent variable and four environmental factors using a glm binomial model. The problem is that I want to test the interaction between factors too and I would like to learn some way to do it automatically. Now, my syntax is, for instance: E1<-glm(formula = (ENF/TOT)~VAR1+VAR2+VAR3+VAR4, family =
2018 Mar 07
2
Zona horaria
Buenas, Quiero guardar una fecha con la fecha romeo, es decir, que sa?ada o quite las horas respeto a GMT, es decir, de la siguinte manera: 2018-03-07 13:11:20 -06 En R he encontrado esta manera: as.POSIXlt.POSIXct(t, tz="Etc/GMT+6") Pero queiro hacerlo que valga para la zona de Mexcio central, donde enf ucnion de la epoca del a?o es o bien +6 o bien +7. ?Alguien sabe como hacerlo
2013 Sep 29
1
My Clients Windows not update DNS in samba4 DC
Hi, I done joining the Samba 4.0.9 Domain Controller to the existing 2003 domain Transfer all roles to samba4 Down in Windows 2003 server Add client windows to domain! But client windows not update DNS in samba4. Any ideas ? Grato. Jac? Ramos -- *"O homem n?o foi criado para ser feliz nem para vencer, mas para viver para Deus. Quando vive para Deus ? feliz e vence."
2013 Sep 26
1
Failed FSMO transfer - role naming - samba 4.0.9
Hi, ------------------------------------------------------------ root at samba4:~# samba-tool fsmo show InfrastructureMasterRole owner: CN=NTDS Settings,CN=SAMBA4,CN=Servers,CN=Primeiro-site-padrao,CN=Sites,CN=Configuration,DC=UDOPIAUI,DC=NET,DC=BR RidAllocationMasterRole owner: CN=NTDS Settings,CN=SAMBA4,CN=Servers,CN=Primeiro-site-padrao,CN=Sites,CN=Configuration,DC=UDOPIAUI,DC=NET,DC=BR
2013 Oct 14
1
Clients Windows not update record DNS on zone BIND9_DLZ
Hi List, My clients windows not update record DNS on zones! Show my log: ------------------------------------------ samba_dlz: starting transaction on zone jacoramos.net.br client 192.168.0.20#1080: update 'jacoramos.net.br/IN' denied samba_dlz: cancelling transaction on zone jacoramos.net.br ------------------------------------------ Anyone have any ideas? Thanks! Jac? Ramos --
2013 Oct 11
1
Samba4 join Windows 2003 Server with BIND9_DLZ
Hi, root at samba4:~# samba-tool domain join jacoramos.net.br DC -Uadministrador --realm=jacoramos.net.br --dns-backend=BIND9_DLZ Finding a writeable DC for domain 'jacoramos.net.br' Found DC win2003.jacoramos.net.br Password for [WORKGROUP\administrador]: workgroup is JACORAMOS realm is jacoramos.net.br checking sAMAccountName Adding CN=SAMBA4,OU=Domain
2006 Feb 10
1
Question on big JPG plots in function warpping format
Hello: I have problems generating big JPG plots in functions. the following code runs fine in the script: #### runs fine in script, generate 40k "test1.jpg" in the given directory plotPlatesAlong <- c(1:5) plotDirPath <- paste(dataPath, "OutputPlots\\", sep="") filename <- paste(plotDirPath,"test1.jpg", sep="") jpeg(file=filename)
2016 Oct 14
2
First steps in Dovecot; IMAP not working
doveconf -n: # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-042stab116.1 x86_64 Debian 8.6 mail_location = mbox:~/mail:INBOX=/var/mail/%u namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent }
2012 Jun 01
4
regsubsets (Leaps)
Hi i need to create a model from 250 + variables with high collinearity, and only 17 data points (p = 250, n = 750). I would prefer to use Cp, AIC, and/or BIC to narrow down the number of variables, and then use VIF to choose a model without collinearity (if possible). I realize that having a huge p and small n is going to give me extreme linear dependency problems, but I *think* these model
2013 Oct 11
2
Samba 4.1.0 join Windows 2003 Server with BIND9_DLZ
Hi guys, When run join in DC root at samba4:~# samba-tool domain join jacoramos.net.br DC -Uadministrador --realm=jacoramos.net.br --dns-backend=BIND9_DLZ Finding a writeable DC for domain 'jacoramos.net.br' Found DC win2003.jacoramos.net.br Password for [WORKGROUP\administrador]: workgroup is JACORAMOS realm is jacoramos.net.br checking sAMAccountName Adding CN=SAMBA4,OU=Domain
2008 Mar 27
0
handling post-remove URL / uninstall of application
Hi there, I''ve configured my post-remove URL (which has to be directly to my site, not an apps.facebook.com URL) and now I''m trying to figure out how to handle this. It''s poorly documented here: http://wiki.developers.facebook.com/index.php/Post-Remove_URL It seems as though support for this is currently not yet in Facebooker. In order to get it to work, it
2000 Jan 03
1
Problem with file permission
Hi all, I've this problem: I've a file on my linux system (/tmp/bogus.txt) with permission 775 and ownership borsa:users. /tmp directory is shared with samba 2.0.6 User luigi:webuser, with additional group users, open bogus.txt with windows (with notepad.exe) and modify it. At this time, bogus.txt become owned by luigi:webuser. Now I (borsa:users) want to modify bogus.txt, but I've
2013 Oct 01
0
Update register SOA samba 4.1
Hi, How to update register SOA in samba 4.1rc4 ? Thanks!. Jac? Ramos -- *"O homem n?o foi criado para ser feliz nem para vencer, mas para viver para Deus. Quando vive para Deus ? feliz e vence." Isaltino Gomes * * $whoami* - Perito Forense Computacional - Pentester - Esp. em Seguran?a de Redes de Computadores com enf?se a Per?cia Forense Computacional - FACID -
2013 Oct 01
0
Samba 4.1rc4 not replicating zone reverse of Windows 2003 Server
Hi, Run : samba-tool domain join udopiaui.net.br DC -Uadministrador --realm= udopiaui.net.br But, when run: samba-tool dns zonelist samba4 show 2 zones: - udopiaui.net.br - _msdcs.udopiaui.net.br - reverse - ???????????? - no replicate Any Ideas? Grato. Jac? Ramos -- *"O homem n?o foi criado para ser feliz nem para vencer, mas para viver para Deus. Quando vive para Deus ? feliz e