- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jan 28 2025
Jan 27 2025
Probably related bug https://vyos.dev/T7089
https://github.com/vyos/vyos-1x/pull/4318
Changing sleep to 5 sec fixes the issue
This issue appears to persist. I have been trying to run QAT with 8970 cards, and I am also running into this issue. Ultimately I have two separate instances of VyOS which exhibit the same lockup issue (separate hardware and locations). The frequency of the locks ups is far more frequent than what lucasec mentioned. Anywhere in the 12 hour range after a reboot the system crashes.
Is it reproducible in 1.4 or later? 1.3 will EOL very soon, so if it's unique to 1.3, we may mark this wontfix.
Hey all,
@nvollmar we have the similar https://vyos.dev/T6211
@Viacheslav I'd suggest to reopen this issue.
Jan 26 2025
Confirmed - 1.2-1.5 are failing
Confirmed that 1.4 and 1.5 is no cigar
Confirmed - integration tests are failing for the 1.2-1.5 version
This issue should have been resolved by a number of already implemented PRs - e.g. https://github.com/vyos/vyos.vyos/pull/354 or https://github.com/vyos/vyos.vyos/pull/368, therefore I am closing this ticket now. Please feel free to re-open if I am wrong
Background infomation
- docker.io blocked in China.
- 192.168.50.40:8088 is a docker registry mirror set up by nexus, http only
- mirror.conf above is disabled.
As I tested, the endfor changes is the better way, because two pppoe interfaces would cause
I tried two ways in staticd.frr.j2
vyos# exit root@vyos:/home/vyos# cat /run/frr/config/vyos.frr.conf ! ! ! ip route 192.168.10.0/24 192.168.12.1 ip route 192.168.51.0/24 lo ip route 192.168.52.0/24 192.168.12.1 ip route 0.0.0.0/0 192.168.12.1 eth0 tag 210 210 ip route 0.0.0.0/0 pppoe0 tag 210 1! ! ! ! ip forwarding ! ! ! ! ipv6 forwarding ! ! !root@vyos:/home/vyos# exit [edit] vyos@vyos# set interfaces pppoe pppoe0 no-default-route [edit] vyos@vyos# commit [edit] vyos@vyos# sudo su root@vyos:/home/vyos# cat /run/frr/config/vyos.frr.conf ! ! ! ip route 192.168.10.0/24 192.168.12.1 ip route 192.168.51.0/24 lo ip route 192.168.52.0/24 192.168.12.1 ip route 0.0.0.0/0 192.168.12.1 eth0 tag 210 210 ! ! ! ! ip forwarding ! ! ! ! ipv6 forwarding ! ! !root@vyos:/home/vyos#
L3 tests working
full config using 1.5-rolling-202501250006 live image