• #20
    Closed

    /bin/netdbg does not work

    Oct 19, 2020

    On Oct 19, 2020, Daniel Micanek reported (in the "Comments" section):

    I tried to check Native MAC Learning on ESXi ARM. But I can't run netdbg. The same results on my both RPi4:
    [root@localhost:~] netdbg
    Traceback (most recent call last):
    File "/bin/netdbg", line 32, in <module>
    RootCommandGroup()
    File "/build/mts/release/bora-16966451/bora/build/esxarm64/release/vmvisor/sys-boot/lib64/python3.5/site-packages/click/core.py", line 722, in __call__
    File "/build/mts/release/bora-16966451/bora/build/esxarm64/release/vmvisor/sys-boot/lib64/python3.5/site-packages/click/core.py", line 676, in main
    File "/build/mts/release/bora-16966451/bora/build/esxarm64/release/vmvisor/sys-boot/lib64/python3.5/site-packages/click/_unicodefun.py", line 66, in _verify_python3_env
    File "/build/mts/release/bora-16966451/bora/build/esxarm64/release/vmvisor/sys-boot/lib64/python3.5/subprocess.py", line 676, in __init__
    File "/build/mts/release/bora-16966451/bora/build/esxarm64/release/vmvisor/sys-boot/lib64/python3.5/subprocess.py", line 1289, in _execute_child
    FileNotFoundError: [Errno 2] No such file or directory: 'locale'

  • Oct 19, 2020

    thanks for the report. Try this workaround: set LANG before running netdbg.

    [root@localhost:~] export LANG=en_US.UTF-8
    [root@localhost:~] netdbg
    Usage: netdbg [OPTIONS] COMMAND [ARGS]...

    Command line interface to access settings on ESX datapath

    Options:
    --help Show this message and exit.

    Commands:
    vswitch