Hi I’m trying to install Open edx followin the Native Installation guide.
I try to install several times with the same result:
TASK [rbenv : create rbenv dir if it does not exist] ***************************
changed: [localhost]
TASK [rbenv : install build depends] *******************************************
failed: [localhost] (item=curl) => {“failed”: true, “item”: “curl”, “msg”: “Failed to lock apt for exclusive operation”}
failed: [localhost] (item=build-essential) => {“failed”: true, “item”: “build-essential”, “msg”: “Failed to lock apt for exclusive operation”}
failed: [localhost] (item=libcurl4-openssl-dev) => {“failed”: true, “item”: “libcurl4-openssl-dev”, “msg”: “Failed to lock apt for exclusive operation”}
failed: [localhost] (item=libreadline-dev) => {“failed”: true, “item”: “libreadline-dev”, “msg”: “Failed to lock apt for exclusive operation”}
failed: [localhost] (item=libssl-dev) => {“failed”: true, “item”: “libssl-dev”, “msg”: “Failed to lock apt for exclusive operation”}
failed: [localhost] (item=libxml2-dev) => {“failed”: true, “item”: “libxml2-dev”, “msg”: “Failed to lock apt for exclusive operation”}
failed: [localhost] (item=libxslt1-dev) => {“failed”: true, “item”: “libxslt1-dev”, “msg”: “Failed to lock apt for exclusive operation”}
failed: [localhost] (item=zlib1g-dev) => {“failed”: true, “item”: “zlib1g-dev”, “msg”: “Failed to lock apt for exclusive operation”}
RUNNING HANDLER [nginx : reload nginx] *****************************************
to retry, use: --limit @/var/tmp/configuration/playbooks/openedx_native.retry
PLAY RECAP *********************************************************************
localhost : ok=423 changed=306 unreachable=0 failed=1
========================================
Ansible failed!
If you need help, see https://open.edx.org/getting-help .
When asking for help, please provide as much information as you can.
These might be helpful:
Your log file is at logs/install-20200525-164139.log
Your environment:
OPENEDX_RELEASE=open-release/ironwood.master
Installation finished at 2020-05-25 20:09:16
The full log file is here
Any idea how to fix it.