After some investigation, it can be advised, that the described issue is to do with netcomm_cli module implementation used by VyOS Ansible Galaxy - namely, the ansible_net_version is set for a connection and stays so until reconnects and re-reads the modified hostname.
As such, this is currently outside of the collection's control.
That said, the issue can be easily avoided by reading ansible_facts mid-playbook:
Example Playbook:
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Mar 11 2025
Mar 7 2025
Mar 6 2025
Mar 4 2025
Hello! Any news regarding this issue?
Mar 3 2025
@pasik Hi mate! Were you the original reporter of this bug please?
If so, can you clarify a few questions I asked above?
thank you
I cannot see the virtual interface names are supported in 1.3-1.5 -
Mar 2 2025
@Apachez could you please assign this task to me?
Feb 27 2025
Feb 26 2025
OK - a manual and specifically targetable workaround for this is possible using firewall matches for IPsec payloads, as part of T4694.
Feb 25 2025
Feb 20 2025
I will look into after https://github.com/vyos/vyos.vyos/pull/387
Feb 19 2025
Closing this, new tasks can be opened for any issues found in new WLB.
Please re-open if this is encountered in new WLB.
This should not be an issue in new implementation
PR for new implementation: https://github.com/vyos/vyos-1x/pull/4356
Feb 17 2025
Feb 12 2025
Module updates (6.0.0) add support for encrypted passwords, including idempotence and tests.
Feb 9 2025
Resolved with latest changes for 6.0.0
Feb 7 2025
this issue doesn't reproduce on:
Feb 6 2025
Hi, I'd like to get back on this task and give it a shot, but I have troubles building and testing images from scratch.
What's the recommended procedure? Installing the latest rolling release and hacking that one?
I suppose we could just add a "guesstimate" check, say, 2GB of free space. At the moment, rolling release images are about 600M, 2GB should be enough for a while, hopefully.
Feb 5 2025
fix for another git commit archive related problem:
https://github.com/vyos/vyos-1x/pull/4333
looks like the problem was fixed in this task: T7048
Feb 4 2025
I'm willing to work on this issue to implement solution proposed by @Viacheslav.
Jan 31 2025
should be fixed by https://github.com/vyos/vyos.vyos/pull/382
Jan 27 2025
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.
Jan 26 2025
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
Jan 25 2025
Jan 21 2025
Are we closing this? Or we have some glowing example of the wrong processing?
Jan 18 2025
I had a look at T5965 and several discussions on the forum.
It seems as though under certain circumstances there will be no answer from DHCP even though I can see the DISCOVER being sent out the wwan0 interface, but the connection works if I setup the parameters that can be betrieved from ModemManager.
Jan 14 2025
Jan 13 2025
fix for decimal DSCP values:
https://github.com/vyos/vyos-1x/pull/4302
i retested this issue:
could not reproduce the original problem on versions 1.4 and 1.5
Jan 6 2025
The recent updates to vyos_user should support updating encrypted passwords, including appropriately understanding if there was a change.
@sdwilsh Unless you have an objection, I'm going to close this out as fixed by the current version in Main.
Jan 4 2025
Jan 1 2025
OMG. I just spent hours trying to diagnose why I was getting Sending reply: error_code 1 with output "error". The logging really needs to be improved.
Dec 26 2024
Hello, I know that to debug, I have to read the tables
Dec 22 2024
Dec 18 2024
Raised a Draft PR https://github.com/vyos/vyos.vyos/pull/368
Dec 17 2024
Fixed for 1.3+ along with test verifications
Dec 13 2024
The fix is now a part of https://github.com/vyos/vyos.vyos/pull/367
Dec 12 2024
Dec 11 2024
the PR to fix this is https://github.com/vyos/vyos.vyos/pull/367
The PR tp fix this https://github.com/vyos/vyos.vyos/pull/367
Dec 9 2024
Dec 6 2024
Dec 5 2024
Dec 4 2024
This works!:
trae@cr01b-vyos# set pki ca IPA.TRAE32566.ORG system-install [edit] trae@cr01b-vyos# commit Archiving config... sftp://stor01a-rh9.int.trae32566.org/int/cr01b-vyos [edit] trae@cr01b-vyos# run restart ntp [edit] trae@cr01b-vyos# run show ntp sources .-- Source mode '^' = server, '=' = peer, '#' = local clock. / .- Source state '*' = current best, '+' = combined, '-' = not combined, | / 'x' = may be in error, '~' = too variable, '?' = unusable. || .- xxxx [ yyyy ] +/- zzzz || Reachability register (octal) -. | xxxx = adjusted offset, || Log2(Polling interval) --. | | yyyy = measured offset, || \ | | zzzz = estimated error. || | | \ MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^* ns02.ac.trae32566.org 2 6 7 0 +2ns[ -188ms] +/- 5513us ^- ns01.ac.trae32566.org 2 6 7 0 +120us[ -188ms] +/- 5598us
Dec 3 2024
I prepared a service to log some network events including changing link status.
to configure service:
conf set service monitoring network-event event addr set service monitoring network-event event link set service monitoring network-event event neigh set service monitoring network-event event route set service monitoring network-event event rule commit
to check change status:
vyos@vyos:~$ sudo ip link set down dev eth1 vyos@vyos:~$ sudo ip link set up dev eth1 vyos@vyos:~$ show interfaces ethernet eth1 event-log link Dec 03 09:30:09 vyos-network-event-logger[21158]: [LINK] 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel state DOWN group 0 link/ether 0c:89:0a:2e:00:01 brd ff:ff:ff:ff:ff:ff [altname enp0s4] [altname ens4] Dec 03 09:30:14 vyos-network-event-logger[21158]: [LINK] 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group 0 link/ether 0c:89:0a:2e:00:01 brd ff:ff:ff:ff:ff:ff [altname enp0s4] [altname ens4]
Dec 2 2024
Nov 29 2024
Implemented in T6045
Nov 28 2024
Nov 26 2024
The PR# is re-submitted for review and testing
Nov 24 2024
Path issues and unit tests resolved
Nov 23 2024
Sounds reasonable! I'm not going to worry about it any more, unless I see any further symptoms. Thanks a lot for the fix and taking the time to respond here!
Nov 22 2024
@gadams it may well have been the case that the fragile synchronization before the fix was in fact a cause of the problem, at least in some (all ?) cases. I expected however, that any other config error on boot could also trigger the complaint in vyos-configd, which would consequently drop any useful output. With the original change in T6326 and the fix in T6899, any output (error or otherwise) should now be robust and generally available (notably, through the http-api, which was the motivation to finally fix the output workaround for T6326).