similar to: R-beta: Linux Installation Problem

Displaying 20 results from an estimated 2000 matches similar to: "R-beta: Linux Installation Problem"

2009 Feb 12
9
df -k takes too long only at random times
How do I find out why df -k is taking soo long to respond only sometimes? -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?
2007 Sep 24
7
zfs chattiness at boot time
Hi all, I recently started seeing zfs chattiness at boot time: "reading zfs config" and something like "mounting zfs filesystems (n/n)". Is this really necessary? I thought with SMF the times where every script announced its'' existance had gone (and good thing, too). Can''t we print something only if it goes wrong? Michael -- Michael Schuster Recursion,
2006 Jul 27
6
Getting stucked with Debian
Hello all, I''m getting stucked with debian and Xen 3.0.2 Problem is that during boot with xen kernel system said: mount: unknown filesystem ''devfs'' and then Unable to open initial console /dev/console And reboot... How can I solve? googled for some information but nothing usefull.. Thanks Stefano -- Ste Visit: http://www.stefanocislaghi.it/
2010 Jul 27
2
Documenting different OO-aproaches in R as a package?
Hello, I see some people including myself confused by the different object-oriented approaches in R (S3, S4, OOP, R.oo etc.). Would it be ok to collect examples and solutions for the different OO-packages in one package and add a vignette for documentation? (assuming I find time for this task) I mean in this case the package would not add data or functionality to R or serve as a companion
2007 Nov 25
7
Massive problems with ''PCI-DMA: Out of SW-IOMMU space for XXX bytes [..]'' with 3Ware controller
Hi list, this days I''ve tried to update a 32bit XEN 3.0.4 system (kernel 2.6.16) to XEN 3.1.2 on AMD64 (kernel 2.6.18). The system has 2GB RAM and a 3ware 9500-12 SATA raid controller. The old system worked fine for about half a year now. The new system boots fine so far but when doing some "bigger" changes to the filesystem I get a lot of this errors: > PCI-DMA: Out of
2010 Sep 04
7
Why pv-on-hvm drivers?
Hi list, I''ve read about recent efforts to push pv-on-hvm drivers to Linux mainline and I''m curious to know the cause for this. What''s the advantage over using pv_ops directly and booting the kernel paravirtualized? Are there plans to move Linux domUs closer to the KVM way (from an architectural point of view)? Hope you can help. Regards, Markus
2012 Jun 21
2
Have download.packages consider non-CRAN repositories
Hi List, I've set up a CRAN-like repository (not a CRAN mirror) on the local filesystem (this will change to http in the future). R has been told about this repository using the following entry in R_HOME/etc/repositories: PMR2 PMR2 file:///Users/arbeit/Documents/clarin/Open_Science/PMR2/ TRUE TRUE FALSE FALSE Now I expected download.packages(), install.packages() etc. to look for
2001 Jul 13
7
too many arguments in foreign function call
Hi all, I've just been working with a piece of fortran code (Leo Breiman's random forest code) that needs a lot of arguments. When I use .Fortran, I get the message 'too many arguments in foreign function call'. Neither the help page for .Fortran (actually Foreign) nor "Writing R Extensions" explains how many arguments are too many. Looking at the code in
2001 Jul 13
7
too many arguments in foreign function call
Hi all, I've just been working with a piece of fortran code (Leo Breiman's random forest code) that needs a lot of arguments. When I use .Fortran, I get the message 'too many arguments in foreign function call'. Neither the help page for .Fortran (actually Foreign) nor "Writing R Extensions" explains how many arguments are too many. Looking at the code in
2009 Jun 06
1
Qs on calling R from C
Consider the following simple C program: /*** hello_r.c ***/ #include <Rinternals.h> SEXP hello() { return mkString("Hello, world!\n"); } int main(void) { SEXP x = hello(); return x == NULL; /* i.e. 0 on success */ } This program segfaults: % myR/bin/R CMD LINK gcc -I./R-2.9.0/src/include -L./myR/lib64/R/lib -lR hello_r.c -o hello_r > /dev/null % hello_r zsh:
2007 Jul 05
2
DTracing GNOME startup
Hi there, I''ve been using OpenSolaris for three months now, and I''ve started to get interested about to get my hands dirty with DTrace. Since I have an strong GNOME background, I would like to use it to help GNOME developers to find performance problems. Federico Mena Quintero, one of the Novell GNOME guys is one of the people that are working on GNOME performance stuff. He
2007 Apr 27
6
User Privileges and Dtrace
Dear Experts, My customer is migrating to Solaris 10 from Solaris 8 and have asked me to determine if: With Dtrace, is the user limited to probing only processes they own? The customer has a general security requirement to control user access via management of privileges. Currently, on Solaris 8, LDAP is strongly while RBAC is weakly applied. This will likely change in the Solaris 10 production
2006 Jan 20
1
:interactive Callback
Hi! I have a question concerning the :interactive Callback from the link_to_remote function. Quote from the API: "Called when the user can interact with the remote document, even though it has not finished loading." What is the exact status of the application on "interactive" - How can a user interact with the document if it''s still loading... Thanks Stefan
2008 Mar 02
1
About R-Project
Hello, My name is Ion Andronache and I am a candidate for a doctor's degree on geomorphology in Braila, Romania. I would like to ask for some advice. I would like to make an analysis on the Danube's flow capacity and to determine the circles and periodicity using the Schuster system. I understood that your soft can do these operations but I don't know how. Would you be so kind to
2010 Jul 04
1
Fwd: Functional programming and R: Recommendations?
Hello R list members, I have a good object-oriented programming and software engineering background (mostly Java) and know some R. I'd like to learn more about functional programming concepts and its support and application in R. Do you have any recommendations (books, links etc)? I read (and like) "Programming in Scala" (Odersky) and just ordered "Funktionale
2012 Feb 28
2
ts.plot and x axes customization
Dear List, I would be pleased if someone can help me with the following issue: I'm about to plot two time series in one plot via ts.plot which looks like: ts.plot(series1, series2, main=main, xlab=xlab, ylab=ylab, col=c("green", "red", "blue"), lwd=2) The problem is, that R automatically sets the x axes labels in 5-year-intervalls. Every
1997 Apr 10
1
R-beta: Compiling R-0.16.1 on Solaris 2.5.1
Setup: Sparcstation 4 with Solaris 2.5.1 and Sun compilers After downloading R-0.16.1 and runnning configure, make fails as follows cd main; make cc -o R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o context.o cov.o cum.o dataframe.o debug.o deparse.o dotcode.o dstruct.o duplicate.o edit.o envir.o errors.o eval.o format.o gram.o
2008 Jan 28
5
Re: Massive problems with ''PCI-DMA: Out of SW-IOMMU space for XXX bytes [..]'' with 3Ware controller
Markus Schuster wrote: > PCI-DMA: Out of SW-IOMMU space for 40960 bytes at device 0000:03:00.0 > 3w-9xxx: scsi0: ERROR: (0x06:0x001C): Failed to map scatter gather list. > (03:00.0 is the 3Ware Controller) Me too as well...any progress on this issue? I notice that IO performance is notably slower than the stock RHEL kernel; about 1/2 overall write performance. I can trigger the bug
2005 Aug 08
5
In-Line List Editing with AJAX
I''m trying to write an interface for editing many-to-one relationships with AJAX. Picture the to-do editor in Backpack (and, to a lesser extent, Basecamp) and you''ll have a good idea of what I''m trying to do. I''ve almost got everything working: the ''edit'' link hides the stored data and replaces it with a form, and the data is updated in the
2005 Jul 19
2
segfault with grid and null unit (PR#8014)
Full_Name: Jonathan Paisley Version: 2.1.1 OS: Mac OS X 10.4.2 Submission from: (NULL) (81.178.107.67) I was following an example from library/grid/doc/grid.pdf ("Introduction to grid") and had the following code, where I'd mis-typed 1,3 instead of 1,2 as the first arguments to grid.layout. Sourcing this code causes the R GUI to crash. I've enclosed a partial backtrace from