Displaying 20 results from an estimated 600 matches similar to: "AW: "make xconfig" for Dom0 not working"
2006 Jan 04
1
AW: QLA2xxx URGEND
2005 Dec 07
0
CPU''s
Hey.
Is ist possible to guarantee CPU Performance to virtual machines?
E.g.:
I have a 4 CPU host machine.
3 guests are running. Each has 2 CPU.
When VM1 needs more resscources than the other 2, can i guarantee that VM1
gets the most Power of the system at this time?
Thomas Diederich
**************************************************
* Boehringer Ingelheim Pharma GmbH & Co.KG
* A
2006 Feb 01
0
Itanium 64 Bit Support?!
Does anyone know if Xen is currently supporting Itanium on 64 Bit!?
Thomas Diederich
**************************************************
* Boehringer Ingelheim Pharma GmbH & Co.KG
* A Informationsverarbeitung / Diplomant Systemtechnik
*
* Mail: diederit@ing.boehringer-Ingelheim.com
<mailto:diederit@ing.boehringer-Ingelheim.com>
* Phone: +49 (0)6132/77-98151
2006 Feb 06
0
Xen 2.6.16-rc2 failure
Hey, just pulled the new updates from the repository, and did a male dist,
make install and an ./install.sh
Then i made an initrd an bootet the system. But when I do an lsmod, it shows
me: NOTHING!
What''s wrong there?!
Thomas Diederich
**************************************************
* Boehringer Ingelheim Pharma GmbH & Co.KG
* A Informationsverarbeitung / Diplomant
2003 May 14
1
ROracle problem with Oracle9i on Red Hat 8.0
Hi,
I have a problem executing "library(ROracle)" in R:
OS/Software:
Redhat 8.0, all available patches applied
Oracle 9i v9.2.0.1.0
R v1.7.0
ROracle v0.5-0
DBI v0.1-5
The compilation and installation of ROracle went fine. However when I try to
load ROracle I get the following:
>> library(ROracle)
>Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable
2003 Jan 28
6
reading non-existent files
Dear R-experts
I would like to read all files from a directory, the files have names
"myname0001.txt" etc. I paste the directory plus file names and
use "read.delim()".
My problem is that some file names are missing, so I get an error
and my program stops.
Is there a way to check for a null pointer analogous to C, so that
I can simply skip non-existent filenames?
Please do
2003 Feb 14
0
FW: [Fwd: Re: [S] Exact p-values]
Dear Spencer
Thank you for this extensive explanation of the problem.
I was just curious.
Best regards
Christian
==============================================
Christian Stratowa, PhD
Boehringer Ingelheim Austria
Dept NCE Lead Discovery - Bioinformatics
Dr. Boehringergasse 5-11
A-1121 Vienna, Austria
Tel.: ++43-1-80105-2470
Fax: ++43-1-80105-2683
email: christian.stratowa at
2003 Feb 14
1
FW: [Fwd: Re: [S] Exact p-values]
Dear all
Just for fun, I have just downloaded the paper mentioned below and checked
it with R-1.6.1.
Everything is ok with exception of Table 2b, where I get always 1 instead of
0.5:
> pbinom(1e15,2e15,0.5)
[1] 1
Which value should be correct?
Best regards
Christian Stratowa
==============================================
Christian Stratowa, PhD
Boehringer Ingelheim Austria
Dept NCE Lead
2008 Feb 25
0
Memory problem with 64bit R using PLASQ500k
Dear all,
First I apologize for cross-posting, but I think that this could be of
interest to BioC users, too.
For DNA copy-number analysis I have downloaded PLASQ500K from:
http://genome.dfci.harvard.edu/~tlaframb/PLASQ/
After creating sub-directories SND and STD containing 3 Sty Mapping arrays
each, I tried to compute parent-specific copy number:
> library(PLASQ500K)
> psCN <-
2004 Jul 22
0
RE: Comparison of correlation coefficients - Details
Dear Ioannis
Thank you very much for pointing me to meta-analysis. Although it
may not solve my problem with the normalization, it gives me some
other options to display the different correlation coefficients.
One possibility is the use of Funnel plots, which are even available
in library(rmeta). Another possibility is the use of forest-plots,
as implemented in rmeta as metaplot. Sorrowly,
2006 Mar 27
1
"xm list" causing "OverflowError: int exceeds XML-RPC limits"
I am getting the following error with "xm list" on a x86_64 SLES10 Beta
system running changeset 9435:11fee62328cc. I am able to bring up DomUs
and I am able to do "xm info" without issues. But I am seeing similar
"OverflowError: int exceeds XML-RPC limits" with "xm shutdown" and "xm
destroy". My python version is 2.4.2.
Any way I can get around
2004 Jul 21
2
RE: Comparison of correlation coefficients - Details
Dear all
I apologize for cross-posting, but first it is accepted custom to
thank the repliers and give a summary, and second I have still
the feeling that this problem might be a general statistical problem
and not necessarily related to microarrays only, but I might be wrong.
First, I want to thank Robert Gentleman, Mark Kimpel and Mark Reiners
for their kind replies. Robert Gentleman kindly
2006 Jun 07
2
[PATCH][RESEND][Builder] Check if v_end wraps around to 0
This patch adds a check to see if v_end in setup_guest() wraps around to
0 and lets the builder exit gracefully when it does.
Signed-off-by: Aravindh Puthiyaparambil
<aravindh.puthiyaparambil@unisys.com>
> -----Original Message-----
> From: Keir Fraser [mailto:Keir.Fraser@cl.cam.ac.uk]
> Sent: Thursday, June 01, 2006 6:14 AM
> To: Puthiyaparambil, Aravindh
> Cc:
2011 Feb 17
1
vanilla kernel configuration :: xconfig --> qt errors
Hi! It seems that i made some changes that make xconfig to not work ..
the problem is that not matter what QTDIR i select i receive the same
errors that start with :
adrian at sevcenco: linux-2.6.37 $ make O=/home/adrian/kernel/kernel_out
xconfig
GEN /home/adrian/kernel/kernel_out/Makefile
HOSTCXX scripts/kconfig/qconf.o
/usr/lib64/qt4/include/Qt3Support/q3toolbar.h:45: error:
2006 May 16
7
Unable to bring up Mini-OS on x86_64
I am getting the following error when I try to bring up Mini-OS on x86_64 Xen (unstable: 9994). It is dying in xc_linux_build() causing xend to fault and restart. Any clue why this happening? Has something changed in the builder that Mini-OS needs to be aware of?
PS: I tried reverting changeset 9993 (Allow linking of mini-os with application-specific object code), but still got the same error
2006 Feb 07
0
unstable tree with 2.6.15
Is there a way to modify the build process to make xen-unstable use only
2.6.15 for the Dom0 and DomU kernels and not apply the 2.6.16-rc2 patch
with the latest changeset?
Thanks,
Aravindh Puthiyaparambil
Unisys, Tredyffrin PA
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Oct 18
0
RE: Fix for SMP xen dom0/domU for x86_64
The Patch I made for SMP dom0 is also applicable to SMP domU. The issue
is same for dom0 & domu as they both are compiled from the same code.
The dom0 fix I sent earlier also fixes the domU SMP issue.
Thanks & Regards,
Nitin
------------------------------------------------------------------------
-----------
Open Source Technology Center, Intel Corp
>-----Original Message-----
2005 Nov 04
1
RE: Error "Device 0 (vif) could not be connected"
Yes, I saw that problem and removing the vif line or changing it to vif0
fixed it for me.
Aravindh
> -----Original Message-----
> From: wei huang [mailto:huanwei@cse.ohio-state.edu]
> Sent: Friday, November 04, 2005 12:14 PM
> To: Puthiyaparambil, Aravindh
> Cc: Mark Williamson; xen-users@lists.xensource.com; ewan@xensource.com
> Subject: RE: [Xen-users] Error "Device 0
2006 May 30
0
Invalid sequencer interrupt with AIC79xx driver and linux-xen kernel
I have a Dell ASC-39230(B) U320 SCSI controller. If I use the
linux-2.6-xen kernel I am getting an "Invalid Sequencer interrupt" and
the system hangs after this. But if I use the linux-2.6-xen0 kernel it
works well.
Does anyone know why this is happening and how I can make it go away?
Thanks,
Aravindh Puthiyaparambil
Xen Development Team
Unisys, Tredyffrin PA
ACPI: PCI Interrupt
2007 Feb 16
3
[PATCH][XEND] Don''t call destroy() on exception in start()
destroy() is being called on exception in both start() and create(). It
needs to be called only in create().
Signed-off-by: Aravindh Puthiyaparambil
<aravindh.puthiyaparambil@unisys.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel