Re: vfs posix compatibility change

2019-09-08 Thread Moritz Buhl
Any comments? July 22, 2019 8:23 PM, "Moritz Buhl" wrote: > Hi, > > here is another POSIX compatibility change I found while running > NetBSD system call tests: > > The incompatibilities can be reproduced with the followding comands: > `mv / foo` > mv: rename / to foo: Is a directory > `man 2

Re: [PATCH] Avoid leftover temporary mount points when using -P (mfs)

2019-09-08 Thread Rafael Neves
On Mon, Sep 02, 2019 at 03:59:48PM -0300, Rafael Neves wrote: > On Mon, Sep 02, 2019 at 07:26:27AM +0200, Otto Moerbeek wrote: > > On Sun, Sep 01, 2019 at 05:01:55PM -0300, Rafael Neves wrote: > > > > > On Wed, Aug 28, 2019 at 03:39:17PM +0200, Otto Moerbeek wrote: > > > > On Sat, Aug 17, 2019 at

Re: Your recent changes [1] to scp are complete garbage

2019-09-08 Thread Stefan Sperling
On Sun, Sep 08, 2019 at 02:06:28PM +0300, macfanbo...@gmail.com wrote: > They break copying files with spaces: > > $ touch '/tmp/file with spaces'; mkdir '/tmp/dir with spaces' > > $ scp localhost:"'/tmp/file with spaces'" /tmp > protocol error: filename does not match request > > $ scp -r local

Your recent changes [1] to scp are complete garbage

2019-09-08 Thread macfanboi17
They break copying files with spaces: $ touch '/tmp/file with spaces'; mkdir '/tmp/dir with spaces' $ scp localhost:"'/tmp/file with spaces'" /tmp protocol error: filename does not match request $ scp -r localhost:"'/tmp/file with spaces'" /tmp file with spaces 100%