i’m building GVM from source with Raspberry Pi OS Lite.
At the end of the building, gvm, gsad , osp work and are activate but i can’t start notus scanner because it can’t find the files to execute
when i do the command :
sudo systemctl status notus-scanner
Most likely notus-scanner wasn’t installed in /usr/local/bin due to issues with Distributions patching Python which causes unexpected behavior of pip (https://github.com/greenbone/docs/pull/245). You need to add or remove the --prefix while running pip install.
Would be nice if you could paste the output of the pip install and cp (sudo cp -rv $INSTALL_DIR/* /) commands to get some more details on the installation process and what’s actually happening on your side.