I have checked this config on VyOS 1.4-rolling-202212310809 (Strongswan 5.9.8). The problem is the same.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jan 6 2023
Thanks! That’ll help me with what I’m working on :)From where does this limitation originate, anyway? Is there a way to at least add . to the acceptable characters list, so as to allow for foo.sh? Would that break something that expects to skip over filenames with dots and other characters?
Scripts are run in alphabetical order. Their names must consist entirely of ASCII upper- and lower-case letters,ASCII digits, ASCII underscores, and ASCII minus-hyphens.No other characters are allowed.
Jan 5 2023
huh, is it possible that we just don't run commit hooks upon changing only comments?
I just edited the file /opt/vyatta/sbin/install-image in a running system to try testing this, and it works as expected at least for the primary minisign key. I didn't test GPG or 2nd minisign key, but I see no reason why there would be an issue there. I did touch those parts, though, so it's probably worth at least having another set of eyes look at it all.
er wait hold up i made a mistake saving/pushing my changes
edit: fixed
I created a PR, but I'm not certain how to compile this part of VyOS to test this, and I'm hoping someone could help me do so -- a quick glance makes it look to me like this is compiled into a .deb that's then installed by https://github.com/vyos/vyos-build/blob/current/scripts/build-vyos-image ?
In T1237#140040, @Viacheslav wrote:will be fixed in the next rolling release
The error handling on this line is basically nonexistent, but also the coding style is a little hard to follow.
will be fixed in the next rolling release
Jan 4 2023
Should debug be True by default?
https://github.com/vyos/vyos-1x/blob/f5af95be4f66380d213771b975c63361e27616ef/python/vyos/qos/base.py#L22
Jan 3 2023
Backport PR: https://github.com/vyos/vyos-cloud-init/pull/57
vyos@r14:~$ sudo /usr/libexec/vyos/op_mode/nat.py show_translations --direction source --family inet --raw
{
"conntrack": {
"error": true,
"reason": "entries not found"
}
}
vyos@r14:~$
vyos@r14:~$
vyos@r14:~$ sudo /usr/libexec/vyos/op_mode/nat.py show_translations --direction source --family inet
Traceback (most recent call last):
File "/usr/libexec/vyos/op_mode/nat.py", line 331, in <module>
res = vyos.opmode.run(sys.modules[__name__])
File "/usr/lib/python3/dist-packages/vyos/opmode.py", line 212, in run
res = func(**args)
File "/usr/libexec/vyos/op_mode/nat.py", line 296, in _wrapper
return func(*args, **kwargs)
File "/usr/libexec/vyos/op_mode/nat.py", line 326, in show_translations
return _get_formatted_translation(nat_translation, direction, family, verbose)
NameError: name 'verbose' is not defined
vyos@r14:~$