search for: eyecatch

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

Did you mean: eyepatch
2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
...t;-1" + +# NB: setting period requires non-zero slice +# scale current period in half +slice = "1" + +opts = "%s -p %s -s %s" %(domain.getName(), period, slice) +(status, output) = traceCommand("xm sched-sedf %s" %(opts)) + +# we should see this output from xm +eyecatcher = "Failed to set sedf parameters" + +# check for failure +if output.find(eyecatcher) >= 0: + FAIL("sched-sedf let me set bogus period (%s)" %(period)) diff -r f14e12b3327a tools/xm-test/tests/sedf/03_sedf_slice_lower_neg.py --- /dev/null Tue Mar 7 23:09:23 2006 +++ b/to...
2002 Nov 27
0
invalid key given to dptr_close
A productional system (linux) running samba 2.2.5 runs 'cracy' from yesterday. There are lot of 'odd' behaviours. People cant logon or cant logoff. Access to files fails. Examining the logs the most eyecatching events are: (not that the keynumber started at 959 and went slowly down. I did not wait until it goes to zero and let the user reboot its machine before) Any idea ? thnx, peter [2002/11/27 12:22:43, 0] smbd/dir.c:dptr_close(277) Invalid key 280 given to dptr_close [2002/11/27 12:22:43, 0]...
2009 Dec 03
2
(Grouped + Stacked) Barplot
Hi All, I have googled and tried finding if someone has ever tried producing (Grouped + Stacked) Barplot. I couldn't find one. My data needs to be reshaped, but once it is done it would be something like this: Factor1 Factor2 Factor3 Value A X P 10 A X Q 20 A Y P 20 A Y Q 5 A Z P 20 A Z Q 10 B X P 20 B X Q 10 B