search for: wn2

Displaying 2 results from an estimated 2 matches for "wn2".

Did you mean: on2
2017 Jun 19
0
quantreg::rq.fit.hogg crashing at random
...r)) # stop("R and r of incompatible dimension") # if (ncol(R) != p) # stop("R and X of incompatible dimension") d <- rep(1, m * n) u <- rep(1, m * n) if (length(r)) { wn1 <- rep(0, 10 * m * n) wn1[1:(m * n)] <- 0.5 wn2 <- rep(0, 6 * n2) wn2[1:n2] <- 1 z <- .Fortran("rqfnc", as.integer(m * n), as.integer(n2), as.integer(p), a1 = as.double(t(as.matrix(X))), c1 = as.double(-y), a2 = as.double(t(as.matrix(R))), c2 = as.double(-r), rhs = as.double(...
2008 Jun 16
5
Re: ssh between DomUs in Xen3.2
...mU to another [root@localhost ~]# telnet 192.168.17.201 22 Trying 192.168.17.201... Connected to 192.168.17.201 (192.168.17.201). Escape character is ''^]''. and then it just hangs... So it looks like I can connect to the port from DomU to DomU. But from Dom0 to a DomU [root@gxn-wn2 ~]# telnet 192.168.17.201 22 Trying 192.168.17.201... Connected to 192.168.17.201 (192.168.17.201). Escape character is ''^]''. SSH-1.99-OpenSSH_3.9p1 Connection closed by foreign host. I am scratching my head... David > Hello David > > Let''s try fix thi...