PR for 1.5 https://github.com/vyos/vyos-1x/pull/2704
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Dec 29 2023
Dec 28 2023
@c-po apologies for the delay, missed this over the holidays.
Fix for 1.5 which will be backported
https://github.com/vyos/vyos-1x/pull/2703
This is actually caused by a missing priority value from ddclient. This is an ancient bug indeed.
Package added to 1.4
Can you please re-test with the latest 1.5 rolling image?
Upstream error appears to be resolved in 4.7.2+ds1-2
PR for 1.5 https://github.com/vyos/vyos-1x/pull/2698
completed
Dec 27 2023
Food for thought:
Initially we added it only for 1.3 cloudwatch https://github.com/vyos/vyos-build/pull/206/files
Dec 26 2023
In T3476#168872, @eronlloyd wrote:This is exciting! Is there a public endpoint available for testing this yet? GitHub is rejecting requests on that URL:
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 0x7f916bdb2f90>: Failed to establish a new connection: [Errno 16] Device or resource busy'))
Update not found
This is exciting! Is there a public endpoint available for testing this yet? GitHub is rejecting requests on that URL:
Example of usage for 1.5
vyos@r4:~$ vyos@r4:~$ show conf com | match upd set system update-check auto-check set system update-check url 'https://raw.githubusercontent.com/vyos/vyos-rolling-nightly-builds/main/version.json' vyos@r4:~$ vyos@r4:~$ vyos@r4:~$ show system updates Current version: 1.5-rolling-202312220023
vyos@r4:~$ vyos@r4:~$ show conf com | match upd set system update-check auto-check set system update-check url 'https://raw.githubusercontent.com/vyos/vyos-rolling-nightly-builds/main/version.json' vyos@r4:~$ vyos@r4:~$ vyos@r4:~$ show system updates Current version: 1.5-rolling-202312220023
Dec 25 2023
can you please attach your configuration used for both eth0 and dns dynamic?
PR for 1.5 https://github.com/vyos/vyos-1x/pull/2687
Dec 24 2023
PR for 1.5 https://github.com/vyos/vyos-1x/pull/2683
PR for VyOS 1.5 https://github.com/vyos/vyos-1x/pull/2682 which will also be backported to 1.4
The same task T5712
In T160#168646, @danielpo wrote:That's great!
I tried running make interface_definitions in vyos-1x and copy in the changed files into my vyos install, but the files kept disappearing when rebooting, and couldn't figure out how to build an iso with your vyos 1-x repo.So I wil try it when there is a vyos rolling iso available.