search for: conk

Displaying 14 results from an estimated 14 matches for "conk".

Did you mean: conf
2007 Oct 04
3
Rsync not able to transfer over jumbo frames?
Hello, I have 2 network cards on my 2 of my computers that I am trying to transfer data on. The second network cards are specifically for transferring files between the two so I enabled jumble frames by setting the mtu to 9000. I seem to be able to connect between the two via ssh and other methods using this setting so I thought everything was working right until I tried rsync. I used the
2004 Feb 19
4
1024GB max memory on R for Windows XP?
I have 2GB installed on my windows XP box running R 1.9.0, and after performing a prune.tree(intree,newdata), I get an out of memory error within R, but it says the maximum allowed is 1024gb (1/2 of what I have!) Can R not use more than 1GB on an XP box? I noticed I had ~600mb left over after R conked out, so clearly I had more memory... What about virtual memory? --j -- Jonathan Greenberg Graduate Group in Ecology, U.C. Davis http://www.cstars.ucdavis.edu/~jongreen http://www.cstars.ucdavis.edu AIM: jgrn307 or jgrn3007 MSN: jgrn307 at msn.com or jgrn3007 at msn.com
2001 Feb 28
2
(off topic) Re: Notepad
...aid it >> doesn't. Positive advice (like the fact that NotePad _always_ saves in >> plain text) is usually helpful. Negative advice always reminds me of >> the marketing practices of some software companies. > >Hmm, well, by your defs > >negative x 2: >Notepad conks out at 64 K or thereabouts Not on my NT4.0 system: I can open files > 1 Mb. >Notepad doesn't do search and replace Not on my NT4.0 system: I can do search/replace. It's true that NotePad is not so bad for someone who starts with R, and I used it during some time (and still does)....
2001 Feb 28
1
(off topic) Re: Notepad
The discussion on editors prompts the following comments. 1) One reason I put "Kickstarting R" together is that most people come to R as migrants; they already have an editor, a browser, etc. that they know how to use. Learning one thing is easier than learning many (Jon Baron's comment on interference is most relevant). 2) NotePad isn't a great editor, but it will serve for
2000 Apr 02
1
smbfs and i/o errors
Hi guys, I hope I've reached the correct mailinglist. I'm experiencing a problem with smbfs. You can mount shares, but after a while, the connection is broken and all sorts of strange stuff happens. I've got a share called /mnt/ntshare which remotely mounts an NT host: [arnow@foo /mnt]$ ls ls: ntshare: Input/output error cdrom/ floppy/ [arnow@foo /mnt]$ [arnow@foo /mnt]$ dmesg |
2002 Aug 07
1
[Fwd: Re: Memory leak in R v1.5.1?] - resolved
...gger this excessive cons cell growth? > > > It's anybody's guess but you might unwittingly be accumulating memory > somewhere. Stuff like putting attach() inside a function and then > calling the function many times has that kind of consequences. That > usually conks out fairly quickly though... > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 th...
2015 Jan 14
2
Is the tcltk failure in affylmGUI related to R bug 15957
I maintain the package affylmGUI. It works when installed on many previous versions of R. I have today tested exactly the same code under R-2.15.3, R-3.0.2, R-3.1.0, R-3.1.1, R-3.1.2 and R-devel. I have also tested the versions of affylmGUI downloaded by biocLite for each version of R and the same result applies. I have no errors under 2.15.3, 3.0.2, 3.1.0 and 3.1.1. The following error
2015 Jul 06
2
7.1 install with Areca arc-1224
On 07/06/15, g wrote: you might try verifying that system you are getting error message on has a good cd/dvd drive. burn another dvd at at least 4 speeds slower. if runs ok, bad drive. if still fails, bad drive. another way you can check is to pull iso on system you are having problem with and burn dvd. if you get error, get a new drive. -------- Above quoted -------- When I md5sum the DVD
2006 Jan 12
1
"infinite recursion" in do.call when lme4 loaded only
A larg program which worked with lme4/R about a year ago failed when I re-run it today. I reproduced the problem with the program below. -- When lme4 is not loaded, the program runs ok and fast enough -- When lme4 is loaded (but never used), the do.call fails with infinite recursion after 60 seconds. Memory used increases beyond bonds in task manager. -- I tested a few S3 based packages
2006 Jan 12
1
"infinite recursion" in do.call when lme4 loaded only
A larg program which worked with lme4/R about a year ago failed when I re-run it today. I reproduced the problem with the program below. -- When lme4 is not loaded, the program runs ok and fast enough -- When lme4 is loaded (but never used), the do.call fails with infinite recursion after 60 seconds. Memory used increases beyond bonds in task manager. -- I tested a few S3 based packages
2015 Jan 14
0
Is the tcltk failure in affylmGUI related to R bug 15957
...(.TkRoot$env) <environment: R_GlobalEnv> as a result, this won't work any more because R_EmptyEnv has no operators and functions in it: > evalq(x <- 1, .TkRoot$env) Error in eval(substitute(expr), envir, enclos) : could not find function "<-" and consequently, you conk out at Try(n <- evalq(TclVarCount <- TclVarCount + 1, .TkRoot$env)) which presumably needs to be recoded in the same way as the current code in tclVar(): > tclVar function (init = "") { n <- .TkRoot$env$TclVarCount <- .TkRoot$env$TclVarCount + 1L nam...
2002 Oct 29
0
PCA with n << p (was R-1.6.0 crashing on RedHat6.3)
...99.8 > 65.8 1:58 R.bin > > > > > > > > > > and seems to be staying there.... > > > > > > > > Yep, it's 144x5300. The machine has 2GB of RAM, and > this uses about 1.5GB. > > > > > > Hmm. My half-size toy version conked out with > > > > > > > D <- matrix(rnorm(2500*144),ncol=2500) > > > > library(mva) > > > > pc.norm <- princomp(D,scores=FALSE) > > > Error in princomp.default(D, scores = FALSE) : > > > covariance matrix is not non-negat...
2015 Jan 18
1
Is the tcltk failure in affylmGUI related to R bug 15957
...nv> > > as a result, this won't work any more because R_EmptyEnv has no operators and functions in it: > > > evalq(x <- 1, .TkRoot$env) > Error in eval(substitute(expr), envir, enclos) : > could not find function "<-" > > and consequently, you conk out at > > Try(n <- evalq(TclVarCount <- TclVarCount + 1, .TkRoot$env)) > > which presumably needs to be recoded in the same way as the current code in tclVar(): > > > tclVar > function (init = "") > { > n <- .TkRoot$env$TclVarCount <-...
2005 Nov 18
0
WIne 0.9x crash on make
I've downloaded wine 0.9.1 recently, after having used the last pre-.9 CVS drop for about a month or so, but the 0.9 version won't compile on my system. It conks out with an error in the loader subdir (actual data below). The following is the output I get when I run make: ------------------------------------------------------------------------------------- bas@pairadocs /mnt/downloads/Winestuff/wine-0.9.1 $ make (lotsa stuff going fine) make[1]: Enteri...