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

python::v5.0.1 cannot copy files #1286

Closed
adriansev opened this issue Sep 17, 2020 · 6 comments
Closed

python::v5.0.1 cannot copy files #1286

adriansev opened this issue Sep 17, 2020 · 6 comments

Comments

@adriansev
Copy link
Contributor

adriansev commented Sep 17, 2020

Hi! when trying to copy a file with v5 i get this:

jobID: 1/1 >>> Start
Plugin No such file or directory loading sec.protocol libXrdSecsss-5.so
Failed download: /alice/cern.ch/user/a/alitrain/PWGGA/GA_pp_AOD/1536_20200914-1445_child_10/merge_runlist_7/root_archive.zip
Succesful copy jobs: 0/1

the logs are here: https://cernbox.cern.ch/index.php/s/bF4JZnoc9bVl3lT
@simonmichal Any idea about this?
If you need i can throw some test files around to see if there is a problem with the EOS

@adriansev
Copy link
Contributor Author

so, it seems that there was the problem with the server .. but i still get
Plugin No such file or directory loading sec.protocol libXrdSecsss-5.so
when i copy from EOS, the plain xrootd does not give such error

@simonmichal
Copy link
Contributor

Hi Adrian, thanks for reporting this problem, I will have a look!

@simonmichal
Copy link
Contributor

@adriansev : just to keep you updated, I was able to reproduce this problem, now let's fix it ;-)

@simonmichal
Copy link
Contributor

@adriansev : from what I see this affects only pip distribution, the rpath in xrootd plugins is not set correctly and they cannot load dependencies, this should fix the problem: 47103aa

@adriansev
Copy link
Contributor Author

@simonmichal i tested the latest master (local built)

python3 -c "from XRootD import client; print(client.__version__)"
20200923-47103aa44

and tried a couple of EOS instances and things looks ok, no more warning message. for me this looks ok, is it ok to close?
also, please do not forget to backport these patches to stable branches :)
Thanks a lot!!

@simonmichal
Copy link
Contributor

@adriansev : thanks for testing! yes, please close!

P.S. it's already backported to the stable 4.12.x branch

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

2 participants