404 Not Found [IP: 185.125.190.36 80] Error

I’m using Jetson Nano and this is the log after sudo apt-get update. Please help me solve this problem thanks a lot

Ign:41 Index of /ubuntu-ports bionic-updates/universe i386 Packages
Ign:44 Index of /ubuntu-ports bionic-updates/universe amd64 Packages
Err:45 Index of /ubuntu-ports bionic-backports/main amd64 Packages
404 Not Found [IP: 185.125.190.36 80]
Ign:46 Index of /ubuntu-ports bionic-backports/main i386 Packages
Ign:47 Index of /ubuntu-ports bionic-backports/universe i386 Packages
Ign:48 Index of /ubuntu-ports bionic-backports/universe amd64 Packages
Err:49 Index of /ubuntu-ports bionic-security/main i386 Packages
404 Not Found [IP: 185.125.190.36 80]
Ign:53 Index of /ubuntu-ports bionic-security/main amd64 Packages
Ign:54 Index of /ubuntu-ports bionic-security/restricted amd64 Packages
Ign:55 Index of /ubuntu-ports bionic-security/restricted i386 Packages
Ign:56 Index of /ubuntu-ports bionic-security/universe amd64 Packages
Ign:57 Index of /ubuntu-ports bionic-security/universe i386 Packages
Fetched 261 kB in 8s (30.8 kB/s)
Reading package lists… Done
N: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://repo.download.nvidia.com/jetson/common r32.7 InRelease’ doesn’t support architecture ‘i386’
W: Skipping acquire of configured file ‘Sources’ as repository ‘https://download.sublimetext.com apt/stable/ InRelease’ does not seem to provide it (sources.list entry misspelt?)
N: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://repo.download.nvidia.com/jetson/t210 r32.7 InRelease’ doesn’t support architecture ‘i386’
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic/main/binary-amd64/Packages 404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/main/binary-amd64/Packages 404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-backports/main/binary-amd64/Packages 404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-security/main/binary-i386/Packages 404 Not Found [IP: 185.125.190.36 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

Is this from the host PC? These are all desktop PC architecture. If the Jetson itself is seeing this, then an incorrect modification of repositories was made (it should only look for “noarch”, “arm64”, or “aarch64”).

Also, there is a difference between failure to look up an address versus not reaching the address versus the server not finding something once that address is reached. The dotted-decimal address above belongs to Canonical, the Ubuntu people. Does this work?
host 185.125.190.36

If it works, then you have working DNS. If not, then do you get a response from:
ping 185.125.190.36

If that works, then you have a network route even if DNS fails. If DNS and ping works, then do you get a server page when you put 185.125.190.36 into the address of a common web browser? If this works, then you have access not only to the network, but also to the specific server on port 80. Errors after this would be related to not finding packages (versus not finding the server or network).

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.