PRs:
https://github.com/vyos/vyos-1x/pull/2338
https://github.com/vyos/vyatta-cfg-system/pull/210
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 4 2023
@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?
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#
Try this
delete system conntrack ignore set system conntrack ignore ipv4 rule 10 source address 0.0.0.0/0
Just to confirm, changing the if line does solve the issue, and I am able to log in.
@yun thanks for pointing that out: the detailed information was lost in the rewrite of config-mgmt, and I will restore, in some or other form. As I recall, the PR looked good, so let me check any changes and review.
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
Forum thread about my issues: https://forum.vyos.io/t/10g-sfp-trouble-with-linking-intel-x553/12253 for reference.
Also adding these lines as to "completely ignore conntrack for all traffic" doesnt seem to help:
Just confirming this is still an issue, as mentioned in slack, and is really adding a lot of cpu load to pure routers
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
PR for 1.3.5 https://github.com/vyos/vyos-1x/pull/2333
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.
Oct 1 2023
Sep 30 2023
PR created: https://github.com/vyos/vyos-1x/pull/2326
Is there anything I can do to improve this PR? I also noticed that there is no more example commit-archive output since vyos 1.4:
@Viacheslav This doesn't seem to be related. This PR is merged to 1.5 instead of 1.4.
PR created (for current): https://github.com/vyos/vyos-build/pull/432
Sep 29 2023
Could be a cause of this bug https://forum.vyos.io/t/igmp-proxy-not-working-in-1-4-since-around-7-sept
PR migration https://github.com/vyos/vyos-1x/pull/2325
Please revert that commit (remove that hook) and use the excludes-file instead.
@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"
Sep 28 2023
This should fix the problem: https://github.com/vyos/vyos-build/pull/428