Open SakibFarhad opened 1 year ago
I encountered the same problem on Ubuntu VERSION='22.04.4 LTS (Jammy Jellyfish)'. Do you know how to solve it?
what version of parsyncfp2 and fpart are you using? The recent versions of fpart start numbering at 1 instead of 0. harry
On Tue, May 7, 2024 at 8:08 PM whoami @.***> wrote:
I encountered the same problem on Ubuntu VERSION='22.04.4 LTS (Jammy Jellyfish)'. Do you know how to solve it?
— Reply to this email directly, view it on GitHub https://github.com/hjmangalam/parsyncfp2/issues/10#issuecomment-2099655929, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASF3Y7DSEHY5OJZCPHKKA3ZBGJJRAVCNFSM6AAAAAA5SIJFOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJZGY2TKOJSHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>
--
Harry Mangalam
what version of parsyncfp2 and fpart are you using? The recent versions of fpart start numbering at 1 instead of 0. harry … On Tue, May 7, 2024 at 8:08 PM whoami @.> wrote: I encountered the same problem on Ubuntu VERSION='22.04.4 LTS (Jammy Jellyfish)'. Do you know how to solve it? — Reply to this email directly, view it on GitHub <#10 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASF3Y7DSEHY5OJZCPHKKA3ZBGJJRAVCNFSM6AAAAAA5SIJFOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJZGY2TKOJSHE . You are receiving this because you are subscribed to this thread.Message ID: @.> -- Harry Mangalam
In issues_18 ,I have clearly given fpart and parsyncfp2 versions
Confirming that I'm also hitting the same rsync error output on Ubuntu 22.04.2.
$ /home/<snip>/parsyncfp2/parsyncfp2 --version
parsyncfp2 version 2.59 (Smooth Close)
Mar 23, 2023
by Harry Mangalam <hjmangalam@gmail.com>
$ fpart -V
fpart v1.4.0
Copyright (c) 2011-2021 Ganael LAPLANCHE <ganael.laplanche@martymac.org>
WWW: http://contribs.martymac.org
Build options: debug=no, fts=system
Also confirming that running the older version on the same system works correctly:
$ ./parsyncfp/parsyncfp --version
parsyncfp version 1.72 (California Lockdown)
Dec 6, 2020
by Harry Mangalam <hjmangalam@gmail.com>
Hello, I have been trying to run
parsyncfp2
. But it doesn't start thersync
. After thefpart
is done, thersync
should start. but it showing me thehelp
options.Command We used:
But when we use
parsyncfp
it works great. Still we need the--reusechunks
option which is a handy one.OS:
STDOUT LOG:
What are we doing wrong here?