Control: reopen -1
Control: found -1 3.4.1+ds1-5+deb13u2
Control: found -1 3.4.2+ds1-2
Control: found -1 3.4.3+ds1-2

On 2026-04-30 12:59:41 +0000, Samuel Henrique wrote:
> Bug #1093160 in rsync reported by you has been fixed in the
> Git repository and is awaiting an upload. You can see the commit
> message below and you can check the diff of the fix at:
> 
> https://salsa.debian.org/debian/rsync/-/commit/c4f32e2d8fad806121325926db8b3a190977bdad

The issue was no longer occuring on a test like

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093160#22
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093160#27

but it still occurs on the following sequence:

cd "$HOME"
mkdir real-dir dir1
ln -s ../real-dir dir1/dir
mkdir /tmp/dir
cd /tmp
echo > dir/file
rsync -KRlptzv dir/file localhost:dir1/
touch dir/file
rsync -KRlptzv dir/file localhost:dir1/

I get for the second rsync (the first one is fine):

$ rsync -KRlptzv dir/file localhost:dir1/
dir/
dir/file
dir/file
WARNING: dir/file failed verification -- update discarded (will try again).
ERROR: dir/file failed verification -- update discarded.

sent 146 bytes  received 85 bytes  462.00 bytes/sec
total size is 1  speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1347) [sender=3.4.3]

I've tested the 3 versions mentioned above. But after reverting to
3.3.0+ds1-2, the issue disappears.

-- 
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)

Reply via email to