similar to: [New Patch] Fix disk corruption when writing

Displaying 20 results from an estimated 8000 matches similar to: "[New Patch] Fix disk corruption when writing"

2017 Jul 05
3
[New Patch] Fix disk corruption when writing
I tried the newest patch, but it does not seem to work for me (on Linux). Despite the check in Rconn_printf, the write.csv happily writes to /dev/full and does not report an error. When I added a printf("%d\n", res); to the Rconn_printf() definition, I see only positive values returned by the vfprintf call. Cheers, j. On 4 July 2017 at 21:37, Duncan Murdoch <murdoch.duncan at
2017 Jul 05
2
[New Patch] Fix disk corruption when writing
Le 05/07/2017 ? 13:09, Duncan Murdoch a ?crit : > On 05/07/2017 5:26 AM, January W. wrote: >> I tried the newest patch, but it does not seem to work for me (on >> Linux). Despite the check in Rconn_printf, the write.csv happily writes >> to /dev/full and does not report an error. When I added a printf("%d\n", >> res); to the Rconn_printf() definition, I see
2017 Jul 06
2
[New Patch] Fix disk corruption when writing
I propose the following patch against the current R-devel/src/main/connection.c (cf. attached file). It gives (on my linux box): > fc=file("/dev/full", "w") > write.csv("a", file=fc) Error in writeLines(paste(col.names, collapse = sep), file, sep = eol) : system call failure on writing > close(fc) Serguei. Le 05/07/2017 ? 15:33, Serguei Sokol a ?crit
2017 Jul 07
2
[New Patch] Fix disk corruption when writing
Duncan Murdoch has written at Thu, 6 Jul 2017 13:58:10 -0400 > On 06/07/2017 5:21 AM, Serguei Sokol wrote: >> I propose the following patch against the current >> R-devel/src/main/connection.c (cf. attached file). >> It gives (on my linux box): >> > fc=file("/dev/full", "w") >> > write.csv("a", file=fc) >> Error in
2017 Jul 07
2
[New Patch] Fix disk corruption when writing
Le 07/07/2017 ? 01:09, Duncan Murdoch a ?crit : > On 06/07/2017 6:44 PM, Sokol Serguei wrote: >> Duncan Murdoch has written at Thu, 6 Jul 2017 13:58:10 -0400 >>> On 06/07/2017 5:21 AM, Serguei Sokol wrote: >>>> I propose the following patch against the current >>>> R-devel/src/main/connection.c (cf. attached file). >>>> It gives (on my linux
2017 Mar 20
2
IO error when writing to disk
Hello, Here a small improvement for R. When you use the function write.table, if the disk is full for example, the function doesn't return an error and the file is written but truncated. It can be a source of mistakes because you can then copy the output file and think everything is ok. How to reproduce ------------------------- >> write.csv(1:10000000, 'path') You must have
2017 Jul 05
0
[New Patch] Fix disk corruption when writing
On 05/07/2017 5:26 AM, January W. wrote: > I tried the newest patch, but it does not seem to work for me (on > Linux). Despite the check in Rconn_printf, the write.csv happily writes > to /dev/full and does not report an error. When I added a printf("%d\n", > res); to the Rconn_printf() definition, I see only positive values > returned by the vfprintf call. >
2017 Jul 05
0
[New Patch] Fix disk corruption when writing
Le 05/07/2017 ? 14:46, Serguei Sokol a ?crit : > Le 05/07/2017 ? 13:09, Duncan Murdoch a ?crit : >> On 05/07/2017 5:26 AM, January W. wrote: >>> I tried the newest patch, but it does not seem to work for me (on >>> Linux). Despite the check in Rconn_printf, the write.csv happily writes >>> to /dev/full and does not report an error. When I added a
2017 Jul 06
0
[New Patch] Fix disk corruption when writing
On 06/07/2017 5:21 AM, Serguei Sokol wrote: > I propose the following patch against the current R-devel/src/main/connection.c (cf. attached file). > It gives (on my linux box): > > fc=file("/dev/full", "w") > > write.csv("a", file=fc) > Error in writeLines(paste(col.names, collapse = sep), file, sep = eol) : > system call failure on
2017 Jul 06
0
[New Patch] Fix disk corruption when writing
On 06/07/2017 6:44 PM, Sokol Serguei wrote: > Duncan Murdoch has written at Thu, 6 Jul 2017 13:58:10 -0400 >> On 06/07/2017 5:21 AM, Serguei Sokol wrote: >>> I propose the following patch against the current >>> R-devel/src/main/connection.c (cf. attached file). >>> It gives (on my linux box): >>> > fc=file("/dev/full", "w")
2017 Jul 07
0
[New Patch] Fix disk corruption when writing
On 07/07/2017 9:54 AM, Serguei Sokol wrote: > Le 07/07/2017 ? 01:09, Duncan Murdoch a ?crit : >> On 06/07/2017 6:44 PM, Sokol Serguei wrote: >>> Duncan Murdoch has written at Thu, 6 Jul 2017 13:58:10 -0400 >>>> On 06/07/2017 5:21 AM, Serguei Sokol wrote: >>>>> I propose the following patch against the current >>>>>
2024 Mar 01
2
dput(..., file = stderr())
Curious to know if this warning is expected behavior, and if so, what is the recommended way instead: > dput(letters, file = stderr()) c("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p",
2017 Jul 07
1
[New Patch] Fix disk corruption when writing
Le 07/07/2017 ? 16:52, Duncan Murdoch a ?crit : > On 07/07/2017 9:54 AM, Serguei Sokol wrote: >> Le 07/07/2017 ? 01:09, Duncan Murdoch a ?crit : >>> On 06/07/2017 6:44 PM, Sokol Serguei wrote: >>>> Duncan Murdoch has written at Thu, 6 Jul 2017 13:58:10 -0400 >>>>> On 06/07/2017 5:21 AM, Serguei Sokol wrote: >>>>>> I propose the
2011 Sep 29
5
5.7 x86_64 DVD iso
I am trying to find a DVD iso that is not a torrent, and looking through the mirrors I am unable to find one. Does anyone happen to have a mirror or repository that they know of that carries the DVD iso for direct download? I am behind a pretty strict firewall and am unable to do torrents. Thanks in advance Michael Weiner =================================== Please consider the environment
2011 Apr 04
3
Adjusting p values of a matrix
Dear all, I have an n x n matrix of p-values. The matrix is symmetrical, as it describes the "each against each" p values of correlation coefficients. How can I best correct the p values of the matrix? Notably, the total number of the tests performed is n(n-1)/2, since I do not test the correlation of each variable with itself. That means, I only want to correct one half of the matrix,
2003 Dec 21
0
rsync & smb errors while replacing illegal characters
Hello, Last evening I did this recursive rsync: rsync -avz data /mnt/RICEX0/DWT/Daredevil/1071865403/ ..where data is a regular ext3 soft-RAID1 volume ...where /mnt/RICEX0/ is an NTFS hard-RAID10 volume mounted across VPN using SMB. And received errors that look to be generated by smb while trying to recreate(?) the illegal characters. Dec 20 04:30:55 daredevil kernel: smb_create:
2001 Oct 29
3
ext3 and 2.4.x kernels
Dear list readers - it was brought to my attention that during the upgrade of a server to rh7.2, and selecting the ext3 migration works well with 1 exception that i need verified if i could please. i heard that once you migrate to ext3, you may no longer do a kernel upgrade without downgrading to ext2 and then putting the kernel or AC kernel in place 'patched'. What i need to know
2006 Oct 10
5
read.table() and scientific notation
Dear all, I am having troubles importing values written as scientific notation using read.table(). I'm sure this is a frequent problem, as many people in my lab have this problem as well, so I'm sure that I just have troubles googling for the right solution. The problem is, that, given a file like that: a 1 2e-4 b 2 3e-8 ... the third column gets imported as a factor, or a string if I
2015 May 14
2
Creating a vignette which depends on a non-distributable file
Dear all, I am writing a vignette that requires a file which I am not allowed to distribute, but which the user can easily download manually. Moreover, it is not possible to download this file automatically from R: downloading requires a (free) registration that seems to work only through a browser. (I'm talking here about the MSigDB from the Broad Institute,
2008 Aug 07
1
dput function (PR#12112)
Full_Name: Juan Gea Version: R version 2.6.2 OS: Fedora Core 6 Submission from: (NULL) (79.153.48.49) Abort: objeS <- matrix("AAA",1000000) class(objeS) outTxt <- textConnection("vaClob", open = "w", local = FALSE) dput(objeS,outTxt) close(outTxt) R version 2.6.2 (2008-02-08) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN