Error Starting containerized environment

Hi all,

I am trying to run the bellow docker command but container “greenbone-community-edition-vulnerability-tests-1” always terminates with exit code 1.

Looking at the logs, I can see the bellow lines:


greenbone-community-edition-vulnerability-tests-1
greenbone-community-edition-vulnerability-tests-1 |
greenbone-community-edition-vulnerability-tests-1 | Copying vulnerability tests data…
greenbone-community-edition-vulnerability-tests-1 | cp: can’t stat ‘/greenbone/var/lib/openvas/22.04/vt-data/nasl/*’: No such file or directory

But the directory is there.

ll -al /greenbone/var/lib/openvas/22.04/vt-data/nasl/ |head -n 10
total 35124
drwxrwxr-x 24 _gvm _gvm 229376 Jan 11 09:23 ./
drwxr-xr-x 3 _gvm _gvm 4096 Jan 9 18:55 …/
drwxrwxr-x 6 _gvm _gvm 36864 Jan 11 09:03 2008/
drwxrwxr-x 13 _gvm _gvm 81920 Jan 11 09:05 2009/
drwxrwxr-x 9 _gvm _gvm 77824 Jan 11 09:05 2010/
drwxrwxr-x 8 _gvm _gvm 147456 Jan 11 09:06 2011/
drwxrwxr-x 9 _gvm _gvm 139264 Jan 11 09:07 2012/
drwxrwxr-x 8 _gvm _gvm 118784 Jan 11 09:08 2013/
drwxrwxr-x 9 _gvm _gvm 114688 Jan 11 09:09 2014/

The directory was empty and I executed the bellow command to pull data from the rsync repositories.

greenbone-feed-sync -vvvv --user _gvm --group _gvm --gvmd-data-destinatio
n /greenbone/var/lib/gvm/data-objects/gvmd/22.04 --notus-destination /greenbone/var/lib/notus --nasl-destination /greenbone/var/lib/openvas/22.04
/vt-data/nasl --scap-data-destination /greenbone/var/lib/gvm/scap-data --cert-data-destination /greenbone/var/lib/gvm/cert-data --gvmd-lock-file
/greenbone/var/lib/gvm/feed-update.lock --openvas-lock-file /greenbone/var/lib/openvas/feed-update.lock

Regards,
Mauro Chan Son Suleimane