Ubuntu 20.04.3 LTS (Focal Fossa) - Server Image
Linux UBUNT-SECSCAN-001 5.11.0-1027-azure #30~20.04.1-Ubuntu SMP Wed Jan 12 20:56:50 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux Installation method / source:
Followed the steps from here: https://greenbone.github.io/docs/gvm-21.04/index.html
I have followed the steps using the guide provided but I am having some issues creating a task due to there not being any configs available.
My issue looks very similar to the one found in this post:
However, the defult sock path is where the sock is so it did not resolve my issue unfortunatly.
This is the result when i try and get any configs:
Thank you very much for that.
I have ran the steps again and the configs are not there still.
I have also done these steps which i found from the post which i referred to. I am not sure if this is the problem as there is nothing in the owner column
Thanks,
iadmin@UBUNT-SECSCAN-001:~$ sudo -u gvm gvmd --get-users --verbose
admin ce0a99ac-63a8-4abe-a84e-df93e9ab68e5
iadmin@UBUNT-SECSCAN-001:~$ sudo -u gvm psql -d gvmd -c "SELECT * FROM settings WHERE uuid = '78eceaec-3385-11ea-b237-28d24461215b'";
id | uuid | owner | name | comment | value
----+--------------------------------------+-------+-------------------+---------------------------------------------------------+--------------------------------------
14 | 78eceaec-3385-11ea-b237-28d24461215b | | Feed Import Owner | User who is given ownership of new resources from feed. | ce0a99ac-63a8-4abe-a84e-df93e9ab68e5
I’m not sure what’s going on (and you’ve checked the other thread to rule things out).
When I run the exact same query on my reference install I get the same results with an empty owner column (though mine works). Hopefully someone can jump in with additional insight (I’m curious also).