search for: xener

Displaying 3 results from an estimated 3 matches for "xener".

Did you mean: tener
2009 Jul 20
2
assign question
Dear R People: I have several vectors, sa1, sa2,...sa27 of varying lengths. I want to produce one vector xener[1:27] which has the minimum of each sa[i]. I'm trying to set up a loop and use the assign statement, but here are my results: > for(i in 1:27) { + xener[i] <- min(assign(paste("sa",i,sep=""))) + } Error in assign(paste("sa", i, sep = "")) : elem...
2008 Jun 13
11
Have 2 DomU share a same Logical Volume
Hi xeners, I am trying to have 2 DomU share a single Logical Volume. I need that at least one of the DomU has read-write access to the LV. I have tried, but up to now, it only works if both DomU have read-only writes to the LV. That''s a problem for me, because I wanted to set up Nginx on a DomU,...
2012 May 30
0
question about xen/stable-2.6.32.x
Dear Xeners I have use the "make world" to compile the xen source tarball such as xen-4.0.2, xen-4.0.3, which can build the dom0 kernel and domu kernel simultaneously. After the command: "git check -b xen/stable-2.6.32.x xen/xen/stable-2.6.32.x" It displays the error as follow: fatal:g...