Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1638 Discussions

Can't resolve github.com on DevCloud instance

JohnWestlund
Employee
794 Views

Just got logged into an instance and trying to download the samples, but can't resolve github.com:

u157922@login-2:~$ git clone https://github.com/oneapi-src/oneAPI-samples.git
Cloning into 'oneAPI-samples'...
fatal: unable to access 'https://github.com/oneapi-src/oneAPI-samples.git/': Could not resolve host: github.com

 

0 Kudos
1 Solution
User01
New Contributor II
782 Views

I also observed that sometime over the last month or two, connectivity from login-2 has become limited in surprising ways. One workaround is to make an interactive connection to a compute node with "qsub -I" and then run the git clone from there. However, that is not an efficient use of the compute node resources and would seem to be a better fit for a login node or a dedicated data transfer node/queue. It would be great to get some insight from the DevCloud administration on the new login-2 connectivity limitations, why they were put in place, and what users should be doing instead.

View solution in original post

0 Kudos
5 Replies
User01
New Contributor II
783 Views

I also observed that sometime over the last month or two, connectivity from login-2 has become limited in surprising ways. One workaround is to make an interactive connection to a compute node with "qsub -I" and then run the git clone from there. However, that is not an efficient use of the compute node resources and would seem to be a better fit for a login node or a dedicated data transfer node/queue. It would be great to get some insight from the DevCloud administration on the new login-2 connectivity limitations, why they were put in place, and what users should be doing instead.

0 Kudos
Rahila_T_Intel
Moderator
765 Views

Hi,

 

Thank you for posting in Intel Communities.

 

DevCloud does not allow external website access from the login node. External access is allowed only from compute nodes.


Login node uses a lightweight general-purpose processor. Login nodes should not be used for development or execution of programs. It is an interface node that helps to connect or submit jobs to compute nodes.

 

 You can use wget/git clone/etc. on compute nodes only. You cannot use them on login node. However, the downloaded files would be available in the cloud, so you can access them in login node and compute node as well.


AlekhyaV_Intel_0-1655713403266.png

 

From the above diagram, we could see that HTTPS cannot be accessed via login node.


If this clarifies your query, make sure to accept this as a solution. This would help others with similar query.


Thanks


0 Kudos
JohnWestlund
Employee
733 Views

Thanks Rahila. That makes sense -- can the documentation be updated to make it clear that you need to be on a compute instance before you can move forward. Right now it says the following which makes it seem like you should be able to start running git command immediately:

Download the Intel AI Analytics Toolkit Samples

  1. Connect to the Intel DevCloud:
    ssh devcloud
    Bash
  2. Download the samples:
    git clone https://github.com/oneapi-src/oneAPI-samples.git
    Bash
     
     
0 Kudos
Rahila_T_Intel
Moderator
717 Views

Hi,


Thank you for your feedback. We have provided your feedback to the relevant team. 

If your issue is resolved, make sure to accept the corresponding post as a solution. This would help others with similar issue. 


Please let me know if we can go ahead and close this case?


Thanks


0 Kudos
Rahila_T_Intel
Moderator
664 Views

Hi,


Glad to know that your query is clarified.

This thread will no longer be monitored by Intel. If you need further assistance, please post a new question. 


Thanks


0 Kudos
Reply