Displaying 20 results from an estimated 200 matches similar to: "problem with memory size in UNIX"
2009 Sep 22
2
[pvops-dom0]Let PV ops guest could handle Machine Check trap
Hi, Jeremy and all
This small patch lets pv ops guest handle machine check trap. When non
fatal mce error happens, xen will inject vMCE# to the impacted pv ops guest.
This patch allows pv ops guest could receive machine check trap and enter
its own machine check handler.
Thanks & Regards,
Criping
>From 5efc12fe8214d55e2becc2c4b6ec4a30531d7b60 Mon Sep 17 00:00:00 2001
From: Liping Ke
2010 Oct 23
4
Feedback on you manual
Dear Sir/Madam:
Great thanks for R project and you contribution.
I am Liping Liu, a beginner of R. Recently, I use R much. I wish you could
improve the manual by making it search engine friendly.
The "Introduction to R" page is too long. I am often redirected to this page
by goole, but I still can not find the content I need easily.
Could you please make it a structured: one page
2008 Jul 23
28
[PATCH] ioemu-remote: ACPI S3 state wake up
ioemu-remote: The device model needs to write in the ACPI tables when it
wakes up from S3 state.
Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
--
Jean Guyader
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2003 Jul 12
2
help with bivariate density plot question
Dear R users:
I have a dataset with two variables (>20000 observations, two samples from same subject) and I used "kernSur" from library(Genkern) to
get a estimated bivariate density and corresponding plots as follows:
new.data.normal<-data.normal[!is.na(data.normal[,2]),]
x<-new.data.normal[,2]
y<-new.data.normal[,3]
op <- KernSur(x,y, xgridsize=50, ygridsize=50,
2008 Dec 19
2
FW: [patch 0/4]Enable CMCI (Corrected Machine Check Error Interrupt) for Intel CPUs
Hi, All
Following 4 patches are for enabling CMCI of Intel CPUs in XEN.
---------------------------------------------------------------------------
Patch 1: remove_intel_mce_old.patch is to remove old p4/p6 files. The reason is that machine check architecture for Intel families including p4/p6/latest are similar. We need not keep duplicated codes.
Patch 2: change_stop_machine_run.patch changes
2017 Apr 07
2
[Bug 1144] New: set add always returns false or otherwise ends evaluation
https://bugzilla.netfilter.org/show_bug.cgi?id=1144
Bug ID: 1144
Summary: set add always returns false or otherwise ends
evaluation
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: kernel
2008 May 08
8
[Patch 4/4]: Xend interface for HVM S3
[Patch 4/4]: Xend interface for HVM S3
- extend "xm resume <domid>" to be able to S3 resume HVM domain.
- when user issue "xm resume" command for HVM domain, xend will use
xc lib API to call HVMOP_s3_resume hypercall.
Note: it may not appropriate use xm resume for HVM s3, since xm resume
is originally designed for save/restor purpose. It will be fine that
2008 Dec 04
6
[Doc] writeup for error handling usage in XEN
Hi, all
Those days, we spent some efforts to check severe error handling (panic, BUG_ON, BUG, ASSERT) in XEN. We have several round internal discussions as well as several mail threads with Keir. Below is the discussion writeup.
If agreed, after review, we want to place it in XEN document folder or XEN wiki since we think it might be helpful to developers.
Thanks a lot for your help!
Regards,
2003 Aug 13
0
re: two dimentional hierarchical clustering algorithm
Dear Dr. Liaw Andy:
I have a few more questions about your heatmap function. actually heatmap is
what I am looking for.
heatmap(x, Rowv, Colv, distfun = dist, hclustfun = hclust, add.expr,
scale=c("row", "column", "none"), na.rm = TRUE, ...)
my data is a XNEW,
> dim(XNEW)
[1] 554 335
554 genes, 335 samples.
now I want to use 1-CORR as a distance
2008 Nov 14
2
[RFC][patch 0/7] Enable PCIE-AER support for XEN
Following 7 patches are for PCIE AER (Advanced Error Reporting) support for XEN.
---------------------------------------------------------------------------
Patches 1~4 back port from Linux Kernel which enables kernel support to AER.
Those patches enable DOM0 PCIE error handling capability. When a device sends a PCIE error message to the root port, it will trigger an interrupt. The irq handler
2016 Oct 28
2
[Bug 1096] New: Kernel oops when inserting an element into a map
https://bugzilla.netfilter.org/show_bug.cgi?id=1096
Bug ID: 1096
Summary: Kernel oops when inserting an element into a map
Product: nftables
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: critical
Priority: P5
Component: kernel
Assignee: pablo at
2017 Apr 02
2
[Bug 1141] New: trace aborts using pkttype on ingress
https://bugzilla.netfilter.org/show_bug.cgi?id=1141
Bug ID: 1141
Summary: trace aborts using pkttype on ingress
Product: nftables
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: major
Priority: P5
Component: kernel
Assignee: pablo at netfilter.org
2008 Jan 12
0
haralick tetures on Biocon/EBImage
Dear all,
Following a suggestion by Henrik Bengtsson I installed EBImage/biocondutor package. I also installed ImageMagick and GTK software because EBImage need it. After look at EBImage I find a function that compute Haralick texture on images. I tryed to run it with following simulated image, but I get error.
myimage<-as.Image(matrix(sample(100*100),nc=100))
image(myimage)
2017 Mar 08
13
[Bug 1127] New: running nft command creates lag for forwarded packets
https://bugzilla.netfilter.org/show_bug.cgi?id=1127
Bug ID: 1127
Summary: running nft command creates lag for forwarded packets
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Gentoo
Status: NEW
Severity: major
Priority: P5
Component: nft
Assignee: pablo at
2008 Mar 23
1
Exporting of R dendrogram object in the format of Eisen´s Cluster
Dear R-users,
I would like to use Cluster 3.0 for my data because of its zooming, link out
and copy (gene)labels into clipboard options. Unfortunately the program
doesnt allow use of the distance metrics I would like to use. I would like
to ask if there is some library, that allows saving dendrogram object in the
format readable by Cluster.
Thank you for reply.
--
2011 Jan 27
2
Unable to require installed package
Hi,
I write a package in Linux and ready to distribute, and I can install it in
linux and run it.
However, when I have install it in my Windows' R.
I can not 'require' it.
> is.element("grt", installed.packages()[,1])
[1] TRUE
> require(grt)
Loading required package: grt
Failed with error: ‘'grt' is not a valid installed package’
Is there any pitfall
2003 May 23
1
isSeekable returns F on seekable file
Hi,
Seems that on RWin 1.7.0 and 1.6.2 isSeekable returns F on binary files,
while seek() works as expected on the same connection - see example below:
> con = file(nm, "rb")
> isSeekable(con)
[1] FALSE
> readBin(con, double(), 10)
[1] 7.263824e-317 5.968155e-317 2.340685e-317 2.734062e-312
4.088386e-312 4.670335e-317
[7] 6.097545e-317 3.396341e-312 6.615484e-317
2008 Dec 14
2
How to support my netcard?
Hi men,
When installing Xen, it builds a linux guest kernel of 2.6.18 as dom0, which does not support my network card.
While 2.6.27 supports my card. So what should I do now?
Thanks,
Wu
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2003 Jul 28
1
RE: how to use R to model Reliability problem
Dear R users:
I am having problem with following datasets:
4 true measurement: 2 10 15 20
10 repeated measurements for each true measurement
1.9 9.8 14.5 20.2
2.1 10 15 20.1
....
2.1 9.9 15.1 20.3
how can I use R to model a mixed
2013 Apr 10
2
Optimization problem
As a simple example, I want to find minimum value for x^2, but it can't be
obtained by:
f<-function(x)x^2
optimize(f,lower=-1,upper=1)
What are other methods to deal with this? I tried DEoptim, still doesn't
work. Any suggustions will be extremely helpful! THanks!
Shelly
--
View this message in context: http://r.789695.n4.nabble.com/Optimization-problem-tp4663821.html
Sent from