Scenario:
- Ubuntu 22.04.2 LTS
- Docker v20.10.21
- Docker-compose v1.29.2
- openVAS launched using the script “setup-and-start-greenbone-community-edition.sh” (link)
- disk free space: 7GB (about 10%)
- no problem accessing WebUI
- Feed status: all updated
Issue:
openVAS worked without problem until yesterday’s O.S. update. After the reboot, when I try to start an openVAS task, I receive the error “Interrupted at 0%” after a while.
Tasks done:
Looking at “docker-compose -f docker-compose-22.4.yml -p greenbone-community-edition logs -f ospd-openvas”, I can see a lot of these:
ospd-openvas_1 | [WARN tini (7)] Tini is not running as PID 1 and isn't registered as a child subreaper.
ospd-openvas_1 | Zombie processes will not be re-parented to Tini, so zombie reaping won't work.
ospd-openvas_1 | To fix the problem, use the -s option or set the environment variable TINI_SUBREAPER to register Tini as a child subreaper, or run Tini as PID 1.
ospd-openvas_1 | OSPD[8] 2023-07-25 09:17:50,660: ERROR: (ospd_openvas.db) Redis Error: Not possible to connect to the kb.
Please could you help me fix this issue?
Thank you