Moving my installation from RHEL7 to Ubuntu and hitting:
Fatal error: filed/fd_plugins.cc:661 PluginSave: Command plugin "python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-vmware:<redacted>" requested, but is not loaded.
ls /usr/lib/bareos/plugins/bareos-fd-vmware.py
/usr/lib/bareos/plugins/bareos-fd-vmware.py
python3 -m pip install pyvmomi
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pyvmomi in /usr/local/lib/python3.10/dist-packages (8.0.0.1.2)
Requirement already satisfied: six>=1.7.3 in /usr/lib/python3/dist-packages (from pyvmomi) (1.16.0)
Any help would be appreciated