nmohammad
nmohammad
In case it helps this is the output from log files - taken as text copy from the terminal: I have also attached two screen shots from the devtools ....
Thanks for the reply - really appreciate it! I shall try your suggestions and let you know. Thanks!!!
I think adding to the docker group has resolved the permissions issue. Still no data. I also created a group called git, and added my user. I now don't see...
Hi Jose, Thanks for looking at the logs. From what I can see - it starts but after 0 entries it finishes :( I have attached another log file. I...
I incase this helps I was testing if I could access port 9200 from the terminal window so I did some curl tests here is cut and paste of two...
Thanks folks. I enabled port forwarding by uncommenting a line #net.ipv4.ip_forward=1 in /etc/sysctl.conf and also executed sudo sysctl -w net.ipv4.ip_forward=1 The logs still show the same fatal error. When I...
I tried the tests suggested above: nmohammad@github-dashboard-dev:/home/grimoirelab/docker-compose$ docker exec -it 4be6cc3b9714 bash grimoire@4be6cc3b9714:~$ ping google.com bash: ping: command not found grimoire@4be6cc3b9714:~$ ping https://github.com bash: ping: command not found grimoire@4be6cc3b9714:~$ git...
I did a reboot, and it still didn't improve operations. I retried connecting to the connector and doing a git, this time creating a tmp directory and starting git from...
I am currently on Unbuntu 22.04.4 LTS , I can upgrade to 24.04.1 LTS if that would help.
I think we are on to something. I did an experiment, I deleted the docker port redirects in iptables, but then when I launched the dashboard again using docker-compose, the...