- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 8 2024
Feb 7 2024
@roedie I still can not reproduce the issue, can you supply additional info?
Currently Yes
PR for equuleus https://github.com/vyos/vyatta-cfg/pull/73
PR for sagitta https://github.com/vyos/vyos-1x/pull/2940
I also see this behavior when switching between images in 1.4.0-rc3" and sometimes default-boot setting does not work.
If we do not have RPKI in configuration, it also tries to start RPKI, is it expected?
Feb 07 16:00:53 r4 vyos-router[3545]: Could not start rpki because no caches are configured Feb 07 16:07:06 r4 vyos-router[3751]: Could not start rpki because no caches are configured
For 1.3 build fails
06:44:06 Unpacking vyos-1x (1.3dev0-4068-ga685e55f3) ... 06:44:06 dpkg: error processing archive /tmp/apt-dpkg-install-FMRTXF/480-vyos-1x_1.3dev0-4068-ga685e55f3_amd64.deb (--unpack): 06:44:06 trying to overwrite '/lib/systemd/system/keepalived.service', which is also in package keepalived 1:2.2.8 06:44:06 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
We probably need to remove keepalived.service as we implemented 10-override and generated it via render
[email protected]# set firewall group address-group test123 description foo [email protected]# set firewall group address-group test123 address 1.2.3.4 [email protected]# comment firewall group address-group test123 address baz [edit] [email protected]# show firewall +group { + address-group test123 { + /* baz */ + address 1.2.3.4 + description foo + } +}
Feb 6 2024
thx for the backport @c-po runs fine on 1.3 rolling.
Just a note: with such tasks, we should always add context — why is the upgrade done. Is it for vulnerabilites? If yes, which CVEs? Is it for bug fixes? If yes, which bug report number? Is it to unblock a path to implementing new features and which ones?
PR https://github.com/vyos/vyos-1x/pull/2945
set firewall group address-group ONE address 192.0.2.1 description 'First' set firewall group address-group ONE address 192.0.2.2 description 'Second'
Feb 5 2024
PR for 1.5 https://github.com/vyos/vyos-build/pull/493
PR for 1.3 https://github.com/vyos/vyos-build/pull/494
Feb 3 2024
Its not clear if its fixed or not: