Secure-Compliance-Solutions-LLC / GVM-Docker

Greenbone Vulnerability Management Docker Image with OpenVAS
https://securecompliance.gitbook.io/projects/
MIT License
246 stars 91 forks source link

[Bug] gsad does not launch #232

Closed tigattack closed 3 years ago

tigattack commented 3 years ago

Describe the bug supervisord cannot launch gsad in HTTP mode.
The cause of this is an incorrect path to the gsad binary on line 149 of supervisord.conf.

I am happy to modify the file and open a PR, but your contribution guidelines ask that I open an issue first.

To Reproduce Steps to reproduce the behavior:

  1. Launch image 41c99c88566a (ghcr.io/secure-compliance-solutions-llc/gvm-docker:230-full)
  2. Wait for supervisord to attempt to launch gsad
  3. See error

Expected behavior I would expect gsad to start and init to continue.

Screenshots Log snippet

gvm    | Starting Greenbone Security Assistant...
gvm    | gsad: ERROR (no such file)
gvm    | 2021-07-24 14:36:16,006 INFO exited: init (exit status 1; not expected)

Host Device:

Image in use:

Additional context None.

austinsonger commented 3 years ago

Yeah @tigattack thanks for opening a issue first. If you already have a fixed prepared, then in the PR just add Resolves #232 in the Description of the PR.

This just allows for better tracking of what every PR is actually fixing or enhancing.