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

Ansible hangs at TASK [Run the TLJH installer] #215

Open
drejom opened this issue Aug 24, 2023 · 3 comments
Open

Ansible hangs at TASK [Run the TLJH installer] #215

drejom opened this issue Aug 24, 2023 · 3 comments

Comments

@drejom
Copy link

drejom commented Aug 24, 2023

Trying a fresh install, the ansible script hangs when installing TLJH:

ansible-playbook site.yml -i hosts

PLAY [all] ************************************************************************************************************************************************************************************************

TASK [Gathering Facts] ************************************************************************************************************************************************************************************
ok: [192.168.1.92]

TASK [Install required system packages] *******************************************************************************************************************************************************************
changed: [192.168.1.92] => (item=apt-transport-https)
ok: [192.168.1.92] => (item=ca-certificates)
ok: [192.168.1.92] => (item=curl)
ok: [192.168.1.92] => (item=software-properties-common)
changed: [192.168.1.92] => (item=python3-pip)
changed: [192.168.1.92] => (item=virtualenv)
ok: [192.168.1.92] => (item=python3-setuptools)

TASK [Add Docker GPG apt Key] *****************************************************************************************************************************************************************************
changed: [192.168.1.92]

TASK [Add Docker Repository] ******************************************************************************************************************************************************************************
changed: [192.168.1.92]

TASK [Update apt and install docker-ce] *******************************************************************************************************************************************************************
changed: [192.168.1.92]

TASK [Install Docker Module for Python] *******************************************************************************************************************************************************************
changed: [192.168.1.92]

TASK [Enable the journald logging driver] *****************************************************************************************************************************************************************
changed: [192.168.1.92]

TASK [Reload Docker] **************************************************************************************************************************************************************************************
changed: [192.168.1.92]

PLAY [all] ************************************************************************************************************************************************************************************************

TASK [Gathering Facts] ************************************************************************************************************************************************************************************
ok: [192.168.1.92]

TASK [Install extra system packages] **********************************************************************************************************************************************************************
changed: [192.168.1.92] => (item=jq)
changed: [192.168.1.92] => (item=tree)

TASK [Install ctop] ***************************************************************************************************************************************************************************************
changed: [192.168.1.92]

PLAY [all] ************************************************************************************************************************************************************************************************

TASK [Gathering Facts] ************************************************************************************************************************************************************************************
ok: [192.168.1.92]

TASK [Install required system packages] *******************************************************************************************************************************************************************
ok: [192.168.1.92] => (item=curl)
ok: [192.168.1.92] => (item=python3)
ok: [192.168.1.92] => (item=python3-dev)
ok: [192.168.1.92] => (item=python3-pip)

TASK [Download the TLJH installer] ************************************************************************************************************************************************************************
changed: [192.168.1.92]

TASK [Check if the tljh-plasma is already installed] ******************************************************************************************************************************************************
ok: [192.168.1.92]

TASK [Upgrade the tljh-plasma plugin first if it is already installed] ************************************************************************************************************************************
skipping: [192.168.1.92]

TASK [Run the TLJH installer] *****************************************************************************************************************************************************************************
^C [ERROR]: User interrupted execution
2023-08-24 01:37:21,439 Checking if TLJH is already installed...
2023-08-24 01:37:21,439 Setting up hub environment
installer.log (END)

I'm guessing this is an issue since the release of jupyterhub 4.0?

@drejom
Copy link
Author

drejom commented Aug 24, 2023

Initially I suspected a conflicting Docker installation, already present in the VM. Running

sudo apt remove containerd.io containerd

Fixed one error, but the script still hangs. Tried again on a vanilla Ubuntu 22.04 minimal server VM with the same outcome.

@drejom drejom closed this as completed Aug 24, 2023
@drejom drejom reopened this Aug 24, 2023
@gs-scooter
Copy link

@drejom - Were you ever able to get anywhere with this? I'm able to successfully install TLJH via Ansible onto a Packer / AWS AMI but having trouble with lab extensions.

@drejom
Copy link
Author

drejom commented Jun 5, 2024

no joy im afraid, I gave up on plasma :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants