Closed th1000s closed 1 year ago
Are you on arch linux? Mine does that too
On archlinux can confirm. Also fclones group | fclones remove --dry-run
results in fclones: error: Failed to write report: Broken pipe (os error 32)
I guess that might be something related to printing the progress bar.
Adding --quiet
option fixes it fclones --quiet group ... >/dev/null
.
Thank's for reporting.
@pkolaczk might this commit be the cause?
I don't know, this indeed looks like indicatif
issue. I have no idea if downgrading it fixes it. Upgrading to the newest version didn't help.
For sure I can also reproduce it both on macOS and Ubuntu.
Thank you so much Piotr!
Running
fclones group .
works fine, but redirecting paints over existing output. In both xterm and konsole the following terminal statebecomes this after running the
group
command:Redirecting stderr (e.g.
2> /dev/null
) prevents this.