Re: [PATCH] Use getgrouplist where available.

2008-02-23 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: > But I suspect your point is that I need to check for overflow. > That's true. I'm adding this: > > diff --git a/gl/lib/mgetgroups.c b/gl/lib/mgetgroups.c > index 317cc7c..ba8818e 100644 Thanks again. I've pushed the result: id: avoid race when a group is

coreutils-6.10 tests/misc/pwd-long fails when / is not readable

2008-02-23 Thread Theodoros V. Kalamatianos
Hi, as the subject says, the tests/misc/pwd-long test fails with a 'Permission denied' error when / is not readable by the user that runs the test. The reason for this is that it apparently tries to read the '../../../ ... ../../../' directory, which normally points to root. While the useful

Re: coreutils-6.10 tests/misc/pwd-long fails when / is not readable

2008-02-23 Thread Theodoros V. Kalamatianos
On Sat, 23 Feb 2008, Theodoros V. Kalamatianos wrote: as the subject says, the tests/misc/pwd-long test fails with a 'Permission denied' error when / is not readable by the user that runs the test. Same goes for tests/du/slash, which tries to read / directly. Regards, Theodoros Kalamatianos

Re: [PATCH] Use getgrouplist where available.

2008-02-23 Thread Mike Frysinger
On Saturday 23 February 2008, Jim Meyering wrote: > Jim Meyering <[EMAIL PROTECTED]> wrote: > > But I suspect your point is that I need to check for overflow. > > That's true. I'm adding this: > > > > diff --git a/gl/lib/mgetgroups.c b/gl/lib/mgetgroups.c > > index 317cc7c..ba8818e 100644 > > Than

Re: coreutils-6.10 tests/misc/pwd-long fails when / is not readable

2008-02-23 Thread Jim Meyering
"Theodoros V. Kalamatianos" <[EMAIL PROTECTED]> wrote: > as the subject says, the tests/misc/pwd-long test fails with a > Permission denied' error when / is not readable by the user that runs > the test. The reason for this is that it apparently tries to read the > ../../../ ... ../../../' director

Re: [PATCH] Use getgrouplist where available.

2008-02-23 Thread Jim Meyering
Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Saturday 23 February 2008, Jim Meyering wrote: >> Jim Meyering <[EMAIL PROTECTED]> wrote: >> > But I suspect your point is that I need to check for overflow. >> > That's true. I'm adding this: >> > >> > diff --git a/gl/lib/mgetgroups.c b/gl/lib/mgetgr

Re: coreutils-6.10 tests/misc/pwd-long fails when / is not readable

2008-02-23 Thread Theodoros V. Kalamatianos
On Sat, 23 Feb 2008, Jim Meyering wrote: Would you please confirm that this patch is sufficient? Subject: [PATCH] Avoid test failures when root (/) is not readable. * tests/test-lib.sh (require_readable_root_): New function. * tests/misc/pwd-long: Skip this test when /

Re: [PATCH] Use getgrouplist where available.

2008-02-23 Thread Mike Frysinger
On Saturday 23 February 2008, Jim Meyering wrote: > Mike Frysinger <[EMAIL PROTECTED]> wrote: > > On Saturday 23 February 2008, Jim Meyering wrote: > >> Jim Meyering <[EMAIL PROTECTED]> wrote: > >> > But I suspect your point is that I need to check for overflow. > >> > That's true. I'm adding this

Eu preciso de ajuda

2008-02-23 Thread Fabiana Fabricia Volpi
Estou tentando instalar o amule, e minha última conquista foi isso: [EMAIL PROTECTED] aMule-2.1.3]# install install: poucos argumentos Tente `install --help' para mais informação. [EMAIL PROTECTED] aMule-2.1.3]# install --help Uso: install [OPÇÃO]... FONTE DESTINO (1º formato) ou: in

Re: Eu preciso de ajuda

2008-02-23 Thread Bob Proulx
Fabiana Fabricia Volpi wrote: > Estou tentando instalar o amule, e minha última conquista foi isso: You may have better luck getting help from the aMule users. This is the GNU Coreutils mailing list. The GNU Coreutils are the basic file, shell and text manipulation utilities of the GNU Operating

Re: coreutils-6.10 tests/misc/pwd-long fails when / is not readable

2008-02-23 Thread Jim Meyering
"Theodoros V. Kalamatianos" <[EMAIL PROTECTED]> wrote: > On Sat, 23 Feb 2008, Jim Meyering wrote: > >> Would you please confirm that this patch is sufficient? >> >> Subject: [PATCH] Avoid test failures when root (/) is not readable. >> >> * tests/test-lib.sh (require_readable_root_): New