Secure-Compliance-Solutions-LLC / GVM-Docker

Greenbone Vulnerability Management Docker Image with OpenVAS
https://securecompliance.gitbook.io/projects/
MIT License
247 stars 91 forks source link

xml_split not found #20

Closed 0x646e78 closed 4 years ago

0x646e78 commented 4 years ago

Trying to run as per the instructions on Docker Hub, logs report sh: 1: xml_split: not found and then the container exits.

docker run --detach --publish 8080:9392 -e PASSWORD="somepassword" --name gvm securecompliance/gvm

Creating Greenbone Vulnerability Manager database
CREATE ROLE
GRANT ROLE
CREATE EXTENSION
Creating gvmd folder...
Updating NVTs...
Updating CERT data...
Updating SCAP data...
Starting Open Scanner Protocol daemon for OpenVAS...
Starting Greenbone Vulnerability Manager...
Creating Greenbone Vulnerability Manager admin user
sh: 1: xml_split: not found
ciscoqid commented 4 years ago

https://github.com/Secure-Compliance-Solutions-LLC/GVM-Docker/pull/22 added, hopefully enough to fix...

pixelsquared commented 4 years ago

@0x646e78 Could you check if the latest container update fixes this issue for you?

ciscoqid commented 4 years ago

I confirmed xml_split is now available within the container.

0x646e78 commented 4 years ago

@pixelsquared yes, works now thanks.