bug#29475: filesystem (apparently cagefs) does not allow ln to create bad symbolic link

2017-11-30 Thread bug-coreutils
On Mon 11/27/17 18:41 -0800 Paul Eggert wrote: > bug-coreut...@trodman.com wrote: > > stat("badlink", 0x7ffc0eb805a0) = -1 ENOENT (No such file or > > directory) > > symlink("not-there", "badlink") = -1 ENOENT (No such file or > > directory) > > My guess is that you've removed th

bug#29475: filesystem (apparently cagefs) does not allow ln to create bad symbolic link

2017-11-30 Thread Paul Eggert
On 11/30/2017 04:59 PM, bug-coreut...@trodman.com wrote: From my trial and error, this file system does not let you create bad sym links. Hmm, yes, apparently that filesystem can be configured to disallow creation of dangling symlinks or links to files they don't own. See: https://www.clou

bug#29475: filesystem (apparently cagefs) does not allow ln to create bad symbolic link

2018-10-29 Thread Assaf Gordon
tags 29475 notabug close 29475 stop (triaging old bugs) On 2017-11-30 6:07 p.m., Paul Eggert wrote: On 11/30/2017 04:59 PM, bug-coreut...@trodman.com wrote:  From my trial and error, this file system does not let you create bad sym links. Hmm, yes, apparently that filesystem can be configure