search for: tstd

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

Did you mean: std
2010 Nov 29
1
Troubles in plotting to a postscript file (not to png)
...--- Here are my problems: -) xlab=expression(paste(lambda,"(",~mu,m,")")) : it correctly prints the "mu" greek letter but it fails for the "lambda" letter, leaving a blank space -) text(min(mchain[2,]),max(tdensity$y),substitute( T[disk,med] == tmed %+-% tstd (K),list(tmed=tmed,tstd=tstd)),pos=4,cex=1.5 ) : it prints everything, but the "+-" symbol and "(K)" overlap with the substitute for tmed and tstd respectively. How can I force a blank space between numbers and symbols? Also, how can I set the number of decimal digits for t...
2012 Dec 13
7
HVM bug: system crashes after offline online a vcpu
Hi Konrad I encountered a bug when trying to bring offline a cpu then online it again in HVM. As I''m not very familiar with HVM stuffs I cannot come up with a quick fix. The HVM DomU is configured with 4 vcpus. After booting into command prompt, I do following operations. # echo 0 > /sys/devices/system/cpu/cpu3/online # echo 1 > /sys/devices/system/cpu/cpu3/online With