I am new to OpenVAS, so appreciate your patience!
I recently installed a fresh instance of Kali Linux on an x86_64 box. Native installation - no containers or virtualisation. Everything up-to-date.
I configured OpenVAS, and performed a couple of successful scans, and thought everything was fine.
But now I find that the gsad daemon won’t start, when running gvm-check-setup. Everything else looks OK.
The error message from “journalctl -xe” is
Apr 17 09:32:02 roma gsad[333986]: gsad main: INFO:2026-04-17 08h32.02 utc:333986: Starting GSAD version 24.16.0~git
Apr 17 09:32:02 roma gsad[333988]: gsad main: INFO:2026-04-17 08h32.02 utc:333988: Starting HTTP server on 127.0.0.1 and port 9392
Apr 17 09:32:02 roma gsad[333986]: gsad main: INFO:2026-04-17 08h32.02 utc:333986: Starting HTTPS server on 127.0.0.1 and port 9392
Apr 17 09:32:02 roma gsad[333986]: gsad main:CRITICAL:2026-04-17 08h32.02 utc:333986: Binding to port 9392 failed.
Apr 17 09:32:02 roma gsad[333988]: gsad main: INFO:2026-04-17 08h32.02 utc:333988: gsad started successfully
Apr 17 09:32:02 roma systemd[1]: gsad.service: Main process exited, code=exited, status=1/FAILURE
I did add a file /etc/systemd/system/gsad.service.d/override.conf to allow for a remote browser, but I have since removed that file and its directory, and the machine has been rebooted several times since then.
One interesting thing I have just discovered. Having run gvm-check-setup, I tried doing a manual “systemctl start gsad”, and it (sort of) worked. The gsad daemon is running, but “systemctl status gsad” has the line
CRITICAL......Starting gsad redirect daemon failed!
However, the installation does seem to be working, and I can login via the browser to localhost:9392.
One other observation. The Postgresql database directory /var/lib/postgresql/18/main/base is using 18GB of space. Is that expected?
Thanks in advance – Peter