Update not found

Connecting error: HTTPSConnectionPool(host=‘raw.githubusercontent.com’, port=443): Max retries exceeded with url: /vyos/vyos-rolling-nightly-builds/main/version.json (Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0x7f4495c821d0>: Failed to establish a new connection: [Errno 16] Device or resource busy’))
Update not found

I guess ‘Max retries exceeded’ is a hint? Did you tried a few too many times? And what version of VyOS are you running?

probably Yes but now ?

https://raw.githubusercontent.com/vyos/vyos-rolling-nightly-builds/main/version.json works for me.

I get an url to the latest nightly along with the version name.

It is the same url I ‘ve set in my vyos

Yes but your VyOS box obviously cannot reach that:

Failed to establish a new connection: [Errno 16] Device or resource busy

How is it with a client behind this VyOS box trying to reach this using its browser?

obviously the link is right and it can be downloaded from client on the Vyos net

add system image https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202411030007/vyos-1.5-rolling-202411030007-generic-amd64.iso

The image cannot be fetched from: https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202411030007/vyos-1.5-rolling-202411030007-generic-amd64.iso HTTPSConnectionPool(host=‘github.com’, port=443): Max retries exceeded with url: /vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202411030007/vyos-1.5-rolling-202411030007-generic-amd64.iso (Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0x7f9da4ce7810>: Failed to establish a new connection: [Errno 16] Device or resource busy’))

Sounds like you got a routing and/or DNS error to resolve first.

added " set system name-server 8.8.8.8 "

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