search for: kernel2

Displaying 9 results from an estimated 9 matches for "kernel2".

Did you mean: kernel
2006 Nov 11
2
Bayesian question (problem using adapt)
...ted the posterior density for a Bayesian survival model with four parameters. However, when I try to use the adapt function to perform integration in four dimensions (on my old version of R I get an error message saying that I have applied a non-function, although the function does work when I type kernel2(param0, theta0), or on the newer version of R the computer crashes. I have attached the following R code: hazard1 <- function(x, param) { if(min(x, param)<=0) {return("function undefined")} return(param[1]*x^(param[2] -1)) } gm <- function( theta, param) { dgamma(param[1]...
2007 Mar 20
2
0.22.2 bug?
...quot;true", before => Exec["make-prep-kernels"]; } Version 0.22.1 ran ok but version 0.22.2 produces the following warning: warning: Unrecognised escape sequence ''\('' in file /srv/puppet/manifests/classes/build-xen-kernel2.pp at line 160 warning: Unrecognised escape sequence ''\)'' in file /srv/puppet/manifests/classes/build-xen-kernel2.pp at line 160 warning: Unrecognised escape sequence ''\1'' in file /srv/puppet/manifests/classes/build-xen-kernel2.pp at line 160 As these are valid...
2016 Jan 13
0
Re: [libvirt] Quantifying libvirt errors in launching the libguestfs appliance
...ifferent causes, but if they do then potentially we're > seeing a mix of both since my test has no way to distinguish them. > I just experimented with this, I think it's the issue I suggested at: https://bugzilla.redhat.com/show_bug.cgi?id=1269975#c4 I created two VMs, kernel1 and kernel2, just booting off a kernel in $HOME/session-kernel/vmlinuz. Then I added this patch: diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index f083f3f..5d9f0fa 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -4901,6 +4901,13 @@ qemuProcessLaunch(virConnectPtr conn,...
2016 Jan 13
7
Quantifying libvirt errors in launching the libguestfs appliance
As people may know, we frequently encounter errors caused by libvirt when running the libguestfs appliance. I wanted to find out exactly how frequently these happen and classify the errors, so I ran the 'virt-df' tool overnight 1700 times. This tool runs several parallel qemu:///session libvirt connections both creating a short-lived appliance guest. Note that I have added Cole's
2016 Aug 10
3
SCEV LoopTripCount
...signed long kernel(long w, long h, long d) { unsigned long count = 0; for(int i = 0; i < w; ++i) for(int j = i; j < h; ++j) for(int k = j; k < d; ++k) ++count; return count; } into this (it might not take into account overflows, it was generated using the barvinok library): unsigned long kernel2(long w, long h, long d) { return (-1 + w >= 0 && -1 - w + h >= 0 && -1 - h + d >= 0) ? (((((2 * w - 3 * w*w + w*w*w) + 3 * w * h + -3 * w * h*h) + ((3 * w - 3 * w*w) + 6 * w * h) * d))/6) : (-1 + w >= 0 && -1 - w + d >= 0 && h - d >= 0) ? ((((2 * w...
2015 May 21
8
[Bug 90569] New: GUI freezes after startup of Ubuntu 15.04. on Aspire 7520p [BUG: unable to handle kernel paging request at f84c8000]
https://bugs.freedesktop.org/show_bug.cgi?id=90569 Bug ID: 90569 Summary: GUI freezes after startup of Ubuntu 15.04. on Aspire 7520p [BUG: unable to handle kernel paging request at f84c8000] Product: xorg Version: unspecified Hardware: x86 (IA32) OS: Linux (All) Status: NEW
2014 Dec 04
2
[PATCH v2] v2v: When picking a default kernel, favour non-debug kernels over debug kernels (RHBZ#1170073).
--- v2v/convert_linux.ml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index f670812..39a520c 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -49,13 +49,14 @@ type kernel_info = { ki_modules : string list; (* The list of module names. *) ki_supports_virtio : bool; (* Kernel has
2009 Mar 03
0
Inode count in statvfs
...and - I think I remember - reiser3. It would be nice if btrfs could count the number of inodes on a volume, to get an overview of just how much dust I am collecting. Is it doable? Filesystem Inodes IUsed IFree IUse% Mounted on /dev/loop0 0 0 0 - /lo/kernel2 Jan -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2013 Dec 04
3
BIND segway -> python -> first-class ports
On 12/4/13, 9:05 AM, Mark Felder said: ----------------- > There was no alternative; we couldn't keep BIND in base. BIND 9 will > certainly have a EoL before the EoL of FreeBSD 10.x, and we can't use > BIND 10 because it requires importing Python to base. I'm coming more and more to the conclusion that we should have a minimal Python in "base". More and more people