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

Exclude GNU Screen environmental variables in pass_env #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AJVincelli
Copy link

Exclude ")" from the environment, which causes Launcher to fail when using GNU Screen on some clusters. Excluding the ")" fixes the issue for me.

Exclude ")" from the environment, which causes Launcher to fail when using GNU Screen on some clusters
@AJVincelli
Copy link
Author

@siliu-tacc @lwilson I have never done a Pull Request before, I apologize if I haven't done it right. Basically, when I use GNU Screen on some clusters, one of Screen's environmental variables includes a ")" and causes Launcher to fail. (I mentioned this behavior in Issue #63.) I just added -e ")" to the pass_env file, and this fixes the issue for me. Hopefully it's a tiny fix for review! Thanks!

@AJVincelli
Copy link
Author

Hm, actually my fix above might not work in all cases... Hold on while I check into this...

Excluded TERMCAP and its tabbed ($'\t') variables, which causes Launcher to fail when using GNU Screen on some clusters
@AJVincelli
Copy link
Author

@siliu-tacc @lwilson I updated the fix to include all TERMCAP environment variables, which apparently can include an entire database of tabbed variables. Excluding all tabbed variables seems to clear all (and only) screen variables, and Launcher runs successfully. Maybe somebody else who experiences the error can try this fix to confirm that it works for them too?

@AJVincelli AJVincelli changed the title Exclude ")" environmental variable in pass_env Exclude GNU Screen environmental variables in pass_env Mar 8, 2021
@AJVincelli AJVincelli mentioned this pull request Mar 8, 2021
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

Successfully merging this pull request may close these issues.

1 participant