Archive 07/10/2020.

Regarding what to do in TP1?

vishalrathod

Hello sir,

Sorry for again listing the same topic because I don’t know whether this topic is already listed or not because all are in french and didn’t find any option to convert it to English.

I want to know what do you expect from TP1? Do we submit the experiment or simple testing?

I have completed the procedure that you have already mentioned in startmooc.pynb file and I also completed the setup procedure and linking my existing account with notebook.

Please guide me.

Regards
Vishal

vandaele

Hello Vishal,

The TP1 is only meeting the environment and have some explanations of the technical context for the next ones, trying to have everybody on the same level.

I advise you to not link your existing account, but to use the dedicated one. Indeed, your TP environment has been configured in this way. All the notebook commands refer to the IOTLAB_LOGIN environment variable that contains the user login of your dedicated account.

vishalrathod

Dear sir/ma’am,

Thank you very much for reply.

I have already generated new public key and paste it on my existing IoT-LAB account. If I will remove the ssh key from profile then this MOOC account is working fine?

Regards,
Vishal
Vishal

vandaele

Let’s try to put you back in a clean configuration in your JupyterLab environment.

As you are a regular user of the testbed, I’ve got your email address. I linked it to your account dedicated to this MOOC too. Since I reset your FUN/IoT-LAB account password, you should have received a new password by email.

  1. From TP1, open a JupyterLab Terminal (File > New > Terminal)

  2. Run the following command:

    iotlab-auth -u $IOTLAB_LOGIN
    

    This will ask for your new password received by email, and rewrite your credentials for CLI tools.

  3. Get your user login:

    echo $IOTLAB_LOGIN
    
  4. Get you SSH key:

    cat  ~/.ssh/id_rsa.pub
    
  5. Log in with the user account above and the new password to the IoT-LAB webportal

  6. Associate the SSH key displayed above to your account (Account > SSH Keys)

You’re now back to a standard case to follow the practical activities.

vishalrathod

Dear sir/ma’am,

Thanks for the reply.

I have tried to open TP1 using jupyter notebook but I got the following error.

“Spawn failed: Server at http://172.20.0.41:8888/moociot/jupyter/user/4347838c5dd20773a2f479a7874b379c/ didn’t respond in 30 seconds”

Regards,
Vishal

MarieCollin

Dear vishalrathod,

At the moment, we are facing a technical problem to access to the TP activities from the course platform.

f you still can’t open the notebooks that allow you to complete the TP activities, it seems that the problem is due to a bug on our side in the creation of the Jupyter user environment.
For your information, this one is created the first time you launch a notebook.

This bug affects only a few people. We are sorry for those who are stuck. In the meantime, you can continue to follow the Mooc and our IT engineer will let you know as soon as the bug is fixed.

To keep informed, please follow the dedicated topic 🆘 A problem to access Forum or TP activities?

Good continuation.