defunctzombie / ansible-coreos-bootstrap

[NOT MAINTAINED] bootstrap a coreos machine for control via ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip-install: libssl and libcrypto throw errors

akoeb opened this issue · comments

Hi all,

first of all, thanks for that role!!

I tried using it with a current vagrant box with core-OS (CoreOS 472.0.0) from: http://alpha.release.core-os.net/amd64-usr/472.0.0/coreos_production_vagrant.box and it works, but apparently it has issues with pip. All else installs fine.

Here is the error message:
TASK: [defunctzombie.coreos-bootstrap | Check if we need to install pip] ******
failed: [core-01] => {"changed": false, "cmd": "PATH=/home/core/bin:$PATH python -m pip --version", "delta": "0:00:00.061536", "end": "2014-10-23 22:44:39.162935", "rc": 1, "start": "2014-10-23 22:44:39.101399", "stdout_lines": []}
stderr: /home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/pypy)
/home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/pypy)
/home/core/pypy/bin/pypy: No module named pip

Thanks
Alex

That seems correct. The task will first check if it needs to install pip. It does this by trying to load the pip module. Errors are ignored for this task.