Unable updatede?

Hello! I found that it is very difficult to access the official server in the China region where we are located. Now I can’t connect to the server even for update. Is there any better way? Can you suggest to establish a server in China for the convenience of Chinese developers?

We have build a mirror server at China, but seems still some room to improve.
I will highlight to our relevant team to improve it continuously.

Hello! How can I solve the situation shown in the picture? I can’t update on jetson xavier nx normally? According to the URL, I downloaded the release on the windows computer. How should I use it?

No route to host is an internet issue in most cases. It is true that the server could be down, but it is far more likely a route hop or firewall issue is actually the cause. However, consider that one of the addresses in the errors is this:
106.225.244.208

What do you see from “traceroute 106.225.244.208”? It is quite possible you’d need to get your ISP to help you. If NVIDIA can confirm that server is up, then you’ll know it is out of their hands for intermediate route hop failures/firewall issues.

nvidia@agx:~$ sudo apt-get -y update
[sudo] password for nvidia:
Hit:1 Index of /ubuntu-ports bionic InRelease
Hit:2 Index of /ubuntu-ports bionic-updates InRelease
Hit:3 Index of /ubuntu-ports bionic-backports InRelease
Hit:4 Index of /ubuntu-ports bionic-security InRelease
Hit:5 https://repo.download.nvidia.cn/jetson/common r32.5 InRelease
Get:6 https://repo.download.nvidia.cn/jetson/t194 r32.5 InRelease [2,562 B]
Get:7 https://repo.download.nvidia.cn/jetson/t194 r32.5/main arm64 Packages [18.1 kB]
Err:7 https://repo.download.nvidia.cn/jetson/t194 r32.5/main arm64 Packages
File has unexpected size (18524 != 18059). Mirror sync in progress? [IP: 60.167.130.132 443]
Hashes of expected file:

  • Filesize:18059 [weak]
  • SHA256:e4fe15ecc93f3b7e1401ed2a5c2c43df422fbe85c2af20f4e1fb98822bd38345
  • SHA1:40abafca043ec63159c76c110f119f0a20b9f20c [weak]
  • MD5Sum:4df0592482614dc5b6139cbd72a21741 [weak]
    Release file created at: Wed, 26 May 2021 17:03:03 +0000
    Reading package lists… Done
    E: Failed to fetch https://repo.download.nvidia.cn/jetson/t194/dists/r32.5/main/binary-arm64/Packages.gz File has unexpected size (18524 != 18059). Mirror sync in progress? [IP: 60.167.130.132 443]
    Hashes of expected file:
    - Filesize:18059 [weak]
    - SHA256:e4fe15ecc93f3b7e1401ed2a5c2c43df422fbe85c2af20f4e1fb98822bd38345
    - SHA1:40abafca043ec63159c76c110f119f0a20b9f20c [weak]
    - MD5Sum:4df0592482614dc5b6139cbd72a21741 [weak]
    Release file created at: Wed, 26 May 2021 17:03:03 +0000
    E: Some index files failed to download. They have been ignored, or old ones used instead.
    nvidia@agx:~$

Please help look at the following question

If this is one of the mirrors updating, then the error would clear up after a bit of wait time. If for some reason your apt cache is corrupt, then you could clean this (and it would then need to redownload software again in many cases):
sudo apt-get clean

You can see ahead of time what this would clean:
sudo apt-get clean --dry-run

If there is a network issue, then this won’t help. For network issues, if the issues are not from your own network, then your ISP would need to be consulted about fixes.

Thanks