- This topic has 2 replies, 2 voices, and was last updated 1 day, 3 hours ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › FPGAs in FABRIC › Unable to connect to http://linux.mirrors.es.net/ubuntu
As part of the docker image creation, the steps connect to a server at http://linux.mirrors.es.net/ubuntu , inorder to download some packages.
I am running an FPGA experiment on TACC and it worked fine yesterday. However today, I get a network unreachable error while creating the docker image. The error is show below:
#9 30.86 Err:1 http://linux.mirrors.es.net/ubuntu focal InRelease
#9 30.86 Could not connect to linux.mirrors.es.net:80 (198.129.224.35). – connect (101: Network is unreachable) Could not connect to linux.mirrors.es.net:80 (2001:400:201:6::35), connection timed out
#9 30.86 Err:2 http://linux.mirrors.es.net/ubuntu focal-updates InRelease
#9 30.86 Unable to connect to linux.mirrors.es.net:http:
The server URL is valid since I can access it from the browser and I can build the same docker image successfully on another local system. Was there some network connectivity outage at TACC today or is there some other problem here ?
I just tested access from a TACC VM and http://linux.mirrors.es.net/ubuntu was reachable. If you’re still having problems, then we need to learn about the specific information from your VM and docker image creation. Please let us know if you still need help on this.
Yes, it’s working now for me as well.
It seems to have been a transient issue. Thanks.