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

Fix gb2_proxy_init error due to wrong HOME from gbasf2 setup script #141

Merged

Conversation

meliache
Copy link
Collaborator

The gbasf2 setup script on sets HOME to /ext/home/ueda if it's initally unset
(as is the case due to our env -i), which later causes problems in the
gb2_proxy_init subprocess, as it searches for the certificates in Ueda-San's
HOME. Therefore, reset it to the caller's HOME.

Resolves #138

The gbasf2 setup script on sets HOME to /ext/home/ueda if it's initally
unset (as is the case due to our "env -i"), which later causes problems in the
gb2_proxy_init subprocess, as it searches for the certificates in Ueda-San's
home. Therefore, reset it to the caller's HOME.
@meliache meliache self-assigned this Oct 20, 2021
@meliache meliache added bug Something isn't working gbasf2 Concerns the gbasf2/grid b2luigi wrapper labels Oct 20, 2021
@meliache meliache merged commit ab952b7 into main Oct 20, 2021
@meliache meliache deleted the bugfix/fix-proxy-init-due-to-wrong-home-from-gbasf2-setup branch October 20, 2021 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gbasf2 Concerns the gbasf2/grid b2luigi wrapper
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get_dirac_user() fails due to empty get_proxy_info()
1 participant