-
-
Notifications
You must be signed in to change notification settings - Fork 112
[BUG] GSAD could not be started with the latest Image #317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the same issue on 2 boxes here. The status of the docker image on both says running (unhealthy). Same end result webUI not working. |
Ugh .... I'm rebuilding now. Should be an updated image shortly. applogies. -Scott |
OK .. New tag: 24.12.03 and updated latest to 24.12.03. Thanks @righter83 |
Great, thanks for that blazing fast fix! |
Do we have the same issue again? I am trying to download a new image to a server today and I have the same unhealthy container. |
Shouldn’t be.
I’m traveling today. So might be a bit before I can take a look.
Best to pull the 24.12.03 tag if latest is borked.
…On Dec 19, 2024 at 12:33 +0100, Dustin Bird ***@***.***>, wrote:
Do we have the same issue again? I am trying to download a new image to a server today and I have the same unhealthy container.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
So I tested and if you are seeing similar issue, then it's a new problem. The image has not change and the fix for this is still in latest. Thanks, |
Describe the bug
The Container starts but I'm not able to access the WebUI
To Reproduce
Steps to reproduce the behavior:
Environment (please complete the following information):
** Full Logs **
openvas-logfile.log
** Effective Problem in Logs **
This seems to be the problem:
Starting Open Scanner Protocol daemon for OpenVAS... Traceback (most recent call last): File "/usr/local/bin/notus-scanner", line 8, in <module> sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/dist-packages/notus/scanner/daemon.py", line 134, in main run_daemon( File "/usr/local/lib/python3.11/dist-packages/notus/scanner/daemon.py", line 80, in run_daemon verifier = hashsum_verificator( ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/notus/scanner/daemon.py", line 58, in hashsum_verificator sums = reload_sha256sums(sha_sum_reload_config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/notus/scanner/loader/gpg_sha_verifier.py", line 62, in reload_sha256sums config.gpg = __default_gpg_home() ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/notus/scanner/loader/gpg_sha_verifier.py", line 41, in __default_gpg_home return GPG(gnupghome=f"{home.absolute()}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/gnupg.py", line 1119, in __init__ raise ValueError('gnupghome should be a directory (it isn\'t): %s' % gnupghome) ValueError: gnupghome should be a directory (it isn't): /etc/openvas-gnupg Exception ignored in atexit callback: <function exit_cleanup at 0x7fa8f8850180> Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/notus/scanner/utils.py", line 101, in exit_cleanup sys.exit() SystemExit: Skipping GSAD start because SKIPGSAD=false
The text was updated successfully, but these errors were encountered: