Displaying 20 results from an estimated 400 matches similar to: "CPU''s"
2006 Jan 04
1
AW: QLA2xxx URGEND
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
2006 Feb 01
1
AW: "make xconfig" for Dom0 not working
Cd /xen/xen-unstable/linux/2.6.12-xen0/
Then: make ARCH=xen xconfig
Thomas Diederich
**************************************************
* Boehringer Ingelheim Pharma GmbH & Co.KG
* A Informationsverarbeitung / Diplomant Systemtechnik
*
* Mail: diederit@ing.boehringer-Ingelheim.com
* Phone: +49 (0)6132/77-98151
-----Ursprüngliche Nachricht-----
Von:
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 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
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,
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
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
2011 May 05
2
Dovecot very slow on a mailbox with > 700 IMAP Folders
Hello,
I am using Dovecot 1.2.9 on a 32bit on Ubuntu 10.04.2 LTS.
We got one user who uses folders in an "exessive" way. He has got 704
subscribed folders. That means about nearly 3000 folders on the
filesystem. Since ~ a week the user couldn't work because of timeouts
when connecting to Dovecot (IMAP). Thunderbird doesn't show any folders
- timeout - the webmail System
2005 Jul 27
3
Asymmetric colors for heatmap
> Dear expeRts,
>
> Currently, my colors are as follows:
> mycol <-
> c("blue1","blue2","blue3","blue4","black","yellow4","yellow3","yellow2","y
> ellow1")
> heatmap(snp, Rowv=NA, Colv=NA, col=mycol)
>
> However, I would like to have the following colors:
> bright blue ->
2007 Jun 20
2
Computing time differences
Dear R users,
I have a problem computing time differences using R.
I have a date that are given using the following format: 20080620.00, where
the 4 first digits represent the year, the next 2 ones the month and the last
2 ones the day. I would need to compute time differences between two vectors
of this given format.
I tried around trying to change this format into any type of time serie
2004 Sep 22
0
ADS and trusted domains=no
Hello,
we have a problem with the same userid's in different domains.
we have to set the option "allow trusted domains = No" because winbind seens
not beable to browse the
hole AD (30 Domains over 20000 users).
So everything is working fine like kerberos, net commands,....
Ticket name is [user1@DomA.net]
[ 3151]: getpwnam DomA\user1
rpc: name_to_sid name=user1
name_to_sid
2005 Sep 17
4
xyplot and abline
Dear All,
I wonderif there is a simple way to draw a regression line in the xyplot:
more specifically, let:
age <- c(20:30, 31:40 )
age.cut <- cut(age, breaks = 2 )
y<- rnorm(20)
x <- rnorm(20,4,1)
xyplot(y ~ x| age.cut, xlab="x", ylab="y")
How to draw (in the plot given by xyplot) the two regression lines (y ~ x) corresponding to the two category
2013 Apr 03
1
R-package preparation --as-cran behaving unexpectedly
Dear all,
I am trying to submit an R-package to CRAN. In preparation I do run
R_INSTALL_TAR=/bin/tar R CMD check --as-cran parallelize.dynamic_0.9.tar.gz
and the command finishes without warnings or errors. As a final output I get
NOTE: There was 1 note.
See
?.../Rpackages/parallelize.dynamic/parallelize.dynamic.Rcheck/00check.log?
for details.
The file contains the standard output of the
2009 Mar 09
1
OCFS2 Version for redhat kernel vmlinux-2.6.18-128.1.1.el5
Hello together,
is the ocfs2 (version 1.2) driver for redhat kernel
vmlinux-2.6.18-128.1.1.el5 available ?
Many greetings from Munich
Ralf Buchhold
SIGMA-Systemtechnik
-----------------------------------------------
Fraunhofer Gesellschaft e.V.
Hansastra?e 27c
80686 M?nchen
Telefon: 089/1205-3421
Telefax: 089/1205-77-3421
E-Mail: Ralf.Buchhold at zv.fraunhofer.de
2003 May 23
0
Problem with winbind authentication on NT PDC
Hi all,
i've problem with the authentication via winbind on a Windows NT PDC.
Environment:
Samba Server:
z800
Linux SLES8 as VM guest on one LPAR
SAMBA 3.0 alpha23
PDC:
Windows NT 4.0 SP 6a
The samba Server is member of the domain, i can check the secret with net
rpc testjoin and wbinfo -t. I see the groups and user from the domain with
getent group and getent passwd. When i try to
2003 Jul 15
0
(no subject)
Hy Together
I have compied Samba3.0beta2 on Solaris 9 . When i want to start the smbd
daemon the folloing Error occured
[2003/07/14 08:52:29, 3] smbd/server.c:main(777)
loaded services
[2003/07/14 08:52:29, 3] smbd/server.c:main(792)
Becoming a daemon.
[2003/07/14 08:52:29, 0] lib/messages.c:message_init(106)
ERROR: Failed to initialise messages database
Configure Option's
env