Works as expected:
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 10 2023
Oct 9 2023
Final testing before PR, the following corrects behavior when configuring the http-api using the http-api, for example:
Oct 8 2023
PR created: https://github.com/vyos/vyos-1x/pull/2349
PR for 1.3 https://github.com/vyos/vyos-1x/pull/2347
PR for 1.4 https://github.com/vyos/vyos-1x/pull/2346
Oct 6 2023
Oct 5 2023
Added for 1.4, 1.5; as mentioned above, a backport to Equuleus will require a different implementation.
Based on the requirements, it is natural to add this to the commit_revision post-commit hook of the config_mgmt module: this is low overhead as we use the existing configtree representation of the current config to save with ConfigTree().to_json().
Oct 4 2023
@rherold Could you re-check it?
for me , it's ok . I didn't see another issue related it . we can close
@indrajitr Thanks!
Can we close it?
Applied to current and sagitta
Can we close it?
@indrajitr, Could you re-check and close if it was solved?
PR created: https://github.com/vyos/vyos-build/pull/434
Regarding STRIP_EXCLUDE variable... one idea is to assign it dynamically like so:
Proposed CLI:
set system syslog global service wireguard
Expected command for debug
echo "module wireguard +p" | sudo tee /sys/kernel/debug/dynamic_debug/control
To disable
echo "module wireguard -p" | sudo tee /sys/kernel/debug/dynamic_debug/control
PR https://github.com/vyos/vyos-user-utils/pull/7
vyos@r4# echo '{"system": "VyOS", "rate": 100}' | jq '.system'
"VyOS"
[edit]
vyos@r4#@xrobau noted that PR426 have an anomaly regarding one of the libraries during the strip-run:
Just to confirm, changing the if line does solve the issue, and I am able to log in.
Out of curiosity, shouldn't this just be moved to the end of the startup scripts?
Not sure if this should be re-opened, or, a new ticket should be created. It appears that this function is the only thing that creates etc passwd (etc), and it's only ever called once.
Oct 3 2023
PR for VyOS 1.5 https://github.com/vyos/vyos-1x/pull/2335
The hostname part should be fixed by now in recent builds
PR for VyOS 1.4 https://github.com/vyos/vyos-1x/pull/2334
Merged, will show up in nightly 2023-10-04.
PR for 1.4 https://github.com/vyos/vyos-build/pull/433
Oct 2 2023
I have tested. It works
Daemon does not crush.
There is information in local database.
Sep 30 2023
Sep 29 2023
@n.fort Ahh yes.. I'm sorry, thats embarassing now.. I've probably always overlooked it since it's before the "<Enter>" which I usually always expect as the first option (from other OSs aswell).. And probably because I'm used to the command being after the pipe aswell.. Still good to know now that the feature exists..
You mean this existing option, or I am missing something?
vyos@vyos-suri:~$ conf [edit] vyos@vyos-suri# set int eth eth0 description TEST [edit] vyos@vyos-suri# set serv ssh port 8877 [edit] vyos@vyos-suri# set system host-name foo [edit] vyos@vyos-suri# compare [interfaces ethernet eth0] + description "TEST" [service ssh] + port "8877" [system] - host-name "vyos-suri" + host-name "foo"