Re: Patch to fix data loss with `tail -F' (bug 6612)

2008-10-06 Thread Jos Backus
On Mon, Oct 06, 2008 at 07:14:02AM +0200, Jim Meyering wrote: Sorry it couldn't make it into 7.0. No need to apologize, Jim. I'm just glad to know this will be fixed - thanks again for working on this. I do apologize for not being able to provide a better patch. The change I have in mind isn't

[PATCH]: Invalid nonimplemented option in chcon

2008-10-06 Thread Ondřej Vašík
Hello, as reported in RedHat bugzilla #463883, chcon option -c is described in help, but not implemented. After short talk with Jim via IRC decision was to remove this option and related things from chcon source code completetely. It is done in attached patch. Greetings, Ondřej Vašík

[PATCH]: Basic info documentation for SELinux context related commands runcon and chcon

2008-10-06 Thread Ondřej Vašík
Hello, as those commands were not documented in info documentation, I wrote basic info documentation for runcon and chcon command (and related SELinux context menu section). It is completely based on man documentation, I would say just the first step to have them documented. Patch is in

[PATCH] add lustre filesystem type

2008-10-06 Thread Andreas Dilger
This patch adds stat -f detection for the lustre filesystem type. Lustre is a GPL distrubuted Linux filesystem used on many of the largest supercomputers in the world - http://en.wikipedia.org/wiki/Lustre_(file_system) --- coreutils-6.12/src/stat.c.orig 2008-05-26 00:40:32.0 -0600

du feature request: option like -x to exclude bind mounts

2008-10-06 Thread Nicholas Leippe
Currently, du -x properly excludes other filesystems that are mounted. But if the same filesystem is mounted again with -o bind (linux, possibly other oses), it still includes them in the count. An option to exclude them from the count as well would be convenient.

Coreutils v7

2008-10-06 Thread Elbert Pol
Hoi Jim, Dunno what happens, but if i do now build with --without-gmp all is building ok now. Even the Help2man error is gone :) But the check still fails. I attach the log for the check. If i try the rm.exe and if i try to remove a dir it fails... [u:\coreutils-7.0\src]mkdir foo

Re: [PATCH] add lustre filesystem type

2008-10-06 Thread Jim Meyering
Andreas Dilger [EMAIL PROTECTED] wrote: This patch adds stat -f detection for the lustre filesystem type. Thank you. This is the patch I expect to push tomorrow: From a36f4cb451e96278127922a68513a8da8fe6d13f Mon Sep 17 00:00:00 2001 From: Andreas Dilger [EMAIL PROTECTED] Date: Mon, 6 Oct 2008

Re: [PATCH]: Invalid nonimplemented option in chcon

2008-10-06 Thread Jim Meyering
Ondřej Vašík [EMAIL PROTECTED] wrote: Hello, as reported in RedHat bugzilla #463883, chcon option -c is described in help, but not implemented. After short talk with Jim via IRC decision was to remove this option and related things from chcon source code completetely. It is done in attached

[PATCH] Replacement for the sigs_to_ignore hack in timeout.c

2008-10-06 Thread Giuseppe Scrivano
Hello, what do you think about the following way to remove the sigs_to_ignore hack in the timeout.c file? It ignores temporarily the signal inside the `send_sig' function instead of using the `sigs_to_ignore' array. Regards, Giuseppe Scrivano diff --git a/src/timeout.c b/src/timeout.c index