-
Notifications
You must be signed in to change notification settings - Fork 249
Datalab won't connect to VM instance after long time waiting for it to be reachable at port 8081 #2124
Comments
Having the same problems here. @miguel2488 have you had any luck with a fix? |
Nope, nothing new here, i wasn't able to fix it since i don't have a clue about where the problem is coming. Instead of using datablab, i resigned myself to run jupyter notebooks on the machine, i'm totally blind with this and for what i've seen so far, no one seems to care about this thread. I wish you a better luck. |
I had the same problem, and observed that the container running jupyter on the VM took ~5 minutes to start up. My workaround was:
|
Hello hacktuarial, |
Yes, that's what I ran. Can you post a sample of your ssh logs? It sounds like the problem may be with the |
I was using a It has maybe something to do with the way I created my instance at the beginning, I used: Anyway, I am now able to use Datalab ! |
It seems that when creating an instance with a GPU, the same problem appears but this solution does not apply. |
I have a similar problem with @MichaelTheBrute. I tried to launch an instance of Datalab with the command below.
However, there is no response after more than 30 minutes. I made an ssh connection to the instance and started investigating.
The datalab container was not running. When the CPU worked correctly, I thought that it might be because the GPU was not set up correctly.
I checked the log with the In the process, I noticed that
You can confirm that an error has occurred in I will continue to investigate. |
May be related to this Pull Request. |
Hi,
i've been working on this for days, and have read a lot in google about this issue. Although i couldn't find anything to help me solving it.
The case is that i have created a datalab instance via the gcloud shell like this:
datalab create --image-name c2-deeplearning-tf-1-13-cu100-20190227 --disk-size-gb 100 --machine-type n1-standard-8 my-instance --network-name my-net-01 --zone europe-west1-b
it all works fine, i'm asked to create a passphrase, rsa keys are propagated and then, i got this message of death:
Waiting for Datalab to be reachable at http://localhost:8081/
I can SSH to the vm instance using the button to the right, or using
gcloud compute ssh instance
. No problems with that.Running the
datalab connect
command passing--ssh-log-level=debug
i got thousands of messages like this one:It walks through all the ports trying to connect to the 8081 port but it never succeeds, so finally after a long waiting, i get this message:
connection closed
attempting to reconnect
and the whole process starts again from the beginning.
This is a screenshot of my firewall rules:
i think everything is ok here. What am i missing?? Where's the problem?? Can someone help please? i've been stuck here for over a week now, any help will be much appreciated.
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: