Have I hit the bug again?

Hi Guys,

Most of the time on one of my router hangs when I run show vpn ipsec sa and then I have cancel the command and get below stack

vyos@R3:~$ show vpn ipsec sa
Traceback (most recent call last):
  File "/usr/libexec/vyos/op_mode/show_ipsec_sa.py", line 69, in <module>
    status = subprocess.check_output("ipsec statusall {0}".format(conn), shell=True).decode()
  File "/usr/lib/python3.4/subprocess.py", line 609, in check_output
:...skipping...
    output, unused_err = process.communicate(inputdata, timeout=timeout)
  File "/usr/lib/python3.4/subprocess.py", line 947, in communicate
    stdout = _eintr_retry_call(self.stdout.read)
  File "/usr/lib/python3.4/subprocess.py", line 491, in _eintr_retry_call
    return func(*args)
KeyboardInterrupt
~
~

And here is version

vyos@R3:~$ show version
Version:          VyOS 1.2.6
Release Train:    crux

Built on:         Wed 23 Sep 2020 13:21 UTC
Build UUID:       6c923469-b0f4-4ebc-9d1a-c364be3c7517
Build Commit ID:  706d01f247bb83

Architecture:     x86_64
Boot via:         installed image
System type:      VMware guest

Hardware vendor:  VMware, Inc.
Hardware model:   VMware Virtual Platform
Hardware S/N:     VMware-56 4d cc 8f 0e 15 1e 3c-cd df 6d 2a 59 b5 16 c7
Hardware UUID:    8fcc4d56-150e-3c1e-cddf-6d2a59b516c7

Copyright:        VyOS maintainers and contributors

Could you please try VyOS 1.2.7 version and let us know if the issue persists.

Yeah seems to be not there with 1.2.7

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.