You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [supervisor : link supervisor] ***************************************************************************************************************************************************************************************************
failed: [139.59.112.210] (item=supervisord) => {"ansible_loop_var": "item", "changed": false, "item": "supervisord", "msg": "src file does not exist, use \"force=yes\" if you really want to create the link: /usr/local/bin/supervisord", "path": "/usr/bin/supervisord", "src": "/usr/local/bin/supervisord"}
failed: [139.59.112.210] (item=supervisorctl) => {"ansible_loop_var": "item", "changed": false, "item": "supervisorctl", "msg": "src file does not exist, use \"force=yes\" if you really want to create the link: /usr/local/bin/supervisorctl", "path": "/usr/bin/supervisorctl", "src": "/usr/local/bin/supervisorctl"}
I started with a fresh Ubuntu 22.04 from Digital Ocean, following this https://commcare-cloud.readthedocs.io/en/latest/installation/1-quick-monolith-install.html but on Ubuntu 22.04 as I saw don't he PR that it should work in this version.
I had to install
libffi-dev
as it was missing.I also had to manually change the version of couchDB and HaProxy (as found here: https://github.com/dimagi/commcare-cloud/blob/b440b198075424c2266b27e8e22413d7b68c2958/changelog/0071-upgrade_to_ubuntu_22.04.yml )
Now I have this error about supervisord:
I was able to go through by doing :
Then I got:
So I did:
The text was updated successfully, but these errors were encountered: