Skip to main content
added 16 characters in body
Source Link
Anthon
  • 81.4k
  • 42
  • 174
  • 228

Try :

Navigate to /etc/init.d/openvas-server and openvas-manager and add time to this line:

time to wait for daemons death, in seconds

don't set it too low or you might not let openvassd die gracefully

DODTIME=5

# time to wait for daemons death, in seconds
# don't set it too low or you might not let openvassd die gracefully
DODTIME=5

make that DODTIME something like 15 or 20 for both openvas-server and openvas-manager.

start your scanner: service openvassd start then start the manager with the --rebuild argument. openvasmd --rebuild

Try :

Navigate to /etc/init.d/openvas-server and openvas-manager and add time to this line:

time to wait for daemons death, in seconds

don't set it too low or you might not let openvassd die gracefully

DODTIME=5

make that DODTIME something like 15 or 20 for both openvas-server and openvas-manager.

start your scanner: service openvassd start then start the manager with the --rebuild argument. openvasmd --rebuild

Try :

Navigate to /etc/init.d/openvas-server and openvas-manager and add time to this line:

# time to wait for daemons death, in seconds
# don't set it too low or you might not let openvassd die gracefully
DODTIME=5

make that DODTIME something like 15 or 20 for both openvas-server and openvas-manager.

start your scanner: service openvassd start then start the manager with the --rebuild argument. openvasmd --rebuild

Source Link

Try :

Navigate to /etc/init.d/openvas-server and openvas-manager and add time to this line:

time to wait for daemons death, in seconds

don't set it too low or you might not let openvassd die gracefully

DODTIME=5

make that DODTIME something like 15 or 20 for both openvas-server and openvas-manager.

start your scanner: service openvassd start then start the manager with the --rebuild argument. openvasmd --rebuild