search for: res7

Displaying 19 results from an estimated 19 matches for "res7".

Did you mean: res
2015 Nov 13
2
Problem switching to BIND9_DLZ
...ation Traceback (most recent call last): File "/usr/sbin/samba_upgradedns", line 261, in <module> paths, lp.configfile, lp) File "/usr/lib/python2.7/dist-packages/samba/provision/__init__.py", line 271, in find_provision_key_parameters names.policyid = str(res7[0]["cn"]).replace("{","").replace("}","") IndexError: list index out of range That is the names.policyid line in below snippet ----------------------------------- res7 = samdb.search(expression="(displayName=Default Domain Policy)"...
2015 Nov 13
2
[SOLVED] Re: Problem switching to BIND9_DLZ
...File "/usr/sbin/samba_upgradedns", line 261, in <module> >> paths, lp.configfile, lp) >> File >> "/usr/lib/python2.7/dist-packages/samba/provision/__init__.py", line >> 271, in find_provision_key_parameters >> names.policyid = str(res7[0]["cn"]).replace("{","").replace("}","") >> IndexError: list index out of range >> >> >> That is the names.policyid line in below snippet >> >> ----------------------------------- >> res7 = samdb.search...
2013 Mar 10
0
max row
...>BL<-(cterm1_P1L + cterm2_P1L); >>>>BH<-(cterm1_P1H + cterm2_P1H); >>>>EN<-m1 + (m-m1)*(1-cterm1_P0L) + n1 + (n-n1)*(1-cterm1_P0H); >>>>N<-m+n >>>>}) >>>>head(res6) >>>>tail(res6) >>>> >>>>res7<-res6[,c(1:4,12,14,15:20)] >>>> >>>>res7<-res7[res7[,9]<=beta & res7[,10]<=beta &res7[,11] <= alpha & res7[,12] <= alpha,]? >>>>res7 >>>>} >>>> >>>> >>>> >>>> >>>&g...
2015 Dec 30
4
dns_tkey_negotiategss: TKEY is unacceptable
...Traceback (most recent call last): File "/ opt / samba / sbin / samba_upgradedns", line 262, in <module> paths, lp.configfile, lp) File "/opt/samba/lib/python2.7/site-packages/samba/provision/__init__.py", line 282, in find_provision_key_parameters names.policyid = str (res7 [0] ["cn"]). replace ("{", ""). replace ("}", "") IndexError: list index out of range With more Debug [....] Module 'tombstone_reanimate' is disabled. Skip registration.lpcfg_servicenumber: could not find ldb schema_fsmo_init: we are mas...
2010 Jul 20
1
p-values pvclust maximum distance measure
...vclust(t(s), method.hclust="ward", method.dist="euclidian", nboot=500) a.res5 <- pvclust(t(s), method.hclust="ward", method.dist="maximum", nboot=500) a.res6 <- pvclust(t(s), method.hclust="ward", method.dist="canberra", nboot=500) a.res7 <- pvclust(t(s), method.hclust="average", method.dist="euclidian", nboot=500) a.res8 <- pvclust(t(s), method.hclust="average", method.dist="maximum", nboot=500) a.res9 <- pvclust(t(s), method.hclust="average", method.dist="canberra&quo...
2015 Nov 13
2
[SOLVED] Re: Problem switching to BIND9_DLZ
On 13/11/15 10:20, mourik jan heupink wrote: > Hi Rowland, Achim, list, > >> The search would probably be better something like this: >> >> res7 = >> samdb.search(expression="(name={31B2F340-016D-11D2-945F-00C04FB984F9})", >> base="CN=Policies,CN=System," + basedn, >> scope=ldb.SCOPE_ONELEVEL, >> attrs=["cn","displayName"]) >...
2015 Nov 13
0
[SOLVED] Re: Problem switching to BIND9_DLZ
...recent call last): > File "/usr/sbin/samba_upgradedns", line 261, in <module> > paths, lp.configfile, lp) > File "/usr/lib/python2.7/dist-packages/samba/provision/__init__.py", > line 271, in find_provision_key_parameters > names.policyid = str(res7[0]["cn"]).replace("{","").replace("}","") > IndexError: list index out of range > > > That is the names.policyid line in below snippet > > ----------------------------------- > res7 = samdb.search(expression="(displayNa...
2015 Nov 13
1
[SOLVED] Re: Problem switching to BIND9_DLZ
...5, Achim Gottinger wrote: > > > Am 13.11.2015 um 11:30 schrieb Rowland Penny: >> On 13/11/15 10:20, mourik jan heupink wrote: >>> Hi Rowland, Achim, list, >>> >>>> The search would probably be better something like this: >>>> >>>> res7 = >>>> samdb.search(expression="(name={31B2F340-016D-11D2-945F-00C04FB984F9})", >>>> >>>> base="CN=Policies,CN=System," + basedn, >>>> scope=ldb.SCOPE_ONELEVEL, >>>> at...
2012 Aug 06
1
cannot find function "simpleRDA2"
...re no.sup <- j } } mm <- 1 FP <- FPval(R2cum,R2prev,n,mm,p) if(FP$pval <= alpha) { adjRsq <- RsquareAdj(R2cum,n,mm) res1 <- var.names[no.sup] res2 <- no.sup res3 <- R2cum res4 <- R2cum res5 <- adjRsq res6 <- FP$Fstat res7 <- FP$pval X.out[no.sup] <- 0 delta <- R2cum } else { stop("Procedure stopped (alpha criterion): pvalue for variable ",no.sup," is ",FP$pval) } ## Add variables X to the model while((FP$pval <= alpha) & (mm <= K) & (R2cum <= R2thres...
2015 Dec 30
2
dns_tkey_negotiategss: TKEY is unacceptable
...# Returned 4 records # 1 entries # 3 referrals One important thing to previous email error edited the file in line where accuses the error I came /opt/samba/lib/python2.7/site-packages/samba/provision/__init__.py +282 and commented the line (not sure if this and bad) # names.policyid = str (res7 [0] ["cn"]). replace ("{", ""). replace ("}", "") Thus the error entering --dns-backend samba_upgradedns = BIND9_DLZ or --dns-backend samba_upgradedns = SAMBA_INTERNAL sumio and the case is made that, however validei the DNS account is deleted b...
2015 Dec 30
2
dns_tkey_negotiategss: TKEY is unacceptable
...to previous email error edited the file in line >> where accuses the error >> >> I came >> /opt/samba/lib/python2.7/site-packages/samba/provision/__init__.py +282 >> >> and commented the line (not sure if this and bad) >> >> # names.policyid = str (res7 [0] ["cn"]). replace ("{", ""). replace >> ("}", "") >> >> Thus the error entering --dns-backend samba_upgradedns = BIND9_DLZ or >> --dns-backend samba_upgradedns = SAMBA_INTERNAL sumio and the case is >> made that,...
2015 Nov 13
0
[SOLVED] Re: Problem switching to BIND9_DLZ
Am 13.11.2015 um 11:30 schrieb Rowland Penny: > On 13/11/15 10:20, mourik jan heupink wrote: >> Hi Rowland, Achim, list, >> >>> The search would probably be better something like this: >>> >>> res7 = >>> samdb.search(expression="(name={31B2F340-016D-11D2-945F-00C04FB984F9})", >>> >>> base="CN=Policies,CN=System," + basedn, >>> scope=ldb.SCOPE_ONELEVEL, >>> attrs=["cn",...
2015 Dec 30
0
dns_tkey_negotiategss: TKEY is unacceptable
...ast): > File "/ opt / samba / sbin / samba_upgradedns", line 262, in <module> > paths, lp.configfile, lp) > File > "/opt/samba/lib/python2.7/site-packages/samba/provision/__init__.py", > line 282, in find_provision_key_parameters > names.policyid = str (res7 [0] ["cn"]). replace ("{", ""). replace > ("}", "") > IndexError: list index out of range > > With more Debug > > [....] > > Module 'tombstone_reanimate' is disabled. Skip > registration.lpcfg_servicenumber: coul...
2015 Dec 30
0
dns_tkey_negotiategss: TKEY is unacceptable
...ast): > File "/ opt / samba / sbin / samba_upgradedns", line 262, in <module> > paths, lp.configfile, lp) > File > "/opt/samba/lib/python2.7/site-packages/samba/provision/__init__.py", > line 282, in find_provision_key_parameters > names.policyid = str (res7 [0] ["cn"]). replace ("{", ""). replace > ("}", "") > IndexError: list index out of range > > With more Debug > > [....] > > Module 'tombstone_reanimate' is disabled. Skip > registration.lpcfg_servicenumber: coul...
2013 Feb 28
11
new question
...,"z")]})) res6<- lapply(res5,function(x) lapply(x,function(x1) {x1$counts<-sapply(x1$spec, function(x2) length(gsub("\\s", "", unlist(strsplit(x2, ",")))));x3<-as.data.frame(x1);names(x3)[6]<- as.character(unique(x3$folder_name));x3[,-c(1,5)]})) ? res7<-lapply(res6,function(x) Reduce(function(...) merge(...,by=c("Seq","Mod","z"),all=TRUE),x)) ?res8<-res7[lapply(res7,length)!=0] ?res9<- Reduce(function(...) merge(...,by=c("Seq","Mod","z"),all=TRUE),res8) res9[is.na(res9)] <...
2015 Dec 30
0
dns_tkey_negotiategss: TKEY is unacceptable
...t; > > One important thing to previous email error edited the file in line > where accuses the error > > I came > /opt/samba/lib/python2.7/site-packages/samba/provision/__init__.py +282 > > and commented the line (not sure if this and bad) > > # names.policyid = str (res7 [0] ["cn"]). replace ("{", ""). replace > ("}", "") > > Thus the error entering --dns-backend samba_upgradedns = BIND9_DLZ or > --dns-backend samba_upgradedns = SAMBA_INTERNAL sumio and the case is > made that, however validei the...
2013 Feb 01
29
cumulative sum by group and under some criteria
Thank you very much for your reply. Your code work well with this example. I modified a little to fit my real data, I got an error massage. Error in split.default(x = seq_len(nrow(x)), f = f, drop = drop, ...) : Group length is 0 but data length > 0 On Thu, Jan 31, 2013 at 12:21 PM, arun kirshna [via R] < ml-node+s789695n4657196h87@n4.nabble.com> wrote: > Hi, > Try this: >
2014 Mar 07
3
[LLVMdev] [RFC] Add second "failure" AtomicOrdering to cmpxchg instruction
...mpxchg volatile i32* %ptr, i32 %cmp, i32 %new acquire - %res6 = cmpxchg volatile i32* %ptr, i32 %cmp, i32 %new acquire +; CHECK-NEXT: %res6 = cmpxchg volatile i32* %ptr, i32 %cmp, i32 %new acquire acquire + %res6 = cmpxchg volatile i32* %ptr, i32 %cmp, i32 %new acquire acquire -; CHECK-NEXT: %res7 = cmpxchg i32* %ptr, i32 %cmp, i32 %new singlethread acquire - %res7 = cmpxchg i32* %ptr, i32 %cmp, i32 %new singlethread acquire +; CHECK-NEXT: %res7 = cmpxchg i32* %ptr, i32 %cmp, i32 %new singlethread acquire acquire + %res7 = cmpxchg i32* %ptr, i32 %cmp, i32 %new singlethread acquire acquire...
2013 Feb 15
10
reading data
Hi, #working directory data1 #changed name data to data1.? Added some files in each of sub directories a1, a2, etc. ?indx1<- indx[indx!=""] lapply(indx1,function(x) list.files(x)) #[[1]] #[1] "a1.txt"??????? "mmmmm11kk.txt" #[[2]] #[1] "a2.txt"??????? "mmmmm11kk.txt" #[[3]] #[1] "a3.txt"??????? "mmmmm11kk.txt" #[[4]] #[1]