coreutils archive search

Search String: Display: Description: Sort:

Results:

References: [ +subject:snapshot: 365 ]

Total 365 documents matching your query.

221. Re: new snapshot available: coreutils-8.20.119-54cdb0 (score: 1)
Author: HIDDEN
Date: Tue, 12 Feb 2013 09:18:34 +0000
On 02/11/2013 08:47 PM, Assaf Gordon wrote: - if (errno != 0) + /* EINVAL can happen if 'base' is invalid (hardcoded as 10, so can't happen), + or if no conversion was performed (on some platforms).
/archive/html/coreutils/2013-02/msg00069.html (8,095 bytes)

222. Re: new snapshot available: coreutils-8.20.119-54cdb0 (score: 1)
Author: HIDDEN
Date: Tue, 12 Feb 2013 15:32:06 -0500
Pádraig Brady wrote, On 02/12/2013 04:18 AM: Attached updated patch. Thanks! -gordon Attachment: 0001-numfmt-fix-strtol-bug.patch Description: Text Data
/archive/html/coreutils/2013-02/msg00072.html (7,890 bytes)

223. Re: new snapshot available: coreutils-8.20.119-54cdb0 (score: 1)
Author: HIDDEN
Date: Thu, 14 Feb 2013 04:49:04 +0000
coreutils snapshot: http://pixelbeat.org/cu/coreutils-ss.tar.xz 5.1 MB http://pixelbeat.org/cu/coreutils-ss.tar.xz.sig http://pixelbeat.org/cu/coreutils-8.20.119-54cdb0.tar.xz changes since snapshot
/archive/html/coreutils/2013-02/msg00083.html (13,240 bytes)

224. Re: new snapshot available: coreutils-8.20.119-54cdb0 (score: 1)
Author: HIDDEN
Date: Thu, 14 Feb 2013 06:03:57 +0100
... ... Nice, very thorough testing. Those patch look fine. Thanks!
/archive/html/coreutils/2013-02/msg00084.html (7,301 bytes)

225. new snapshot available: coreutils-8.19.166-3131c (score: 1)
Author: HIDDEN
Date: Fri, 19 Oct 2012 13:36:35 +0200
We plan to release coreutils-8.20 early next week, so any testing you can do between now and Monday would be most welcome. Here's the NEWS: http://git.sv.gnu.org/cgit/coreutils.git/tree/NEWS coreutil
/archive/html/coreutils/2012-10/msg00060.html (19,782 bytes)

226. Re: new snapshot available: coreutils-8.19.166-3131c (score: 1)
Author: HIDDEN
Date: Mon, 22 Oct 2012 15:44:54 +0100
Fedora 15 - x86_64 coreutils gnulib RHEL 6.1 gnulib solaris - sparc coreutils All the above due to: cp -a x y from within /tmp (swap) which warned about acl failures. truss shows: acl("y/x", SETACL,
/archive/html/coreutils/2012-10/msg00066.html (5,688 bytes)

227. Re: new snapshot available: coreutils-8.19.166-3131c (score: 1)
Author: HIDDEN
Date: Mon, 22 Oct 2012 17:29:37 +0200
... ... ... ... ... Thanks for all the tests. FYI, I've confirmed all tests pass on these (all x86_64): Fedora 17 Fedora 18 Fedora rawhide Debian unstable Also just tested on an i386 with minimal Fed
/archive/html/coreutils/2012-10/msg00067.html (6,150 bytes)

228. new snapshot available: coreutils-8.17.70-1bacb4 (score: 1)
Author: HIDDEN
Date: Wed, 08 Aug 2012 16:57:01 +0200
Here's a preview of what coreutils-8.18 should look like. I noticed one spurious test failure reported by the Nixos Hydra autobuilder: http://hydra.nixos.org/build/2924158 It's in the most recently a
/archive/html/coreutils/2012-08/msg00048.html (24,550 bytes)

229. Re: new snapshot available: coreutils-8.17.70-1bacb4 (score: 1)
Author: HIDDEN
Date: Wed, 08 Aug 2012 16:43:03 +0100
Hopefully the attached should fix it up. cheers, Pádraig. Attachment: df-tests.diff Description: Text document
/archive/html/coreutils/2012-08/msg00049.html (8,028 bytes)

230. Re: new snapshot available: coreutils-8.17.70-1bacb4 (score: 1)
Author: HIDDEN
Date: Wed, 08 Aug 2012 17:47:57 +0200
Thanks for the quick fix! Looks great. s/cant/can/
/archive/html/coreutils/2012-08/msg00050.html (10,483 bytes)

231. Re: new snapshot available: coreutils-8.17.70-1bacb4 (score: 1)
Author: HIDDEN
Date: Wed, 08 Aug 2012 17:54:27 +0200
Hmm, I think this is not enough: df can also fail due to other reasons, e.g. when a mount point is not reachable by the user: $ src/df > /dev/null ; echo $? src/df: ‘/root/backup’: Permission den
/archive/html/coreutils/2012-08/msg00051.html (7,113 bytes)

232. Re: new snapshot available: coreutils-8.17.70-1bacb4 (score: 1)
Author: HIDDEN
Date: Wed, 08 Aug 2012 18:07:33 +0200
Good point. "df ." or "df /" should be more reliable.
/archive/html/coreutils/2012-08/msg00052.html (7,400 bytes)

233. Re: new snapshot available: coreutils-8.17.70-1bacb4 (score: 1)
Author: HIDDEN
Date: Wed, 08 Aug 2012 18:12:16 +0200
Good idea, but doesn't work either: $ src/df . ; echo $? src/df: Warning: cannot read table of mounted file systems: No such file or directory Filesystem 1K-blocks Used Available Use% Mounted on - 35
/archive/html/coreutils/2012-08/msg00053.html (8,389 bytes)

234. Re: new snapshot available: coreutils-8.17.70-1bacb4 (score: 1)
Author: HIDDEN
Date: Wed, 08 Aug 2012 17:14:10 +0100
But then it won't fail. It's tricky :) Updated version that explicitly matches the error is attached. cheers, Pádraig. Attachment: df-tests.diff Description: Text document
/archive/html/coreutils/2012-08/msg00054.html (8,203 bytes)

235. Re: new snapshot available: coreutils-8.17.70-1bacb4 (score: 1)
Author: HIDDEN
Date: Wed, 08 Aug 2012 18:31:10 +0200
Looks good. Thanks for fixing my test! Have a nice day, Berny
/archive/html/coreutils/2012-08/msg00055.html (7,257 bytes)

236. Re: new snapshot available: coreutils-8.17.70-1bacb4 (score: 1)
Author: HIDDEN
Date: Wed, 08 Aug 2012 18:33:02 +0200
Yep. I should have looked at the code. ... s/ as/, as/ :-) ... Might as well get in the habit of using "local" in this file. ACK.
/archive/html/coreutils/2012-08/msg00056.html (9,104 bytes)

237. [PATCH] df: fail when the mount list cannot be read but is needed [was: new snapshot available: coreutils-8.17.70-1bacb4] (score: 1)
Author: HIDDEN
Date: Thu, 09 Aug 2012 13:53:59 +0200
I thought about that case again, and to me something's still wrong when mtab is missing. When mtab cannot be read, then df cannot determine the file system type. Example (/tmp/mnt is an nfs mount): $
/archive/html/coreutils/2012-08/msg00066.html (15,651 bytes)

238. Re: [PATCH] df: fail when the mount list cannot be read but is needed [was: new snapshot available: coreutils-8.17.70-1bacb4] (score: 1)
Author: HIDDEN
Date: Tue, 14 Aug 2012 09:23:36 +0200
Oops, sorry, one of the cases in the new test failed. I fixed it: -LD_PRELOAD=./k.so df --total || fail=1 +LD_PRELOAD=./k.so df --total && fail=1 Additionally, as this patch didn't make it into 8.18,
/archive/html/coreutils/2012-08/msg00075.html (14,683 bytes)

239. Re: [PATCH] df: fail when the mount list cannot be read but is needed [was: new snapshot available: coreutils-8.17.70-1bacb4] (score: 1)
Author: HIDDEN
Date: Tue, 14 Aug 2012 10:51:18 +0200
Thanks. It came a little too late for 8.18. Here is the patch that I expect to squash in. Most are nits, but there was an exploitable bit of (debugging?) code in the new test. diff --git a/NEWS b/NEW
/archive/html/coreutils/2012-08/msg00076.html (10,925 bytes)

240. Re: [PATCH] df: fail when the mount list cannot be read but is needed [was: new snapshot available: coreutils-8.17.70-1bacb4] (score: 1)
Author: HIDDEN
Date: Tue, 14 Aug 2012 11:17:40 +0200
Thanks for the rewording both in NEWS and cu.texi. Often it's still hard for me to find the right wording in English ... I wonder if there's something like "make diff-syntax-check" which enforces CU'
/archive/html/coreutils/2012-08/msg00077.html (11,908 bytes)


This search system is powered by Namazu