Displaying 20 results from an estimated 700 matches similar to: "i2c not detected on Dell Inspiron 5100 4.8-STABLE"
2003 Apr 10
0
panic: vinvalbuf: flush failed
Hi,
We have a pretty serious problem with our news server crashing
during the expire cronjob. This happened with 4.7-RELEASE, so
we upgraded to 4.8-RELEASE recently, hoping that the problem
might be fixed, but it isn't. The machine is a Compaq DL360-G2.
I've searched the PR database as well as the mailing list
archives for the panic string, but didn't find anything.
What makes the
2008 Aug 10
1
IPMI Console: No luck once OS is booted
I have a current RELENG_7 running on:
http://www.supermicro.com/products/system/4U/7045/SYS-7045B-TR+.cfm
with the -3+ IPMI card.
I can interact with the BIOS, etc, but no joy once we get past the loader.
Anyone have ideas?
Attached is the kernel config, and the /var/run/dmesg.boot file.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 512-248-2683
2008 May 08
0
total server lock-up during CentOS5.1 installation with vnc
Hi,
I would like to share my experience with
total server lock-up during CentOS5.1 installation
using vnc installation method.
My setup was as follows
+--------------------------------------+
| my_PC, CentOS4.6 |
| X, KDE, vncviewer |
| 100Mbit/s eth0 |
| Intel Corporation 82801BA/BAM/CA/CAM |
+------eth0----------------------------+
2010 Jul 01
2
Sweave function
Dear list,
I have a question about the interaction between R code and Latex language trough the Sweave function in the package "utils".
What I'm trying to do is to write a report. Contrary to the examples shown in the Sweave Manual in which table already constructed by R are "exported" on Latex files, what I would like to do is to build a table in which I combine text and
2005 Dec 16
3
Help with data.frame and lapply
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello:
I'm having problems with this line of code:
X.lm <- lapply(names(d), function(x) lm(d["cls"] ~ d[x], data=d))
d[x] is what is giving trouble here, but I don't know exactly how to
solve it. What I'm trying to do is to create a linear model from each
column of the data frame 'd' to apply ANOVA later.
Thanks
2013 Apr 18
0
Splitting vector
Hi,
Try:
vec1<- "mue#d/sjbijk at ruepvnvbnceiicrpgxkgcyl@keduhqvqi/ubudvxopddpfddgitrynzshzdcwgneyffrkpbxwilwqngrsals#geqmtkcpkp/qecgdfa#uag"
library(seqinr)
?res<-lapply(0:4,function(i) lapply(2:5,function(j) splitseq(s2c(gsub("[#@/]","",vec1)),word=j,frame=i)))
#or
library(stringr)
res1<-lapply(0:4,function(i) lapply(2:5,function(j)
2002 Nov 22
4
Small change to plot.xy
Hi everyone,
Is there any reason why we should not automatically coerce a factor
supplied as an argument to col in a plotting function? The following
modification (to R-1.6.1) seems pretty harmless
> plot.xy
function (xy, type, pch = 1, lty = "solid", col = par("fg"),
bg = NA, cex = 1, ...)
{
if (is.factor(col))
col <- codes(col)
2001 Apr 11
5
replicating lists
Hi Everyone,
At the moment it is not possible to replicate complex lists, but only
simple ones:
> rep(list(fred = 1:10), 10) # works fine
> rep(list(fred = 1:10, happy = "squash"), 10)
Error in rep(list(fred = 1:10, happy = "squash"), 10) :
Unimplemented feature in rep
There is nothing in ?rep that suggests that the latter should not work,
and I think it would
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
Good morning and Happy New Year 2003!
Let it be prosperous for both you and me!
Below you see a very short version of my CV as of January 2003
for your kind consideration and update.
Word, TXT, and PDF version of the complete CV are available upon request.
Enjoy the economic recovery!
Make it a great day:
ZAR
=================================================================
ZAR PETKOV,
2008 Nov 30
1
Cannot run Win16 installer for Judaic Classics
Hi,
I am trying to install Davka Judaic Classics IIc, a bookshelf kind of software with Hebrew books. It is a win32 program that was designed for running also on win3.11, hence the installer is, I believe, win16. I have used this software on Win95 and Win98. The program happily runs off emulated cdroms.
I have now tried to install this program under wine, but can't even get the installer to
2002 Feb 20
1
Pivoting in chol
Hi Everyone,
I have modified my version of R-1.4.1 to include choleski with pivoting
(like in Splus). I thought R-core might consider including this in the
next version of R, so I give below the steps required to facilitate
this.
1. Copied Linpack routine "dchdc.f" into src/appl
2. Inserted line F77_SUBROUTINE(dchdc) in src/appl/ROUTINES
3. Inserted "dchdc.f" into
2002 Oct 08
3
hash argument of new.env()
Hi everyone,
There is no mention in ?new.env (R-1.6.0) of what the effect of setting
the hash argument of new.env() actually does. What does it mean in
performance terms to say that "the environment will be hashed"?
Thanks, Jonathan.
--
Jonathan Rougier Science Laboratories
Department of Mathematical Sciences South Road
University of Durham
2000 May 19
7
variance of a scalar (PR#546)
I was surprised to find that the variance of a scalar, using
var(), is NA. Surely this should be zero?
Cheers, Jonathan.
--please do not edit the information below--
Version:
platform = sparc-sun-solaris2.7
arch = sparc
os = solaris2.7
system = sparc, solaris2.7
status = Patched
major = 0
minor = 99.0
year = 2000
month = February
day = 9
language = R
Search Path:
.GlobalEnv,
2002 Oct 10
1
make check when installing R-1.6.0
This is the result of my make check, could anyone help me out on this
one?
Formats: text example
running code in 'base-Ex.R' ...*** Error code 1
make: Fatal error: Command failed for target `base-Ex.Rout'
Current working directory /apps/R/R-1.6.0/tests/Examples
*** Error code 1
make: Fatal error: Command failed for target `test-Examples-Base'
Current working directory
2012 Dec 05
1
Understanding svd usage and its necessity in generalized inverse calculation
Dear R-devel:
I could use some advice about matrix calculations and steps that might
make for faster computation of generalized inverses. It appears in
some projects there is a bottleneck at the use of svd in calculation
of generalized inverses.
Here's some Rprof output I need to understand.
> summaryRprof("Amelia.out")
$by.self
self.time self.pct
2001 Oct 03
1
tiny typo in optim/N-M documentation (PR#1109)
In the optim() documentation, the control parameter "maxit" says
"There is no other stopping criteria." That should be "are", or
"criterion" ...
While I'm at it -- poking at the code a little bit, it looks as if the
initial simplex is set from the initial point by displacing each
parameter value by max(0.1,0.1*pmax(fabs(Bvec))), where Bvec is the
2001 May 23
3
multidimensional list
Hi all,
is it possible to create a multidemensional list? Haven't found anything
in the list() help page.
Thanks, Sven
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)
2002 Sep 10
2
Problems with rbind
Dear list
I have a simple question that I have a mental block on:
Having used a loop (from i = 1 to n) to assign some numerical values to
row.list[[i]]
e.g. row.list[[3]]= 0 1
I am wanting to combine the output into a simple matrix.
for example, if I combine the output from persons 1 to 3 into a matrix, I
thought I could do :
h<-rbind(row.list[[1]]:row.list[[3]])
However, I get the
2000 May 03
2
print() "bug" for arrays with 0 columns
The "bug" is that it doesn't print anything;
one might argue that this is not a bug, since such an array *is* empty,
but I don't buy that argument.
It *does* print if #{columns} (= last dimension) > 0 :
> array(NA,dim=c(2,0))
> array(NA,dim=c(2,1,0))
> array(NA,dim=c(0,2))
[,1] [,2]
> array(NA,dim=c(0,2,1))
, , 1
[,1] [,2]
>
2003 May 13
0
Health monitoring
Hi all,
is there a known issue with health monitoring on supermicro SuperServer
6010H? (Im primarily interested in temeperature monitoring)
I have tried both mbmon and lmmon with the following results:
stats# mbmon -d
SMBus[ServerWorks(ServerSet Chipset)] found, but No HWM available on it!!
No Hardware Monitor found!!
InitMBInfo: Unknown error: 0
stats# lmmon
IOCTL: Operation not supported by