-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fail "create project" after "inject and start workspace agent" on create workspace sequence #1050
Comments
Hi! Can you provide full bug report. Please see CONTRIBUTING.md for the information we need to help diagnose. |
Sorry, I mistaked to press enter... I fail to create my first workspace. I try to use bash and success git clone from github on docker. Unfortunately, I don't have a detail log in my hand now. |
Sorry to I don't have also environment details in my hand now. |
If github.com cannot be resolved inside a running container, this is a connectivity issue. You may want to destroy your VM and start anew. Alternatively, you may ssh into a VM and run any docker image, exec into it and ping github.com:
|
@eivantsov Hi, I am also facing the same problem. To give you the little background, I feel there is issue with the networking. Because when I do exec into the container and if I ping 8.8.8.8 then I am bale to access this. But when I do google.com then it gives host not found. That means there is some problem in the name space lookup. the details of my system are described in the issue #979 . Windows IP Configuration Host Name . . . . . . . . . . . . : PCUHM04 Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : eur.ad.sag Ethernet adapter VMware Network Adapter VMnet1: Connection-specific DNS Suffix . : Ethernet adapter VMware Network Adapter VMnet8: Connection-specific DNS Suffix . : Ethernet adapter VirtualBox Host-Only Network: Connection-specific DNS Suffix . : Ethernet adapter VirtualBox Host-Only Network #2: Connection-specific DNS Suffix . : $ifconfig of the VM eth0 Link encap:Ethernet HWaddr 08:00:27:04:b1:b0 lo Link encap:Local Loopback vethbce9ef9 Link encap:Ethernet HWaddr f6:41:b3:e6:6d:e5 $more /etc/resolv.conf of the VM is: Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTENnameserver 127.0.1.1 $ifconfig of the container lo Link encap:Local Loopback $more /etc/resolv.conf of the container is: Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTENsearch eur.ad.sag nameserver 8.8.8.8 When I do docker run using --dns=10.20.90.10 So what changes/configure I should do when I run che.sh and it should start working given the above specification of the system.? |
Thanks @eivantsov and sorry late response. |
@eivantsov @kushalmokashi |
@kazusa-qooq @eivantsov The issue is resolved for me. I had to explicitly configure the --dns="IP_Addr" in the docker file, which is located in the /etc/default/ folder. Now it works. |
No description provided.
The text was updated successfully, but these errors were encountered: