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

objc errors when running cloudalchemy.node-exporter role from a Mac #9

Open
jehanalvani opened this issue Nov 17, 2020 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@jehanalvani
Copy link
Owner

When running the cloudalchemy.node-exporter role from a relatively recent Mac, the playbook will fail with objective C errors. More details can be found here:

nitzmahone in ansible/ansible

This is apparently due to some new security changes made in High Sierra that are breaking lots of Python things that use fork(). Rumor has it that adding export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES before your Ansible run should clear it up. The code that's causing issues is well below Ansible in the stack.

Confirmed this is the case. Noting here for future reference.

@jehanalvani jehanalvani added the bug Something isn't working label Nov 17, 2020
@jehanalvani jehanalvani self-assigned this Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant