Displaying 20 results from an estimated 2041 matches for "edd".
2009 Jun 03
1
Install suse11 on redhat5, thanks for help!
...35s...230s...225s...220s...215s...210s...205s...200s...195s...190s...185s...180s...175s...170s...165s...160s...155s...150s...145s...140s...135s...130s...125s...120s...<6>Uniform Multi-Platform E-IDE driver
SCSI subsystem initialized
st: Version 20080504, fixed bufsize 32768, s/g segs 256
BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
EDD information not available.
Non-volatile memory driver v1.2
BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
EDD information not available.
BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
EDD information not available.
NET: Registered protocol...
2017 Apr 21
3
tempdir() may be deleted during long-running R session
Hi Mikko,
I was bitten by this recently and I think some of the replies are
missing the point. As I understand it, the problem consists of these
elements:
1. When R starts, it creates a directory like /tmp/RtmpVIeFj4
2. Right after R starts I can create files in this directory with no
error
3. After some hours or days I can no longer create files in this
directory, because it has been
2010 Jul 13
2
EDD errors from extlinux on USB
Hi,
I got this from my digital camera with Syslinux compiled from source
(yes, I've got a configuration file with a UI directive):
SYSLINUX 4.02 pre-1-g0ee5047 CHS Copyright (C) 199...
EDD: Error 0100 reading sector 0
EDD: Error 0100 reading sector 2252244088
EDD: Error 0100 reading sector 2252244089
EDD: Error 0100 reading sector 2252244090
EDD: Error 0100 reading sector 2252244091
EDD: Error 0100 reading sector 2252244092
ERROR: No configuration file found
No DEFAULT or UI configur...
2017 Apr 23
0
tempdir() may be deleted during long-running R session
...| 2. Right after R starts I can create files in this directory with no
| error
|
| 3. After some hours or days I can no longer create files in this
| directory, because it has been deleted
Nope. That is local to your system. Witness eg at my workstation:
/tmp$ ls -ltGd Rtmp*
drwx------ 3 edd 4096 Apr 21 16:12 Rtmp9K6bSN
drwx------ 3 edd 4096 Apr 21 11:48 RtmpRRbaMP
drwx------ 3 edd 4096 Apr 21 11:28 RtmpFlguFy
drwx------ 3 edd 4096 Apr 20 13:06 RtmpWJDF3U
drwx------ 3 edd 4096 Apr 18 15:58 RtmpY7ZIS1
drwx------ 3 edd 4096 Apr 18 12:12 Rtmpzr9W0v
drwx------ 2 edd 4096 Apr 16 16:02 Rtmpe...
2016 Dec 18
1
[PATCH] appliance: Disable EDD (edd=off) (RHBZ#1404287).
EDD (https://en.wikipedia.org/wiki/Enhanced_Disk_Drive) is a BIOS INT 13h
subcall for communicating the extended size of the boot disk over 8GB
to the OS. Since libguestfs doesn't use a boot disk, and the
appliance disk is limited to 4GB, and we use virtio-scsi, this is all
useless.
EDD is also b...
2017 Apr 24
1
tempdir() may be deleted during long-running R session
...list. But it felt like
you were trying to stifle such discussion.
As it is, I don't even know what distributions are affected. I'm not
sure how to look up the contents of a "default" configuration on other
distributions.
Frederick
On Sun, Apr 23, 2017 at 09:15:18AM -0500, Dirk Eddelbuettel wrote:
>
> On 21 April 2017 at 10:34, frederik at ofb.net wrote:
> | Hi Mikko,
> |
> | I was bitten by this recently and I think some of the replies are
> | missing the point. As I understand it, the problem consists of these
> | elements:
> |
> | 1. When R st...
2008 Jun 10
6
[LLVMdev] LLVM on OpenBSD
...a student considering a compiler design based dissertation with
llvm. I am having problems building llvm on OpenBSD-current. I hope to
make a port of llvm for OpenBSD once I have figured out how to build
it.
Observe:
llvm[3]: Compiling Deserialize.cpp for Release build
In file included from /home/edd/llvm/llvm-2.3/include/llvm/Bitcode/BitstreamRead
er.h:18,
from /home/edd/llvm/llvm-2.3/include/llvm/Bitcode/Deserialize.h
:18,
from Deserialize.cpp:14:
/home/edd/llvm/llvm-2.3/include/llvm/Bitcode/BitCodes.h:158: warning: `class
llvm::BitCodeAbbrev' only def...
2013 Jun 08
3
R CMD INSTALL and file permission settings
...led by one of the others.
I would like to correct this.
Details:
For a while now, R CMD INSTALL dispatches installation work to the R
function tools:::.install_packages() from the file tools/install.R. The
function does a lot of hardcoded 'chmod' with constant arguments:
edd at max:~/svn/r-devel/src/library/tools/R$ grep Sys.chmod install.R
if (!WINDOWS) Sys.chmod(file.path(dest, files), "755")
Sys.chmod(file.path(instdir, f), "644")
Sys.chmod(Sys.glob(file.path(instdir, "data", &q...
2009 Nov 14
1
R_tryEval for OCaml-R.
Hello.
I'm currently working on the OCaml-R binding allowing to call R code
from Objective Caml.
As Objective Caml is a functional language, I'd like the binding to be
as 'functional' as possible. Specifically, this means that I'd like
using the R_tryEval function and all related entry points in libR.so.
I've had a look at R-exts.pdf, but R_tryEval is not documented.
2010 Jun 29
9
SYSLINUX 4.00 2010-06-28 EDD Load error - Boot error
SYSLINUX 4.00 2010-06-28 EDD Load error - Boot error
Booting from USB on old IBM T43 or newer Esprimo E5731E.
No problems with version 3.86 and same usb-stick.
2017 Apr 25
4
tempdir() may be deleted during long-running R session
>>>>> Dirk Eddelbuettel <edd at debian.org>
>>>>> on Sun, 23 Apr 2017 09:15:18 -0500 writes:
> On 21 April 2017 at 10:34, frederik at ofb.net wrote:
> | Hi Mikko,
> |
> | I was bitten by this recently and I think some of the replies are
> | missing the...
2015 Nov 05
2
Install R on Ubuntu with libcurl support
What do you have installed as far as libcurl goes? Would you mind
listing your packages and greping for libcurl entries.
Perhaps I need some libcurl debs installed when I install r-base?
On Thu, Nov 5, 2015 at 11:34 AM, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> On 5 November 2015 at 11:11, Michael Coyne wrote:
> | Hello,
> |
> | I'm install R from a package off of
> | https://cran.r-project.org/bin/linux/ubuntu/. The install works fine
> | but it does not support libcurl as indicated b...
2015 Jan 08
1
Probing EDD (edd=off to disable)
...Home GPUclient.
I know that's an old card, it's a hand-me-down from my son who just
replaced it with a new 970 GTX card.
So, I got the hardware installed, close up the case, connect all the
cables, boot it up and booting stops with this message on the screen
in plain text mode:
Probing EDD (edd=off to disable)
I can reboot and edit the kernel commandline to add "edd=off" at the
end then it comes up all the way.
I haven't made any changes in the Nvidia drivers, because nvidia's
web site tells me it uses the same driver as the 9800GT card did.
I'm using the RPM...
2015 Nov 05
3
Install R on Ubuntu with libcurl support
Thanks for the advice. Going to look into this more this evening and
hopefully get everything working.
Thanks again!
On Thu, Nov 5, 2015 at 11:56 AM, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> On 5 November 2015 at 11:44, Michael Coyne wrote:
> | What do you have installed as far as libcurl goes? Would you mind
> | listing your packages and greping for libcurl entries.
>
> The distribution works with proper dependencies. Whe...
2004 Dec 10
1
EDD error RE: Re: SYSLINUX 2.12-pre7 released
>information a bit closer; it'd find that it's marked accordingly.
UDMA2.SYS author now worked around it, it seems you do something with "DPTE" in isolinux.asm but not using it (probably for memdisk or direct floppy/harddisk emulation?).
also something about EDD v1.1 and v3.0 specifications and setting bits to 1.
Anyway, the driver works now on:
BIOS -> cdrom -> Isolinux -> A: -> MSDOS -> UDMA2.SYS -> COMMAND.COM -> command prompt.
I don't have the sourcecode of this latest work-around version available, so can't let you have...
2017 Dec 26
2
Rscript fails with some packages (for example, h5)
Consider this script (with h5 installed):
$ cat test.R
library(h5)
name <- tempfile()
f <- h5file(name)
file.remove(name)
$ Rscript test.R
Error in initialize(value, ...) :
cannot use object of class "character" in new(): class "H5File" does not
extend that class
Calls: h5file -> new -> initialize -> initialize
Execution halted
$ /usr/lib64/R/bin/R --slave
2017 Sep 29
2
Please be careful with R 3.4.2 upgrades via CRAN, launchpad, ...
Corrected packages are now on the RRutter PPA (
https://launchpad.net/~marutter/+archive/ubuntu/rrutter) and soon on CRAN
mirrors.
If you have any issues or questions, please let me know.
Michael
On Fri, Sep 29, 2017 at 8:50 AM, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> So I now have this on my laptop
>
> edd at brad:~$ apt-cache policy r-base-core
> r-base-core:
> Installed: 3.4.2-1zesty0.1
> Candidate: 3.4.2-1zesty0.1
> Version table:
> *** 3.4.2-1zesty0.1 500
>...
2006 Mar 03
1
Fwd: Re: calling R's library using C
Sorry, forgot to switch the header to the R group....
--- Globe Trotter <itsme_410 at yahoo.com> wrote:
> Date: Thu, 2 Mar 2006 19:35:21 -0800 (PST)
> From: Globe Trotter <itsme_410 at yahoo.com>
> Subject: Re: [R] calling R's library using C
> To: Dirk Eddelbuettel <edd at debian.org>
>
> Hi, Dirk:
>
> Thanks for all the help. I thought I would clarify certain things. First, I
> did
> not read that section of the manual (no one provided the pertinent link), but
> I
> did try out that example that you suggested. It is a...
2004 Dec 09
1
EDD error RE: Re: SYSLINUX 2.12-pre7 released
...k-image, eltorito.sys should load. If not loading a kernel or disk-image (but booting C: for example, or A:), then, IMHO, eltorito.sys should not be able to load (as the user opted to chainload instead of continuing to boot from cdrom).
I wish I could provide an ISO or diskimage, but the 'bios EDD error' only occurs on MSDOS (IO.SYS) kernel, so I can't spread/provide that disk image.
I'll manage, though. It's just making my testing a tiny bit more difficult (hit ESC each time the machine boots, then select floppy, instead of let isolinux boot and then select 'A' for...
2018 Dec 06
1
Dealing with .git folder when using R CMD INSTALL
...serve?
Seconded. I joked off-list to Joris that this post failed to contain a MCVE
(== minimally complete verifiable example). Witness below -- two
installations from a directory containing .git yet none in the installed
directory. Could what you describe be particular to your OS or filesystem?
edd at rob:~/git/dang$ ls -a
. dang_0.0.7.tar.gz dang.Rproj .gitignore R .Rhistory
.. dang_0.0.8.tar.gz DESCRIPTION man .Rbuildignore .Rproj.user
ChangeLog dang.Rcheck .git NAMESPACE README.md .travis.yml
edd at rob:~/git/dang$ R CMD I...