[Touch-packages] [Bug 1659950] Re: rsync -u --inplace --partial -a can't resume transfer

2021-10-06 Thread Nahuel Greco
Reported to upstream at: https://github.com/WayneD/rsync/issues/236 ** Bug watch added: github.com/WayneD/rsync/issues #236 https://github.com/WayneD/rsync/issues/236 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync i

[Touch-packages] [Bug 1659950] Re: rsync -u --inplace --partial -a can't resume transfer

2021-10-06 Thread Nahuel Greco
Hello Paride, 4 years have passed from my initial report, I forgot completely about this bug :) Fine, I will post this issue to upstream. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu. https://bugs.launchpad

[Touch-packages] [Bug 1662620] [NEW] "ip addr add" permits illegal labels

2017-02-07 Thread Nahuel Greco
Public bug reported: ip-address(8) manpage states: label NAME Each address may be tagged with a label string. In order to preserve compatibility with Linux-2.0 net aliases, this string must coincide with the name of the device or must be prefixed with the device name followed by colon.

[Touch-packages] [Bug 1659950] Re: rsync -u --inplace --partial -a can't resume transfer

2017-01-30 Thread Nahuel Greco
Researching more, I see POSIX has NO way to disable mtime updating while calling write()'s, so there is no way to atomically leave a partial file with an mtime=0 mark while using --inplace. "rsync --update --partial" (no --inplace) can do it because it transfers first to a temporal file, then upda

[Touch-packages] [Bug 1659950] Re: rsync -u --inplace --partial -a can't resume transfer

2017-01-28 Thread Nahuel Greco
rsync version: rsync version 3.1.1 protocol version 31 ubuntu version: 3.1.1-3ubuntu1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu. https://bugs.launchpad.net/bugs/1659950 Title: rsync -u --inplace --p

[Touch-packages] [Bug 1659950] Re: rsync -u --inplace --partial -a can't resume transfer

2017-01-27 Thread Nahuel Greco
A reproducible test: ~$ cd /tmp/ /tmp$ mkdir a b /tmp$ cd a /tmp/a$ head -c 10 /dev/urandom > test /tmp/a$ ls -l test -rw-r--r-- 1 nahuel nahuel 10 Jan 27 18:27 test /tmp/a$ cd ../b /tmp/b$ timeout 3 rsync -u --inplace --partial --bwlimit=2k --progress -va ../a/test . sending incremental

[Touch-packages] [Bug 1659950] [NEW] rsync -u --inplace --partial -a can't resume transfer

2017-01-27 Thread Nahuel Greco
Public bug reported: Suppose you have a file in hostA: hostA$ ls -l /tmp/files -rw-rw-r-- 2 root root 563016 Jan 10 15:01 test.txt You download it from the hostB using: hostB$ rsync -u --inplace --partial -a hostA::files/* . If the transfer is aborted, hostB will get only a partial file