Casey Labs

Results 21 comments of Casey Labs

Just ran into this issue as well on Ubuntu 22.04. Additional steps taken on the target machine: ``` sudo apt install python3-pip python3-docker python-is-python3 -y pip install docker docker-compose ```...

Update - I manually installed docker on the target machine to get around the error: ``` curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg]...

Now it gets stuck here: ``` TASK [galaxy/com.devture.ansible.role.systemd_service_manager : include_tasks] ****************************************************** included: /home/scasey/matrix-docker-ansible-deploy/roles/galaxy/com.devture.ansible.role.systemd_service_manager/tasks/restart_specified.yml for matrix.caseylabs.com TASK [galaxy/com.devture.ansible.role.systemd_service_manager : Ensure systemd is reloaded] ***************************************** ok: [matrix.caseylabs.com] TASK [galaxy/com.devture.ansible.role.systemd_service_manager : Ensure systemd...

`pip install -U Jinja2` fixed the above issue

@nullpo-head - would it be possible to have a new build of `distrod` with the linuxcontainer URL fixed? Thanks!

Just ran into this issue as well. We use AWS Fargate, and yet Scout's dashboard for `Containers/ECS` shows up empty. Is there a setting we are missing here? cc @fernando-gallego

Confirmed! Cloudtrail is enabled.

For anyone coming here from a Google search for "Install AppImageLauncher on Ubuntu 24.04", this worked for me on a fresh install based on the above conversations: ``` # Install...

Just an FYI: I imagine most users will find that this issue is resolved with the `BTMGoogleAuthWorkaroundRelease` flag fix, as discussed on this Github issue: https://github.com/brave/brave-browser/issues/49300 However, I encountered a...

Did you follow the Ubuntu 24.04 specific instructions in the readme? https://github.com/AUTOMATIC1111/stable-diffusion-webui?tab=readme-ov-file#automatic-installation-on-linux