Discussion: GVM Release Version 21.4.4

Sorry it seems we mixed that up and forgot to check some parts. I’ll try to update the docs this week.

2 Likes

I’ve just updated the docs accordingly. Thanks for letting me know about the issues!

2 Likes

I update to the latest version and i have a similar error:

Getting requirements to build wheel … done
Preparing wheel metadata … done
Requirement already satisfied: lxml in /usr/local/lib/python3.8/dist-packages (from ospd==21.4.4) (4.8.0)
Requirement already satisfied: deprecated in /usr/local/lib/python3.8/dist-packages (from ospd==21.4.4) (1.2.13)
Requirement already satisfied: psutil in /usr/lib/python3/dist-packages (from ospd==21.4.4) (5.5.1)
Requirement already satisfied: defusedxml in /usr/lib/python3/dist-packages (from ospd==21.4.4) (0.6.0)
Requirement already satisfied: paramiko in /home/testuser/.local/lib/python3.8/site-packages (from ospd==21.4.4) (2.9.2)
Requirement already satisfied: wrapt<2,>=1.10 in /usr/lib/python3/dist-packages (from deprecated->ospd==21.4.4) (1.11.2)
Requirement already satisfied: cryptography>=2.5 in /usr/lib/python3/dist-packages (from paramiko->ospd==21.4.4) (2.8)
Requirement already satisfied: bcrypt>=3.1.3 in /usr/lib/python3/dist-packages (from paramiko->ospd==21.4.4) (3.1.7)
Requirement already satisfied: pynacl>=1.0.1 in /usr/lib/python3/dist-packages (from paramiko->ospd==21.4.4) (1.3.0)
Building wheels for collected packages: ospd
Building wheel for ospd (PEP 517) … done
Created wheel for ospd: filename=ospd-21.4.4-py3-none-any.whl size=74796 sha256=f01cf6977c8340b52dd49814d85ff5fe9585b2417094e19ae04f7af201070829
Stored in directory: /home/testuser/.cache/pip/wheels/0c/cd/88/313447e5b7e57df13dc6a03e6a4fe96a56a7f0239f67c0cd11
Successfully built ospd
Installing collected packages: ospd
Attempting uninstall: ospd
Found existing installation: ospd 21.4.4
Uninstalling ospd-21.4.4:
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: ‘/usr/local/lib/python3.8/dist-packages/ospd-21.4.4.dist-info/COPYING’
Consider using the --user option or check the permissions.

Hi, are you really sure using the latest docs? ospd has been removed from the latest release and docs.

2 Likes

where are latest docs?
I’m using this:
https://greenbone.github.io/docs/gvm-21.04/index.html

AFACIT those are the correct / recent docs which only contains the info to only install ospd-openvas and not ospd in addition which seems you are trying to do based on the previous posted output.

1 Like

The link to that documentation does not exist - " (Building GVM 21.04 — Greenbone Documentation documentation "

Just use the following URL https://greenbone.github.io/docs/

Hello,
When i try to install ospd-openvas v21.4.4 with the instruction given on https://greenbone.github.io/docs/21.04/index.html#ospd-openvas it ends in an error: Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/v21-4-4/

I have version 21.4.3, I need to update 21.4.4
I don’t know how to do.

If you build from source just do it again and override your previous installation. Otherwise see Frequently Asked Questions (FAQ) - Greenbone Community Documentation

And btw. I’ve written something about this already in this thread Discussion: GVM Release Version 21.4.4 - #2 by bricks - Greenbone Community Edition - Greenbone Community Forum

1 Like

Can you just try again. It seems to be an issue on pypi to me which is out of our influence.

1 Like

It still ends in the same Error. so i have to ask on pypi to fix the problem.
Thx for your help.