Re: Bug: getcwd: cannot access parent directories

2018-09-27 Thread Roel Van de Paar
Hi Casey, On 28 September 2018 at 05:46, Casey Schaufler wrote: > Please try doing this under strace, in particular > > strace mv 3 /dev/shm > > What you will see is that the mv command does a copy/delete > when changing filesystems. The original "2" directory, which > is your current

Re: Bug: getcwd: cannot access parent directories

2018-09-27 Thread Roel Van de Paar
Hi Casey, On 28 September 2018 at 05:46, Casey Schaufler wrote: > Please try doing this under strace, in particular > > strace mv 3 /dev/shm > > What you will see is that the mv command does a copy/delete > when changing filesystems. The original "2" directory, which > is your current

Re: Bug: getcwd: cannot access parent directories

2018-09-27 Thread Casey Schaufler
On 9/26/2018 6:54 PM, Roel Van de Paar wrote: > Ping :) > > On 21 September 2018 at 18:16, Roel Van de Paar > wrote: >> [1.] One line summary of the problem: >> >> "cd: error retrieving current directory: getcwd: cannot access parent >> directories: No such file or directory" on move of

Re: Bug: getcwd: cannot access parent directories

2018-09-27 Thread Casey Schaufler
On 9/26/2018 6:54 PM, Roel Van de Paar wrote: > Ping :) > > On 21 September 2018 at 18:16, Roel Van de Paar > wrote: >> [1.] One line summary of the problem: >> >> "cd: error retrieving current directory: getcwd: cannot access parent >> directories: No such file or directory" on move of

Re: Bug: getcwd: cannot access parent directories

2018-09-26 Thread Roel Van de Paar
Ping :) On 21 September 2018 at 18:16, Roel Van de Paar wrote: > > [1.] One line summary of the problem: > > "cd: error retrieving current directory: getcwd: cannot access parent > directories: No such file or directory" on move of directories to > another volume > > [2.] Full description of the

Re: Bug: getcwd: cannot access parent directories

2018-09-26 Thread Roel Van de Paar
Ping :) On 21 September 2018 at 18:16, Roel Van de Paar wrote: > > [1.] One line summary of the problem: > > "cd: error retrieving current directory: getcwd: cannot access parent > directories: No such file or directory" on move of directories to > another volume > > [2.] Full description of the

Bug: getcwd: cannot access parent directories

2018-09-21 Thread Roel Van de Paar
[1.] One line summary of the problem: "cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory" on move of directories to another volume [2.] Full description of the problem/report: Example output (testcase below): /tmp/1/2$ cd .. cd: error

Bug: getcwd: cannot access parent directories

2018-09-21 Thread Roel Van de Paar
[1.] One line summary of the problem: "cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory" on move of directories to another volume [2.] Full description of the problem/report: Example output (testcase below): /tmp/1/2$ cd .. cd: error