anubis
anubis
CCoder.com
Created by TWA on 10/3/2024 in #help
Clicking 'Restart' on Unhealthy Coder Agent Stops Workspace Instead of Restarting
Happens to us as well
7 replies
CCoder.com
Created by anubis on 9/27/2024 in #help
Unable to verify first certificate
@Phorcys done
10 replies
CCoder.com
Created by anubis on 9/27/2024 in #help
Unable to verify first certificate
sorry, i meant monday. wish you a nice weekend
10 replies
CCoder.com
Created by anubis on 9/27/2024 in #help
Unable to verify first certificate
hello @Phorcys, i will send you a detailed reply tomorrow cause its my office laptop.
10 replies
CCoder.com
Created by anubis on 9/24/2024 in #help
Docker in Docker with sysbox cant find the deamon
i havent managed to get it work. the only case where it works is if you use this image https://github.com/nestybox/dockerfiles/blob/master/ubuntu-bionic-systemd/Dockerfile . The issue is that if i add the part for creating a user (instead of using the default admin:admin) then i get errors again.
35 replies
CCoder.com
Created by anubis on 9/27/2024 in #help
Unable to verify first certificate
The problem seems to be fixed by adding the following environment variable in windows: NODE_TLS_REJECT_UNAUTHORIZED: 0
10 replies
CCoder.com
Created by anubis on 9/24/2024 in #help
Docker in Docker with sysbox cant find the deamon
No description
35 replies
CCoder.com
Created by anubis on 9/24/2024 in #help
Docker in Docker with sysbox cant find the deamon
No, I have the same setup as you do now. That works fine. Docker works as expected. The issue is that systemd wont start and will give an error about the user if i use the codercom image. If i use the sysbox image it works fine but only with the admin:admin user
35 replies
CCoder.com
Created by anubis on 9/24/2024 in #help
Docker in Docker with sysbox cant find the deamon
yes i did the same in the end, but cant get systemd to work. when i use the codercom image it doesnt start and if i use the sysbox image i need to use the admin account
35 replies
CCoder.com
Created by anubis on 9/24/2024 in #help
Docker in Docker with sysbox cant find the deamon
if i run the official sysbox image with systemd and docker (nestybox/ubuntu-bionic-systemd-docker) then it works fine (both docker and systemctl but i have to login as a user. If i add the part to add the coder user then it fails. Also my biggest confusion comes from the documentation that says that you can have systemd in docker but only refers to the Kubernetes deployment. https://coder.com/docs/templates/docker-in-workspaces#systemd-in-docker
35 replies
CCoder.com
Created by anubis on 9/24/2024 in #help
Docker in Docker with sysbox cant find the deamon
@Phorcys I am trying to use the codercom/enterprise-base:ubuntu but i get the same error if i dont start docker manually and when i run systemctl i get the following error:
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
I run it with the following command: sudo docker run --runtime=sysbox-runc -it --privileged codercom/enterprise-base:ubuntu
35 replies
CCoder.com
Created by anubis on 9/24/2024 in #help
Docker in Docker with sysbox cant find the deamon
Issue got resolved. Thank you @Phorcys
35 replies
CCoder.com
Created by anubis on 9/24/2024 in #help
Docker in Docker with sysbox cant find the deamon
Oh my god, never thought about it... I will try when i get in the office. Will update you. Thank you.
35 replies
CCoder.com
Created by anubis on 9/24/2024 in #help
Docker in Docker with sysbox cant find the deamon
@Phorcys sorry it seems i pasted the wrong thing. the error is: cannot connect to the docker daemon at unix:///var/run/docker.sock. is the docker daemon running?
35 replies
CCoder.com
Created by anubis on 9/24/2024 in #help
Docker in Docker with sysbox cant find the deamon
Attached is the main.tf. Also when i run docker inspect --format='{{.HostConfig.Runtime}}' coder-workspace i get sysbox-runc so i guess that part is configured properly.
35 replies