search for: gorn

Displaying 10 results from an estimated 10 matches for "gorn".

Did you mean: gon
1997 Apr 01
0
R-beta: Re: R-alpha: My two problems
...o large a value on the command line, it tells me that it is > invalid and is ignoring it!?? I repeat that when I recompiled changing > the default size, gc() changed its values. Am I misunderstanding > something? I do not have this problem with R16.1, sparc-solaris2.5.1, gcc 2.7.2 Solaris-gorn% ~/R16 -n800000 > gc() Garbage collection ... 753423 cons cells free (94%) 3875k bytes of heap free (96%) Solaris-gorn% ~/R16 -n400000 > gc() Garbage collection ... 353423 cons cells free (88%) 3875k bytes of heap free (96%) Solaris-gorn% ~/R16 -v40 > gc() Garbage collection ... 353423 c...
1997 May 13
2
R-alpha: Patch2
There is a problem with the patch I sent out yesterday. The patches for the glm code are applied in the wrong place. I have removed the patch file and will have a real one available latter today. Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help",
2010 Oct 13
0
SOLVED -
...to clime here. Thank you for the tips, I will do some testing then post the results. -KenD Kenneth M DeChick Linux Systems Administrator Community Computer Service, Inc. http://www.medent.com kend at medent.com Registered Linux User #497318 -- -- -- -- -- -- -- -- -- -- -- Schshschshchsch.-- The Gorn, "Arena", stardate 3046.2 . This message and any attachments may contain information that is protected by law as privileged and confidential, and is transmitted for the sole use of the intended recipient(s). If you are not the intended recipient, you are hereby notified that any use, di...
2010 Oct 13
0
SOLVED - wrong subject : kvm-kmod CentOS 5.5 - sorry
Kenneth M DeChick Linux Systems Administrator Community Computer Service, Inc. http://www.medent.com kend at medent.com Registered Linux User #497318 -- -- -- -- -- -- -- -- -- -- -- Schshschshchsch.-- The Gorn, "Arena", stardate 3046.2 . This message and any attachments may contain information that is protected by law as privileged and confidential, and is transmitted for the sole use of the intended recipient(s). If you are not the intended recipient, you are hereby notified that any use, di...
1997 Nov 17
1
R-beta: autoloading a required library
I wanted to use the dist() function from the mva library in my own library, so I put require(mva) in my files. When my library loads, a message about "Autoloading ... mva" appears. But when I call dist() now within my functions the message Error in .C("dist", as.double(x), nrow(x), ncol(x), double(len), as.integer(method)) : C/Fortran function not in load table appears.
2007 Aug 02
3
ioemu/xenfb
...package, xenfb is not shipped at all. Should we fold them into the main utils package for simplicity? ioemu adds 300k to the package and 4300k in one dependency (libsdl1.2debian). xenfb adds another 200k to the package and 200k in one dependency (libjpeg62). Bastian -- Schshschshchsch. -- The Gorn, "Arena", stardate 3046.2 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20070802/292b093a/at...
2010 Oct 08
1
kmod-kvm for custom CentOS 5.5 kernel
...ny help with either of these issues would be very much appreciated! Sorry for the long post Kenneth M DeChick Linux Systems Administrator Community Computer Service, Inc. http://www.medent.com kend at medent.com Registered Linux User #497318 -- -- -- -- -- -- -- -- -- -- -- Schshschshchsch.-- The Gorn, "Arena", stardate 3046.2 . This message and any attachments may contain information that is protected by law as privileged and confidential, and is transmitted for the sole use of the intended recipient(s). If you are not the intended recipient, you are hereby notified that any use, di...
2010 Nov 04
4
Bug#602378: xen-hypervisor-4.0-amd64: Live migration of Guests crashes and reboots
Package: xen-hypervisor-4.0-amd64 Version: 4.0.1-1 Severity: grave Tags: squeeze sid Justification: causes non-serious data loss Live migration of a guest (running CentOS 5.5, Paravirtualized) crashes the target-host (Hardware: Dell R610, 2x Xeon 5620, 16Gb RAM, Perc/700-Raid) (XEN) ----[ Xen-4.0.1 x86_64 debug=n Not tainted ]---- (XEN) CPU: 9 (XEN) RIP: e008:[<ffff82c4801151f6>]
2007 May 01
8
Global Variables?
What is the view of having / not having global variables in Puppet? Facter variables are global in the sense they are defined in every scope (whereas ''normal'' variables are only available within the scope they are defined in). I could simply add a custom fact for my DoesTheServerNeedASerialConsole flag to Facter, but I''m not 100% sure I should be having the client
2017 Apr 17
9
[RFC] Adding CPS call support
Summary ======= There is a need for dedicated continuation-passing style (CPS) calls in LLVM to support functional languages. Herein I describe the problem and propose a solution. Feedback and/or tips are greatly appreciated, as our goal is to implement these changes so they can be merged into LLVM trunk. Problem ======= Implementations of functional languages like Haskell and ML (e.g., GHC