I'll leave this here T4541
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Dec 27 2023
Instead of "TEST-NET-X" and "TEST-IP-X" it could use "REPLACED-NET-X" and "REPLACED-IP-X" or such (where X defines the unique item thats being replaced).
In T3316#168877, @workingagain wrote:after manual ownership change dhcp4.leases so the server can start causes this error:
ERROR [kea-dhcp4.dhcpsrv/4006.140169685592512] DHCPSRV_MEMFILE_LFC_LEASE_FILE_RENAME_FAIL failed to rename the current lease file /config/dhcp4.leases to /config/dhcp4.leases.1, reason: Permission denied
Dec 26 2023
after manual ownership change dhcp4.leases so the server can start causes this error:
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?
I think its a bit odd to completely disable EEE where the solution would be to disable EEE by default but having the config option to adjust for EEE if wanted.
Maintainers agreed that we will disable EEE by default - we are a router pushing packets.
PR for 1.5 https://github.com/vyos/vyos-1x/pull/2687
In T5721#168743, @giuavo wrote:I have followed your suggestion: a fresh VyOS install in a VM and tried to load the current configuration. Here are the errors I get:
[ service dns dynamic name service-ovh-eth1-11-web web-options url checkip.dyndns.com ] "checkip.dyndns.com" is not a valid URL [ service dns dynamic name service-ovh-eth1-11-web web-options url checkip.dyndns.com ] Invalid HTTP(S) URL format [[]] failed
Dec 24 2023
@indrajitr Could you take a look? As I remember you are working on it.
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
I have followed your suggestion: a fresh VyOS install in a VM and tried to load the current configuration. Here are the errors I get:
Sometimes container is not cleaned properly, see also https://github.com/containers/podman/issues/15708
That means I should create a new VyOS instance and then load my current configuration in order to spot any migration error. I can try that.