You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
of the edm4hep analysis can be simplified to work from anywhere without downloading the files and without having eos mounted as a file system by directly using the respective root: url. E.g.
even with the globbing as the underlying TChain can handle this directly. On my CERN machine with kerberos this works, but on a different machine without I get
[...]
Error in <TNetXNGSystem::GetDirEntry>: Unable to open directory /eos/project/k/key4hep/www/key4hep/tutorial/zh_mumu_filtered; Operation not permitted
[...]
Error in <TNetXNGFile::Open>: [ERROR] Server responded with an error: [3010] Unable to access - public access level restriction /eos/project/k/key4hep/www/key4hep/tutorial/zh_mumu_filtered/higgs_recoil_from_gaudi_0.edm4hep.root; Permission denied
Is there a way for us to change the eos permissions on the respective directory such that this unauthenticated access works?
PS:
What always works and still might be useful to some is:
In principle this part
key4hep-tutorials/edm4hep_analysis/.solution/make_plots.py
Lines 12 to 13 in 2a8ba42
of the edm4hep analysis can be simplified to work from anywhere without downloading the files and without having eos mounted as a file system by directly using the respective
root:
url. E.g.even with the globbing as the underlying
TChain
can handle this directly. On my CERN machine with kerberos this works, but on a different machine without I getWhen trying to access the files directly
the error message changes to
Is there a way for us to change the eos permissions on the respective directory such that this unauthenticated access works?
PS:
What always works and still might be useful to some is:
The text was updated successfully, but these errors were encountered: