-
Notifications
You must be signed in to change notification settings - Fork 4
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
dasgoclient not reading x509 proxy pointed by X509_USER_PROXY #37
Comments
Fixes dmwm/dasgoclient#37 Only fall back to hardcoded path (`/tmp/x509up_u$UID`) if X509_USER_PROXY is not set or file it points to is not available
Fixes dmwm/dasgoclient#37 Only fall back to hardcoded path (`/tmp/x509up_u$UID`) if X509_USER_PROXY is not set or file it points to is not available
@smuzaffar thanks for spotting the issue, and thanks @iarspider for providing PR. Everything is merged now and you can proceed with new build (my hands are tight to WM issues and I'm busy now with shift and high priority issue in WM land). |
@vkuznet , I guess you need to create a new release of dasgoclient (based on the latest das2go) |
@vkuznet , so who can tag and build new dasgoclient release? |
@smuzaffar please contact @klannon to identify right person who will manage DAS. My CMS time is reduced and I no longer assigned to carry on with these packages. Meanwhile, I tagged das2go and das2goclient, and you can find new dasgoclient release in its release area (https://github.com/dmwm/dasgoclient/releases/tag/v02.04.50). I tried to build dasgoclient on lxplus9 and got the following error:
It seems like either my SCRAM_ARCH (SCRAM_ARCH=slc7_amd64_gcc820) is too old, or we migrated to another OS version where there is appropriate GLIBC version. If you can tell me which OS/ARCH to setup on which lxplus I can try to do another build round. Otherwise, now you have a new tag and can proceed with a build by yourself. |
thanks @vkuznet for the tag. I have opened cms-sw/cmsdist#8927 to test it. You build failed as you were building for slc7 on el9 OS. You should use |
@vkuznet , OK cmsdist tests also failed with same error. I think you need to add |
Ok, I added |
thanks a lot @vkuznet |
@vkuznet , we noticed that dasgoclient does not respect
X509_USER_PROXY
[a]. Looks like if/tmp/x509up_u501
exists then dasgocleint always read this file regardless ofX509_USER_PROXY
env [b]. Is this a known feature?[a]
[b]
The text was updated successfully, but these errors were encountered: