| Hi, can I get troubleshooting assistance with an error that related to me? I'm working on a demo and am new to Bolt and plans. When I run this plan: https://github.com/puppetlabs/brownbag-demo on my OSX machine with target nodes hosted on Platform9, with a recently generated rsa keypair that is associated with the target hostnames in my ~/.ssh/config file, I get: ``` rosalind:brownbag-demo rosalind.benoit$ bolt plan run brownbag Starting: plan brownbag Starting: install puppet and gather facts on centos-7-large-0.forrester-fun.puppet.vm, centos-7-0.forrester-fun.puppet.vm, centos-7-1.forrester-fun.puppet.vm dyld: lazy symbol binding failed: Symbol not found: _SHA512Init Referenced from: /opt/puppetlabs/bolt/lib/ruby/gems/2.5.0/gems/bcrypt_pbkdf-1.0.0/lib/bcrypt_pbkdf_ext.bundle Expected in: flat namespace dyld: Symbol not found: _SHA512Init Referenced from: /opt/puppetlabs/bolt/lib/ruby/gems/2.5.0/gems/bcrypt_pbkdf-1.0.0/lib/bcrypt_pbkdf_ext.bundle Expected in: flat namespace /opt/puppetlabs/bin/bolt: line 4: 69955 Abort trap: 6 env -u GEM_HOME -u GEM_PATH -u DLN_LIBRARY_PATH -u RUBYLIB -u RUBYLIB_PREFIX -u RUBYOPT -u RUBYPATH -u RUBYSHELL -u LD_LIBRARY_PATH -u LD_PRELOAD SHELL=/bin/sh /opt/puppetlabs/bolt/bin/bolt "$@" ``` Michael Smith David Kramer Nick Le Mouton Nick Lewis is there something I can do to just get the plan to...work? : ) I tried adding a password for the centos user and then using -u and -p flags but I'm getting the same result. lmk if there is a better contact for this issue. thanks!! |