admirito

Results 8 comments of admirito
trafficstars

It is a good idea to add gvm-tools as another container, but for now if you have `gvm-tools` installed anywhere (e.g. by `pip` or by `apt` from [PPA](https://launchpad.net/~mrazavi/+archive/ubuntu/gvm)), you can...

You should probably investigate the problem by looking at gvmd logs: ```sh kubectl logs deploy/gvm-gvmd -c gvm ```

The default value for `GVMD_USER` is `admin` as it is set in the [Dockerfile](https://github.com/admirito/gvm-containers/blob/master/gvmd/Dockerfile#L20) The [entrypoint](https://github.com/admirito/gvm-containers/blob/master/gvmd/docker-entrypoint.sh#L29) will create the user only if `gvmd --get-users` reports that it doesn't already exists....

I think it was a mistake in README file. The required extension is not just "uuid-ossp", it is "libgvm-pg". I have fixed the README file. Also it was very desirable...

The suggested default command in old version in gvm-11 branch had this issue: ```sh docker-compose -f docker-compose.yml -f nvt-sync.yml -f cert-sync.yml -f scap-sync.yml up ``` and then greenbone will block...

At least in the `openvas-scanner:21` container, `nmap` is installed. You can verify it yourself by: ```sh docker run -it --rm admirito/openvas-scanner:21 nmap ```

And my problem was fixed with the following: ```el (push (cons "kubectl" '((tramp-login-program "kubectl") (tramp-login-args (("exec" "-it") ("-u" "%u") ("%h") ("--") ("sh"))) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args ("-i" "-c")))) tramp-methods) ```

> You might want to cross-post this on the `pyarrow` repository. The community is very active and helpful. They might also be interested in this. After further investigation, it was...