search for: extric

Displaying 8 results from an estimated 8 matches for "extric".

Did you mean: extrac
2007 Apr 18
2
[PATCH] Fix potential interrupts during alternative patching [was Re: [RFC] Avoid PIT SMP lockups]
...-------- Interrupts must be disabled during alternative instruction patching. On systems with high timer IRQ rates, or when running in an emulator, timing differences can result in random kernel panics because of running partially patched instructions. This doesn't yet fix NMIs, which requires extricating the patch code from the late bug checking and is logically separate (and also less likely to cause problems). Signed-off-by: Zachary Amsden <zach@vmware.com> diff -r 773ac0ebfeb4 arch/i386/kernel/alternative.c --- a/arch/i386/kernel/alternative.c Wed Oct 18 06:03:56 2006 -0700 +++ b/a...
2007 Apr 18
2
[PATCH] Fix potential interrupts during alternative patching [was Re: [RFC] Avoid PIT SMP lockups]
...-------- Interrupts must be disabled during alternative instruction patching. On systems with high timer IRQ rates, or when running in an emulator, timing differences can result in random kernel panics because of running partially patched instructions. This doesn't yet fix NMIs, which requires extricating the patch code from the late bug checking and is logically separate (and also less likely to cause problems). Signed-off-by: Zachary Amsden <zach@vmware.com> diff -r 773ac0ebfeb4 arch/i386/kernel/alternative.c --- a/arch/i386/kernel/alternative.c Wed Oct 18 06:03:56 2006 -0700 +++ b/a...
2006 May 13
2
Adding error bars to a trellis barchart display
Hi all -- I'm using trellis to generate bar charts, but there's no built-in function to generate error bars or confidence intervals, as far as I can tell. I assumed I could just write my own panel function to add them, so I searched the archive, and found a posting from the author of the package stating "... placing multiple bars side by side needs specialized calculations, which
2005 Jun 16
9
Re: dom0 bootstrap for xenstore
On Thu, 2005-06-16 at 06:17 +0100, Keir Fraser wrote: > > I suggested that we simply mmap /dev/kmem for the xenstored to access > > the domain0 page for the moment. That doesn''t work: we''ll do something > > else. > > Just use xc_map_foreign_range(), as you would for mapping any other > domain''s xenstore page. So here''s my patch
2010 Jul 12
1
What is the degrees of freedom in an nlme model
Dear all, I want to do a F test, which involves calculation of the degrees of freedom for the residuals. Now say, I have a nlme object "mod.nlme". I have two questions 1.How do I extract the degrees of freedom? 2.How is this degrees of freedom calculated in an nlme model? Thanks. Jun Shen Some sample code and data =================================================================
2005 Jun 03
2
[Fwd: Samba Blues]
Ok...I can't believe I'm still struggling with this!!! I've setup a SAMBA server using ARCH Linux 0.7 (Wombat) *what a distro!!* and everything is fine except when it comes to adding machines to the domain (aaarrrgghh). When I try to do it via windows, I get "the domain is no longer available". So I add a machine account manually, then go to windows and walla, I get the
2005 Jul 02
0
CCP Believes Australian Government Can Be Bought
...and relieved. I felt as refreshed as grass covered in early morning dew. Advice to Chinese People in Australia Hao Fengjun said: Life in Australia is tougher than life in China. The reason I came here is not to seek a better material life, but to look for a way to extricate myself from the heavy burden of my experiences. I want to expose their dark nature to the people of the world so they will have a better understanding of the CCP. As a former employee of the CCPs public security system, I recognize the fabrications of my ex-coworkers w...
2010 Mar 26
23
RAID10
Hi All, I am looking at ZFS and I get that they call it RAIDZ which is similar to RAID 5, but what about RAID 10? Isn''t a RAID 10 setup better for data protection? So if I have 8 x 1.5tb drives, wouldn''t I: - mirror drive 1 and 5 - mirror drive 2 and 6 - mirror drive 3 and 7 - mirror drive 4 and 8 Then stripe 1,2,3,4 Then stripe 5,6,7,8 How does one do this with ZFS?