-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Greenbone to debian-master (Report outdated / end-of-life Scan Engine) #335
Comments
You can now use the https://hub.docker.com/r/deineagenturug/gvm images, which are using the latest gvmd and components releases. It use POSTGRESQL 13. What are meaning the tags:
It can be used as direct replacement for the here provided image, with the same arguments on |
Why do you switch from https://hub.docker.com/r/securecompliance/gvm to https://hub.docker.com/r/deineagenturug/gvm? |
Because I feel like I'm the only one working on it. So I created my own fork so that I am able to push new versions and build all Docker images directly and correctly without having to wait for a merge. Unfortunately, that's what we've seen here in the past and again currently, no one cares. So someone has to do it who also has all the rights. And since I don't work for SCS LLC, I have no choice but to use my own fork and hardware so I can do my work and support best possible. |
I'm using the "docker pull deineagenturug/gvm:latest-data-full" but when I go to check the openvas scan added, the service appears unavailable, does anyone have a link to openvas correct or have you faced this problem? |
I think I have had the same or a similar issue. The gvmd logs shows "osp_scanner_feed_version: failed to get scanner_feed_version. OSPd OpenVAS is still starting" @Dexus - Any thoughts? Thanks for your efforts keeping this project going! |
I will investigate, since It build the But will check this.
How did you run the Image? What is your run command? While it is building the image successful I think there is a unknown problem which I can't currently reproduce. |
Thanks for your efforts, @Dexus! Unfortunately I'm unable to start up Hopefully this info helps... With With Docker-compose:
|
hi @xenago i think you have to migrate your DB something like: https://www.kostolansky.sk/posts/upgrading-to-postgresql-12/ currently we have no automatic ways for this - what makes me a bit unhappy but without full time work on it, it will take a while :( If you use
When you get this message? On my local system I never get this message. |
Ok thanks for the info regarding the DB upgrade, I appreciate it!
I see the repo errors in the docker logs when running the docker-compose as-included in my previous comment. I'm not sure if it has anything to do with the environment variables or volumes I used or if it has something to do with the image itself. |
are you behind an proxy? I'm not able here to reproduce this, maybe a newer image will solve this issue. |
For further support, use https://github.com/DeineAgenturUG/greenbone-gvm-openvas-for-docker |
@Dexus |
@devMarc5598 Edit: I will try, to provide a Docker Image to Upgrade the DB. But this may take some days. |
@Dexus Before: deineagenturug/gvm:latest-data I was using the Alpine Version securecompliance/gvm:21.4.3-v1 from 7 months ago |
what is the status of |
plase exec |
My Main-Problem is: But I dont want to use the debian version because of the db downgrade and some other reasons. So the first small part of the solution is: Using a Image of https://github.com/DeineAgenturUG/ |
This should not be a problem since the alpine version was with PG 13.3 so it should work out of the box with the current debian based image with PG 13.6. |
@devMarc5598 I have found 2 bugs, that may have impact of the things you mentioned. I have have a run open to publish a fix for it - but it only releases an amd64 image for now. |
@devMarc5598 i mean this point of failure |
I have a doubt, I just uploaded two dockers, one with openvas and the other with gvm, I now want to install an openvas on the clients so that I can manage everything in a single panel that would be GSA, is this possible? Point to the public address of the GVM? |
you can use the Once you registered the "SENSOR" in "MASTER" you are able to select the Scanner for your new Scans. |
thanks @Dexus , but I would like to install openvas-scanner on another network by public ip. it's possible? Can anyone help me explain this design to me, sorry about that but I would like to know, why use redis? what is the function of postgresql? what does ospd do? |
Yes this would work, but I would recommend a connection via VPN. if you make the SSH port from MASTER listen public, you can connect the openvas-scanner to it.
If you need more details for this, please look around at Greenbone |
thanks again @Dexus |
@Kelvinloucosta you're welcome. But you should know, that the performance via WAN is not the same as via LAN. So you should be know that this may have a quit big different. |
yeah you right |
I have the same problem.
This workarround work but the file change after stop and restart container. |
Hi,
Sorry, nice try, but there are too many problems with this container - the most recognizeable one is, that all reports are empty - only logging information is shown in the reports. There are many small problems with their container additionaly. For me, it is not useable as a drop in replacement at all :-( |
It's up to you to report problems. But I will not work on this repo anymore, to fix issues. You should know: I was the maintainer for the last big improvements here, but also the only one. |
I didn't want to blame you or anything, but I wanted to point out it sounds like a drop in replacement, which it isn't - so I used up many hours to make it work, only to get more flaws whcih are preventing me from using it... |
It has nothing changed from the usage of the image from here to my image. And it should - yes mistakes included sometimes - work out of the box to switch. Btw. your mentioned PDF report problem I have created at Greenbone an Issue AP-1987 for it - tacked DeineAgenturUG/greenbone-gvm-openvas-for-docker#9 |
Thank you @Dexus for all the hard work on this and the new DeineAgenturUG images, I for one am grateful all the time and effort put in! Cheers! |
Thank a lot @Dexus for everything you did. Working for free on projects such as these is not always easy. If you are the only one working on this project then we should all start following https://hub.docker.com/r/deineagenturug/gvm imho and hope for you to find the time to keep maintaining this useful project. |
Thank you @markdesilva and @willemdh I'll do my best, it's also in my own interest. |
Can @Secure-Compliance-Solutions simply update their docker images? |
Hi @Dexus which gvm image and openvas are you using? |
Sure, they can...
https://github.com/DeineAgenturUG/greenbone-gvm-openvas-for-docker look there. I use https://hub.docker.com/r/deineagenturug/openvas-scanner and https://hub.docker.com/r/deineagenturug/gvm |
Which redis image are you guys using? Official? |
We have a "development" DB Upgrade tool for the migration from here to my Details you can read here: DeineAgenturUG/greenbone-gvm-openvas-for-docker#16 (comment) Any feedback in the issue on my repo is welcome. |
Hello,i use docker pull deineagenturug/gvm:latest-data-full to pull the image and i use docker run -d -p 9390:9392 -e PASSWORD="xxx" --name=gvm deineagenturug/gvm:latest-data-full,it runs but the browser can't visit https://127.0.0.1:9390 |
Hello,
I want to update from my current alpine version (21.4.2) to the newest debian version. Is there a guide with some simple steps to follow?
A detailed guidance would be very good!?
I would be happy about any help.
GVM versions
gsad: Greenbone Security Assistant 21.4.2
gvmd: Greenbone Vulnerability Manager 21.4.3
openvas-scanner: OpenVAS 21.4.2
gvm-libs: gvm-libs 21.4.2
The text was updated successfully, but these errors were encountered: