coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 8.21.2-c53c - failure on rm/deep-2 and du/long-from-unreadable


From: Pádraig Brady
Subject: Re: 8.21.2-c53c - failure on rm/deep-2 and du/long-from-unreadable
Date: Tue, 19 Feb 2013 12:10:02 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

On 02/18/2013 11:27 PM, C de-Avillez wrote:
For the ecryptfs FS:

$ stat -f -c %l .
143
  python -c "import os; print os.pathconf('.','PC_PATH_MAX')"
4096

For a standard ext4:

$ stat -f -c %l .
255
$ python -c "import os; print os.pathconf('.','PC_PATH_MAX')"
4096

So ecrypts limits NAME_MAX. Indeed, running the perl snippet with $dir
set to 142 works.

OK I'll take the simple approach and skip those tests in that case.
Patch attached.

thanks,
Pádraig.

Attachment: ecrypt-143.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]