Has download Kali week ago, trying to install Openvas-GVM. Installation was ok, but check and start not - first was problem with Requirements Postgresql 16. I did lot of commands and finally have postgre16 with main cluster v16. Now is probleme with redis: Job for gvmd.service failed because a timeout was exceeded.
See “systemctl status gvmd.service” and “journalctl -xeu gvmd.service” for details.
Job for ospd-openvas.service failed because the control process exited with error code.
See “systemctl status ospd-openvas.service” and “journalctl -xeu ospd-openvas.service” for details.
┌──(root㉿kali)-[~]
└─# journalctl -xeu ospd-openvas.service
Oct 06 23:16:43 kali ospd-openvas[257596]: File "/usr/lib/python3/dist-pack>
Oct 06 23:16:43 kali ospd-openvas[257596]: self.ctx = OpenvasDB.create_co>
Oct 06 23:16:43 kali ospd-openvas[257596]: ^^^^^^^^^^^^^^^^^^^>
Oct 06 23:16:43 kali ospd-openvas[257596]: File "/usr/lib/python3/dist-pack>
Oct 06 23:16:43 kali ospd-openvas[257596]: ctx = redis.Redis.from_url(
Oct 06 23:16:43 kali ospd-openvas[257596]: ^^^^^^^^^^^^^^^^^^^^^
Oct 06 23:16:43 kali ospd-openvas[257596]: File "/usr/lib/python3/dist-pack>
Oct 06 23:16:43 kali ospd-openvas[257596]: connection_pool = ConnectionPo>
Oct 06 23:16:43 kali ospd-openvas[257596]: ^^^^^^^^^^^^>
Oct 06 23:16:43 kali ospd-openvas[257596]: File "/usr/lib/python3/dist-pack>
Oct 06 23:16:43 kali ospd-openvas[257596]: url_options = parse_url(url)
Oct 06 23:16:43 kali ospd-openvas[257596]: ^^^^^^^^^^^^^^
Oct 06 23:16:43 kali ospd-openvas[257596]: File "/usr/lib/python3/dist-pack>
Oct 06 23:16:43 kali ospd-openvas[257596]: raise ValueError(
Oct 06 23:16:43 kali ospd-openvas[257596]: ValueError: Redis URL must specify>
Oct 06 23:16:43 kali systemd[1]: ospd-openvas.service: Control process exited>
For the future, it may be easier to identify the error or get help if you print the whole error line untruncated:
To make the journalctl command print the whole lines instead of truncating them based on screen size, you can use the -o cat option. This option will output the log entries as untruncated lines.
@Hameleon I’ve added support on how-to build GVM from source on Kali Linux 2023.3. Feel free to try it out. I’ve had no issues so far and done a scan test.