ALidghi

Results 13 comments of ALidghi

> Looks like a duplicate of #990 Not exactly, I have this issue : me-ui-1 | runtime: failed to create new OS thread (have 2 already; errno=22) me-ui-1 | fatal...

The UI works this time ! Thank you very much :) But I don't have any instance : Is it normal ?

> @ALidghi What's in docker-compose logs agent13 ? ``` + trap catchall INT EXIT TERM + '[' 0 = 0 ']' ++ stat -c %u /var/lib/postgresql/data + POSTGRES_UID=999 ++ stat...

I also have these error messages : ``` INFO: Starting temboard-migratedb 8.0.dev0. me-ui-1 | INFO: Found config file /etc/temboard/temboard.conf. me-ui-1 | INFO: Running on Debian GNU/Linux 11 (bullseye). me-ui-1 |...

I still have the same issue after updating. Maybe I should create the instances myself ?

> @ALidghi can you share the logs of agent13 ? PostgreSQL Database directory appears to contain a database; Skipping initialization 2022-03-02 15:27:52.741 UTC [1] LOG: starting PostgreSQL 13.6 (Debian 13.6-1.pgdg110+1)...

> docker-compose logs agent13 Sorry this is the output of docker-compose logs agent13 ``` (base) ➜ ~ docker-compose logs agent13 me-agent13-1 | + '[' 0 = 0 ']' me-agent13-1 |...

> ls -dl /var/run/docker.sock Here is the output : lrwxr-xr-x 1 root daemon 45 25 jan 17:18 /var/run/docker.sock -> /Users/me/.docker/run/docker.sock

I don't have this command on mac, but I don't have any docker file in /usr/bin folder.

> @ALidghi sorry, then can you use `ls -dl` ? I have this : (base) ➜ ~ ls -dl /usr/bin/docker ls: /usr/bin/docker: No such file or directory When I download...