- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Feb 8 2024
This path was changed as part of the task T3642.
The new path is generate pki wireguard key-pair, we can easily translate the old path to the new in these cases, but do we need backward compatibility here?
Looks like this path was marked as deprecated more than two years ago(Sept 21) and dropped a little bit more than one year ago(Dec 22).
Perhaps it is enough to simply update the documentation?
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.