View Issue Details

IDProjectCategoryView StatusLast Update
0002363Kali LinuxGeneral Bugpublic2025-07-14 09:18
ReporterReflected_God Assigned Torhertzog  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionno change required 
Product Version1.1.0 
Fixed in Version2.0 
Summary0002363: Update of openvas initial setup script
Description

(First of all this is my first bug report, so if it not well reported I apologize)

After updating openvas to last version, command line

openvasmd --list-users

needs to be replaced with:

openvasmd --get-users

Activities

rhertzog

rhertzog

2015-07-28 09:45

administrator   ~0003603

Where did you see that the initial setup script was still using "openvasmd --list-users" ?

The current version of the openvas package (8.0) correctly uses --get-users:
$ grep openvasmd /usr/bin/openvas-setup
openvasmd --migrate
openvasmd --rebuild
if ! openvasmd --get-users | grep -q ^admin$ ; then
openvasmd --create-user=admin

Please report me the version that you are using with "dpkg -s openvas|grep Version".

Reflected_God

Reflected_God

2015-08-03 15:51

reporter   ~0003651

Hi.

dpkg reports that I'm using ver. 8.0

I've tried an openvas update with a clean Kali linux and now it seems to work, so I suppose I had a problem when I updated.

Thank you for your support :)

Issue History

Date Modified Username Field Change
2015-06-28 16:14 Reflected_God New Issue
2015-07-22 16:28 rhertzog Assigned To => rhertzog
2015-07-22 16:28 rhertzog Status new => assigned
2015-07-28 09:45 rhertzog Note Added: 0003603
2015-07-28 09:45 rhertzog Status assigned => feedback
2015-08-03 15:51 Reflected_God Note Added: 0003651
2015-08-03 15:51 Reflected_God Status feedback => assigned
2015-08-09 22:19 rhertzog Status assigned => closed
2015-08-09 22:19 rhertzog Resolution open => no change required
2015-08-09 22:19 rhertzog Fixed in Version => 2.0
2025-07-14 09:18 g0tmi1k Priority low => normal