PR for CRUX https://github.com/vyos/vyatta-wireless/pull/14
Tested on 1.2.5-epa1 own build ISO.
sudo cat /var/log/vyatta/vyatta-commit.log [ interfaces wireless wlan0 ] Warning! system : missing regulatory domain country code
PR for CRUX https://github.com/vyos/vyatta-wireless/pull/14
Tested on 1.2.5-epa1 own build ISO.
sudo cat /var/log/vyatta/vyatta-commit.log [ interfaces wireless wlan0 ] Warning! system : missing regulatory domain country code
Can we add checks?
@dmbaturin Can you put it back on the rolling? We periodically have many appeals on this issue.
Successfully tested on VyOS 1.2.5-epa1
@rherold do you have any additional info how I can reproduce this issue?
Works properly on VyOS 1.2.5-epa1 (FRRouting 7.2-20200121-02-g031c58) and 1.3-rolling-202003130217(FRRouting 7.3)
Thanks @jestabro , works well with this change. After passing all the tests, I will write docs about VyOS in container.
Works correct on the latest rolling.
@Dmitry The simplest workaround for the moment is to add the following to your load steps:
@c-po Sure, I can assist with that.
I've tracked this down to a bug in libboost-filesystem, versions < 1.56, that occurs if the locale is not properly set, as is the case within the Docker environment:
The code is now merged. Can somebody update this task?
PR88 should add this.
I haven't encountered this since, but the single 1.2 router is still on rc11, which has updated pdns-recursor 4.2, before being reverted: https://phabricator.vyos.net/R3:8c22ceead487b745d6b7c058c4d1c0a0eaa051c8 so it may still possibly be an issue in 1.2.
I've never encountered it on 1.3 rolling.
I once wrote a script as PoC to list build dependencies: