Tested in 1.3.5, the issue still exist as stated by @fernando
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Dec 28 2023
completed
Yeah I'm having this issue as well:
trae@cr01a-vyos# commit Archiving config... sftp://stor01a-rh9.int.trae32566.org/int/cr01a-vyos FAILED!
Dec 27 2023
In T3127#168455, @Viacheslav wrote:Implemented in 1.4-1.5 T5248
Food for thought:
this fix is not merge yet : https://github.com/vyos/vyatta-op-vpn/pull/37
Initially we added it only for 1.3 cloudwatch https://github.com/vyos/vyos-build/pull/206/files
I'll leave this here T4541
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.