Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--infiles not working #15

Open
vforget opened this issue Sep 15, 2020 · 6 comments
Open

--infiles not working #15

vforget opened this issue Sep 15, 2020 · 6 comments

Comments

@vforget
Copy link

vforget commented Sep 15, 2020

I have used bbcp a few times and absolutely love this tool every time I use it.

I am using the -I option to specify a list of input files, but I receive the following error for each file listed:

bbcp: No such file or directory processing

I have tried to supply relative and absolute paths to no avail. Of note, the same file listing works using rsync with the --files-from option:

rsync --files-from=list.txt . TARGET

Is there a specific spec for the format of fname for --infiles?

@AGI-chandler
Copy link

This version of bccp is 11.10.05.00.0, from 2011. The forker says to check the original page on standford.edu for "Complete details", but didn't keep up with newer releases. Last release of the official bbcp is 15.02.03.00.1 (Feb 2015). I was having problems the the -symlinks option too.

Unfortunately the official version seems to have been abandoned, and their git repository is gone. Didn't find the source code yet, but there are binaries at https://www.slac.stanford.edu/~abh/bbcp/bin/ still.

The amd64_linux26 version still works on Linux 4.18 (CentOS), 5.10 (Debian), and 5.18 (Debian) (where I've used it) and is actually version 15.02.03.01.1, but you'll need libcrypto.so.6. Fortunately I still have a CentOS 6 (Linux 2.6) installation going, so just copied the /usr/lib64/libcrypto.so.6 from there, it works in that bbcp will run, even on the Debian systems. I think that lib is only used for copying over SSH though? I haven't used that, mainly use bbcp to copy between servers over NFS. Either way I attached it to my message here in case it helps. libcrypto.so.6.zip

If you're able, would recommend to try one of the binaries. Let us know if you find the source code somewhere too...

Or if there are alternatives out there that are actively maintained, that'd be good to know too... haven't found anything remotely as fast as bbcp, though.

@mkll
Copy link

mkll commented Nov 14, 2022

This version of bccp is 11.10.05.00.0, from 2011

@AGI-chandler Actually, this version is later:

~$ bbcp --version
14.04.14.00.1

@AGI-chandler
Copy link

This version of bccp is 11.10.05.00.0, from 2011

@AGI-chandler Actually, this version is later:

~$ bbcp --version
14.04.14.00.1

Yes I could have been mistaken since I was just looking at MakeSname, and I've deleted this version and replaced with the newer official binary.

@mkll
Copy link

mkll commented Nov 14, 2022

I'm sure because I built the binary from this repository. :)

@AGI-chandler
Copy link

so the forker updated src/bbcp_Version.C but not MakeSname that is shown on the home page.

@AGI-chandler
Copy link

Actually the original git repository is back up! git clone https://www.slac.stanford.edu/~abh/bbcp/bbcp.git/ and it's version 17.12.00.00.0, so see if --infiles works with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants