bug#17470: [PATCH] sort: rotate on ENOSPC while creating tmp files

2014-05-14 Thread Azat Khuzhin
On Mon, May 12, 2014 at 12:22:45AM +0100, Pádraig Brady wrote: tag 17470 wontfix close 17470 stop On 05/11/2014 11:25 PM, Paul Eggert wrote: Azat Khuzhin wrote: + fd = mkstemp (file); + + if (errno != ENOSPC || temp_dir_index == start_dir_index) This assumes that

bug#17470: [PATCH] sort: rotate on ENOSPC while creating tmp files

2014-05-14 Thread Pádraig Brady
On 05/14/2014 12:07 PM, Azat Khuzhin wrote: On Mon, May 12, 2014 at 12:22:45AM +0100, Pádraig Brady wrote: tag 17470 wontfix close 17470 stop On 05/11/2014 11:25 PM, Paul Eggert wrote: Azat Khuzhin wrote: + fd = mkstemp (file); + + if (errno != ENOSPC || temp_dir_index ==

bug#17470: [PATCH] sort: rotate on ENOSPC while creating tmp files

2014-05-14 Thread Paul Eggert
Pádraig Brady wrote: Also do we always know how much to fallocate? Not if we're using compression on the temporaries, no. I think a patch along these lines could be worthwhile, if it was simple and if it actually worked (the current one doesn't). Something along the following lines, say.

bug#17495: chgrp: mention of being a member of the target group

2014-05-14 Thread Wouter Thielen
Hi, Here is a very common usecase: sudo chgrp www-data dir in a deployment script. I have always used sudo with this because I didn't know why I was getting an operation permitted error when doing so. Until I found out that if the effective user is a member of the target group www-data, the