Adam Mercer

Results 14 comments of Adam Mercer

Same issue with 3.13.0 installed from source on RHEL9

Just built `rsync-3.1.2-1` and installed the resulting package and my scripts are working again so this is definitely a regression in this new version.

I have a script that backs up the contents of my sdcard to my desktop machine, the exact `rsync` command that my script uses is: ``` rsync \ -vHrltD \...

Sorry for the delay, it seems that on device `rsync` commands work but when I'm encountering the problem when `ssh` is involved and I'm syncing from, or to, another host.

Actually I've just had the issue with `rsync-3.1.2-1` so this isn't specific to 3.1.3, it just seems to happen more often with 3.1.3.

Same here with `beets-1.6.0-4` from Debian Bookworm, my `awk` is also `mawk`, I also updated the `_beet` to the version from #5081 and still the same error: ``` $ beet...

That produces an empty list on my machine: ``` $ beet help | awk -v SEP=" " -v ARG2="3" -v START="Commands:" -v END2="" 'BEGIN {if(START==""){f=1}{f=0}; if(ARG2 ~ "^[0-9]+"){LINE1 = "^[[:space:]]{0,"ARG2"}[^[:space:]]"}else{LINE1...

That second regex produces output: ``` $ beet help | awk -v SEP=" " -v ARG2="^ [^ ]" -v START="Commands:" -v END2="" 'BEGIN {if(START==""){f=1}{f=0}; if(ARG2 ~ "^[0-9]+"){LINE1 = "^[[:space:]]{0,"ARG2"}[^[:space:]]"}else{LINE1 =...

Unless I'm missing something, which is extremely likely, it doesn't seem to help? ``` $ wget https://github.com/mthies-unibi/beets/raw/mthies-unibi-patch-for-older-mawk/extra/_beet --2024-03-26 10:49:51-- https://github.com/mthies-unibi/beets/raw/mthies-unibi-patch-for-older-mawk/extra/_beet Resolving github.com (github.com)... 140.82.113.4 Connecting to github.com (github.com)|140.82.113.4|:443... connected. HTTP...

Exactly the same after running the above and rebooting the machine.