Fresh install/build, notus-scanner error on startup

Build/install went smoothly. Running ubuntu 22.04.

$ sudo systemctl status notus-scanner
● notus-scanner.service - Notus Scanner
Loaded: loaded (/etc/systemd/system/notus-scanner.service; disabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2023-07-10 22:27:31 UTC; 57s ago
Docs: GitHub - greenbone/notus-scanner: Notus is a vulnerability scanner for creating results from local security checks
Process: 19303 ExecStart=/usr/local/bin/notus-scanner --foreground --products-directory /var/lib/notus/prod>
Main PID: 19303 (code=exited, status=203/EXEC)
CPU: 2ms

Jul 10 22:27:31 ub-gvm systemd[19303]: notus-scanner.service: Failed at step EXEC spawning /usr/local/bin/notus>
Jul 10 22:27:31 ub-gvm systemd[1]: notus-scanner.service: Main process exited, code=exited, status=203/EXEC
Jul 10 22:27:31 ub-gvm systemd[1]: notus-scanner.service: Failed with result ‘exit-code’.
Jul 10 22:27:31 ub-gvm systemd[1]: Failed to start Notus Scanner.

Looks like perhaps you missed a step in the installation. Here is a suggestion:

  • Check that the path /usr/local/bin/notus-scanner executable is present in that location and that it has the necessary permissions.
  • Double-check that the dependencies required by the Notus Scanner are installed on the system.
  • Check for SELInux restrictions