Re: cp(1) extended attributes bug + [PATCH]: fix the leak in copy_reg()

2009-09-02 Thread Ondřej Vašík
Ernest N. Mamikonyan wrote: [returning mailing list to CC, please keep it there] On Tue, 01 Sep 2009 02:16:28 -0400, Ondřej Vašík ova...@redhat.com wrote: Ernest N. Mamikonyan wrote: Cp(1) doesn't correctly copy extended attributes for read-only files: touch foo setfattr -n user.key -v

Re: cp(1) extended attributes bug + [PATCH]: fix the leak in copy_reg()

2009-09-02 Thread Pádraig Brady
Ondřej Vašík wrote: Ernest N. Mamikonyan wrote: [returning mailing list to CC, please keep it there] On Tue, 01 Sep 2009 02:16:28 -0400, Ondřej Vašík ova...@redhat.com wrote: Ernest N. Mamikonyan wrote: Cp(1) doesn't correctly copy extended attributes for read-only files: touch foo

Bug report

2009-09-02 Thread Gil Miller
E: type 'sudo' is not known on line 58 in sources.list /etc/apt/sources.list. E: The list of sources could not be read.millgi...@yahoo.com

Re: Bug report

2009-09-02 Thread Bob Proulx
Gil Miller wrote: E: type 'sudo' is not known on line 58 in sources.list /etc/apt/sources.list. E: The list of sources could not be read.millgi...@yahoo.com You have reached the GNU Coreutils mailing list. The GNU Coreutils are the basic file, shell and text manipulation utilities of the

[bug #27373] sort -h performs incorrectly if in utf8 locale.

2009-09-02 Thread anonymous
URL: http://savannah.gnu.org/bugs/?27373 Summary: sort -h performs incorrectly if in utf8 locale. Project: GNU Core Utilities Submitted by: None Submitted on: Wed 02 Sep 2009 19:12:06 UTC Category: None

Re: Bug report

2009-09-02 Thread Giuseppe Scrivano
Hello, can you please tell us where is it documented to ask APT related questions to this mailing list? It is not the first time Ubuntu questions are directed here and in case this documentation should be fixed. Thanks, Giuseppe Gil Miller millgi...@yahoo.com writes: E: type 'sudo' is not

[bug #27373] sort -h performs incorrectly if in utf8 locale.

2009-09-02 Thread Pádraig Brady
Follow-up Comment #1, bug #27373 (project coreutils): I can't reproduce this or see anything wrong with the code. All 720 of my locales work fine: $ for LANG in $(locale -a); do printf KnEnMnZn | ./sort -h | tr -d 'n'; echo; done | uniq -c 720 KMEZ Can you give your libc version? Could

[PATCH] simply and fix a race in 2 tail --follow tests

2009-09-02 Thread Pádraig Brady
I had noticed these tests were a little verbose and had meant to simplify them. Coincidentally today I triggered a race in tail-2/pid, so the attached patch kills two birds with the one stone. cheers, Pádraig. From ba37fb2e96334b3cc784a4387d74f726be9be98d Mon Sep 17 00:00:00 2001 From: