Displaying 1 result from an estimated 1 matches for "lvawt1".
Did you mean:
lat1
2004 May 09
2
2.6.2 not displaying permissions errors on client side
...;ll go through the diff between the release and
send a patch back.
I have a pretty simple test case to reproduce at this point:
(in rsync-2.6.1 source directory)
$ ./configure
$ make
$ sudo ./rsync --daemon --no-detach &
$ ./rsync rsync3.txt rsync://localhost/root
mkstemp "/.rsync3.txt.LVaWT1" (in root) failed: Permission denied
rsync error: some files could not be transferred (code 23) at
main.c(633)
$ echo $?
23
(in rsync-2.6.0 source directory)
$ ./configure
$ make
$ sudo ./rsync --daemon --no-detach &
$ ./rsync rsync3.txt rsync://localhost/root
$ echo $?
0
I have confirm...