search for: exch

Displaying 20 results from an estimated 71 matches for "exch".

Did you mean: each
2013 May 16
2
Failure to join existing domain Windows 2003 Server domain
...cifying slightly higher debug levels (1,2,3) but didn't get any more information just before the exception but I did see warnings like this: Analyze and apply schema objects ../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030006 Warning: Failed to convert schema object CN=ms-Exch-MHS-Link-Monitoring-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=COM into ldb msg ../source4/dsdb/schema/schema_syntax.c:1021: Unknown governsID 0x00030006 Warning: Failed to convert schema object CN=ms-Exch-MHS-Server-Monitoring-Config,CN=Schema,CN=Configuration,DC=WIN,DC=STARPOINT,DC=...
2011 Oct 13
3
nls: singular convergeance
...8,377.2899,380.8858,385.9601 ,420.2834,438.3807,453.9618,473.7764,493.0898,513.0759,531.1967,549.5310 ,564.8920,584.8651,670.3014,674.2099,677.9492,680.5667,684.3941,688.2404 ,690.7223,693.3406,697.9022,700.6606) trans <- 13.38 trans2 <- 28.53 estCd <- 1975 estConst1 <- 0.00115689 estExch <- 0.00171680 Cb <- 330.1 Cmin <- 357 Ci <- 101000 R <- 0.001104768 A <- 16 V <- 8 rismod <- nls(seg_an ~ crv5(t, R, exch, trans, trans2, Cd, const1, Cmin, Cb, A, V, Ci, Cmin.new), start = list(Cd = estCd, const1 = estConst1, exch = estExch), lower = c(100, 1e-0...
2000 Nov 16
1
postscript error
.../gr { grestore } def /bp { gs 595.00 0 translate 90 rotate} def /ep { showpage gr } def /m { moveto } def /l { lineto } def /np { newpath } def /cp { closepath } def /f { fill } def /o { stroke } def /c { newpath 0 360 arc } def /r { 3 index 3 index moveto 1 index 4 -1 roll lineto exch 1 index lineto lineto closepath } def /p1 { stroke } def /p2 { bg setrgbcolor fill fg setrgbcolor } def /p3 { gsave bg setrgbcolor fill grestore stroke } def /t { 6 -2 roll moveto gsave rotate ps mul neg 0 2 1 roll rmoveto 1 index stringwidth pop mul neg 0 rmoveto show gre...
2004 Dec 29
0
GEE with own link function
...(I'm using R 2.0.1 under Windows 2000) ## Example for geese() from the R-Help ##################### I took the example from the help: > data(ohio) > summary(geese(resp ~ age + smoke + age:smoke, id=id, data=ohio, + family=binomial(link="logit"), corstr="exch", scale.fix=TRUE)) Call: geese(formula = resp ~ age + smoke + age:smoke, id = id, data = ohio, family = binomial(link = "logit"), scale.fix = TRUE, corstr = "exch") Mean Model: Mean Link: logit Variance to Mean Relation: binomial Coefficient...
2002 Sep 11
1
Silly question on DH key exch in ssh
hello, I'm also developing a ssh application in java and I also got stuck with DH-Key Exchange. I just get to the SSH_MSG_KEXDH_REPLY from the server. But what is he expecting me to send then, as far as I understand the Transport Layer Protcol I should send the SSH_MSG_NEWKEYS message, but that doesn't work. Does anyone know what to send then? (the hint from Markus Friedl with kexd...
2002 Jul 02
1
Silly question on DH key exch in ssh
Hey all. Apologies if this is the wrong place to post this question. I'm developing an open source Java SSH (v2) client API, and need a bit of help. 1) After receiving the KEXDH_RESPONSE packet, reading SSH Transport Layer Protocol (March 2002), Section 5.2, Output from Key Exchange: do I assume that, in HASH (K || H || "A" || session_id), H is a mpint? The spec states that K is a mpint but doesnt specify for H. 2) Also, how do I communicate my public key to the server? From the spec, I gather that the next packet to send is a SSH_MSG_NEWKEYS with no data...
2006 May 12
1
Some error about adding.
Ok so I''m trying to make a little exchange 3 for 1 of 1 higher rank here is the code in the controller: def exch_link @id = @session[:user].id @type = @params[:type] exch(@id,@type) end def exch(user_id,this_type) @user = User.find(:condtions => "id = " + user_id) @ranks = ["xw","w","m",&quo...
2008 Feb 21
0
[LLVMdev] compare and swap
...easy to pattern match > CAS -> Compare > in those backends that can save the compare by testing the result of > the store conditional. Food for thought, on x86 it is typical to have a lock-free algorithm like so: int cmp, newcmp = *ptr; do { cmp = newcmp; } while((newcmp = cas(ptr, exch, cmp)) != cmp); Which translates (optimized) into: mov eax, [ptr] loop: lock cmpxchg [ptr], exch jnz loop cmpxchg fills eax with the old [ptr] value and sets ZF on success, so it can be used without extra load and compare instructions. I am not sure if LLVM has any concept of volatile, but [ptr...
2010 Oct 30
2
Exchange 2010 on Xen 4.0.1
Hi All, I have 2 fresh installs of Server 2008 R2 on my box (One DC, One Exchange 2k10) with the following configs: DC: http://paste.pocoo.org/show/283558/ Exchange: http://paste.pocoo.org/show/283559/ I also installed the latest GPLPV drivers and everything appears to be functioning normally. However, i cannot get exchange to install. I get this error when it attempts to...
2004 May 26
6
Saving Trellis Graphics in R 1.9.0. (PR#6915)
Full_Name: Zdenek Valenta Version: 1.9.0. OS: Windows XP Submission from: (NULL) (147.231.7.250) I could not copy/save (Trelis) graphics using R version 1.9.0. The graphics displayed normally, but copying/saving it only produced an empty file. Everything works o.k. with R rel. 1.8.1. Best regards, Zdenek Valenta
2008 Feb 21
2
[LLVMdev] compare and swap
On 2/21/08, Torvald Riegel <torvald at se.inf.tu-dresden.de> wrote: > why is the intrinsic name not CAS? And having another version that returns > just a bool might be better in some cases ( 1. does CAS return the value on > all architectures? 2. you can just jump based on a flag and don't need to > compare it again). Just my 2 cents though ... I was going from
2000 Aug 02
1
Re: [R] problem clipping R postscript plots within latex (PR#623)
...o get right. > > > > Thanks. To solve my current problem, I changed the definition of the > > `cl' operator in the postscript file to: > > > > /cl { gsave initclip newpath 3 index 3 index moveto 1 index > > 4 -1 roll lineto exch 1 index lineto lineto > > closepath clip grestore newpath } def > > > > [i.e. just adding the gsave ... grestore pair] > > > > Whether this is the proper solution though is another matter... > > PD> It isn't. It grestore-s...
2008 Sep 09
0
New member with question on multiple comparisons in mixed effects models
...g TukeyHSD, but when I try to do this using the "glht" method in the multcomp library I get an error message which seems to indicate a wrong synthax, yet I think I am following the instructions given on the package documentation. Below are the code lines and the R reply. > glht(inner.exch.M9.lme,linfct=mcp(Personality:Day = "Tukey")) Error: unexpected '=' in "glht(inner.exch.M9.lme,linfct=mcp(Personality:Day =" (inner.exch.M9.lme is the model object, Personality and Day are the two fixed factors the levels of which I want to compare) I also tried witho...
2009 Sep 02
1
problem in loop
...loop. I want to get the matrix of correlation coefficients (matrix, name: est) from geese by using loop(500 times) . I used following code to update, nsim<-500 est<-matrix(ncol=2, nrow=nsim) for(i in 1:nsim){ fit <- geese(x ~ trt, id=subject, data=data_gee, family=binomial, corstr="exch", scale.fix=TRUE) ............. corr_gee<-summary(fit)$correlation[1] se_corrgee<-summary(fit)$correlation[2] est[i,]<-c(corr_gee, se_corrgee) } But, I got an error message : number of subsript in matrix does not match. Can somebody help me? I think sumary(fit)$correlation[1] print...
2015 Aug 26
2
Inconsistent DCs / Failed to convert objects / WERR_GENERAL_FAILURE
...out_helpers.c:745(dreplsrv_op_pull_source_apply_changes_trigger) Failed to convert objects: WERR_GENERAL_FAILURE/NT_STATUS_INVALID_NETWORK_RESPONSE [2015/08/27 00:42:07.434384, 0] ../source4/dsdb/repl/replicated_objects.c:690(dsdb_replicated_objects_convert) Failed to convert object CN=ms-Exch-Container,CN=Schema,CN=Configuration,DC=corp,DC=mydomain,DC=fr: WERR_GENERAL_FAILURE [2015/08/27 00:42:07.437905, 0] ../source4/dsdb/repl/drepl_out_helpers.c:745(dreplsrv_op_pull_source_apply_changes_trigger) Failed to convert objects: WERR_GENERAL_FAILURE/NT_STATUS_INVALID_NETWORK_RESPONSE...
2005 Jan 18
4
embedding fonts in eps files
Hi, I have to make eps files with fonts embedded. I use the following postscript command: postscript("fig3a.eps", width = 5.2756, height = 7.27, pointsize = 7,horizontal = FALSE, onefile = FALSE, paper = "special",family = "Times") plot(...) dev.off() Are fonts automatically embedded in this way? How can I see that? If not, how to do it? regards, Rudi.
2002 Mar 25
2
Extreme value distributions (Long.)
...egin .ps.prolog /gs { gsave } def /gr { grestore } def /ep { showpage gr gr } def /m { moveto } def /l { lineto } def /np { newpath } def /cp { closepath } def /f { fill } def /o { stroke } def /c { newpath 0 360 arc } def /r { 3 index 3 index moveto 1 index 4 -1 roll lineto exch 1 index lineto lineto closepath } def /p1 { stroke } def /p2 { gsave bg setrgbcolor fill grestore newpath } def /p3 { gsave bg setrgbcolor fill grestore stroke } def /t { 6 -2 roll moveto gsave rotate ps mul neg 0 2 1 roll rmoveto 1 index stringwidth pop mul neg 0 rmoveto...
2000 Aug 02
1
Re: [R] problem clipping R postscript plots within latex (PR#625)
...; > > > Thanks. To solve my current problem, I changed the definition of the > > > `cl' operator in the postscript file to: > > > > > > /cl { gsave initclip newpath 3 index 3 index moveto 1 index > > > 4 -1 roll lineto exch 1 index lineto lineto > > > closepath clip grestore newpath } def > > > > > > [i.e. just adding the gsave ... grestore pair] > > > > > > Whether this is the proper solution though is another matter... > > > >...
1999 Mar 03
4
xfig device
Hi, I am VERY interested in getting the xfig driver so that I can edit graphical output from R. Searching through the mail archives and reading documentation isn't helping. Is there or isn't there a working driver for this purpose. How can I get it? I tried looking at the development version of the tarballs, but I didn't find anything that looked promising in there. Also, does
2000 Aug 04
2
pattern on bars?
Colors are real nice, but the publication I'm preparing these barplots for permits only black and white. The Splus plot options ``dbangle'' (or plain ``angle'') and ``density'' (as on p. 65 of MASS 1st ed.) don't seem to be available in R. Is there another way to do this? I'm running R 1.1.0 on Linux (intel). Thanks.