How to solve the problem of OpenVAS not starting in Kali? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionProblem during installing Kali LinuxHow to solve the problem of PostgreSQL service doesn't start?Network problem in Kali LinuxOpen-Vas Not Starting Kali Linux 2.0Can't solve grub rescue problem?OpenVas + Kali Rolling: The connection was resetKali Linux sound problemVirtualBox 5.1 Not Starting on Kali Linux 2016.2vmware starting failed in kali linuxWhy is Kali Linux not starting?

What did Darwin mean by 'squib' here?

Can I add database to AWS RDS MySQL without creating new instance?

How many things? AとBがふたつ

If I can make up priors, why can't I make up posteriors?

Determine whether f is a function, an injection, a surjection

How is simplicity better than precision and clarity in prose?

Cauchy Sequence Characterized only By Directly Neighbouring Sequence Members

What can I do if my MacBook isn’t charging but already ran out?

How do you clear the ApexPages.getMessages() collection in a test?

What LEGO pieces have "real-world" functionality?

Stop battery usage [Ubuntu 18]

Can the prologue be the backstory of your main character?

What is the largest species of polychaete?

Is 1 ppb equal to 1 μg/kg?

Are my PIs rude or am I just being too sensitive?

Why use gamma over alpha radiation?

Replacing HDD with SSD; what about non-APFS/APFS?

Single author papers against my advisor's will?

Why does tar appear to skip file contents when output file is /dev/null?

Stopping real property loss from eroding embankment

How can players take actions together that are impossible otherwise?

Can a zero nonce be safely used with AES-GCM if the key is random and never used again?

Complexity of many constant time steps with occasional logarithmic steps

Who can trigger ship-wide alerts in Star Trek?



How to solve the problem of OpenVAS not starting in Kali?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionProblem during installing Kali LinuxHow to solve the problem of PostgreSQL service doesn't start?Network problem in Kali LinuxOpen-Vas Not Starting Kali Linux 2.0Can't solve grub rescue problem?OpenVas + Kali Rolling: The connection was resetKali Linux sound problemVirtualBox 5.1 Not Starting on Kali Linux 2016.2vmware starting failed in kali linuxWhy is Kali Linux not starting?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















My OpenVAS isn't starting in Kali Linux.



root@kali:~# openvas-mkcert
One or more files do already exist and would be overriden:
/var/lib/openvas/CA/cacert.pem
/var/lib/openvas/private/CA/cakey.pem
/var/lib/openvas/CA/servercert.pem
/var/lib/openvas/private/CA/serverkey.pem
You need to remove or rename them and re-run openvas-mkcert.
If you run openvas-mkcert with '-f', the files will be overwritten.
root@kali:~# openvas-nvt-sync
[i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
[i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
[i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
[i] NVT dir: /var/lib/openvas/plugins
OpenVAS feed server - http://www.openvas.org/
This service is hosted by Intevation GmbH - http://intevation.de/
All transactions are logged.

Please report synchronization problems to openvas-feed@intevation.de.
If you have any other questions, please use the OpenVAS mailing lists
or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

[i] Feed is already current, no synchronization necessary.
root@kali:~# openvas-mkcert-client -n om -i
Generating RSA private key, 1024 bit long modulus
...++++++
.......................++++++
e is 65537 (0x10001)
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [DE]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server's hostname) []:Email Address []:Using configuration from /tmp/openvas-mkcert-client.3524/stdC.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName :PRINTABLE:'DE'
localityName :PRINTABLE:'Berlin'
commonName :PRINTABLE:'om'
Certificate is to be certified until May 19 17:49:55 2016 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
Your client certificates are in /tmp/openvas-mkcert-client.3524 .

You will have to copy them by hand.

root@kali:~# openvasmd --rebuild
root@kali:~# openvasmd --backup
root@kali:~# openvasad -c 'add_user' -n openvasadmin -r
bash: openvasad: command not found
root@kali:~# openvasad -c 'add_user' -n openvasadmin -r admin
bash: openvasad: command not found
root@kali:~# openvassd
root@kali:~# openvas-mkcert
One or more files do already exist and would be overriden:
/var/lib/openvas/CA/cacert.pem
/var/lib/openvas/private/CA/cakey.pem
/var/lib/openvas/CA/servercert.pem
/var/lib/openvas/private/CA/serverkey.pem
You need to remove or rename them and re-run openvas-mkcert.
If you run openvas-mkcert with '-f', the files will be overwritten.
root@kali:~# openvas-mkcert -f

-------------------------------------------------------------------------------
Creation of the OpenVAS SSL Certificate
-------------------------------------------------------------------------------

This script will now ask you the relevant information to create the SSL certificate of OpenVAS.
Note that this information will *NOT* be sent to anybody (everything stays local), but anyone with the ability to connect to your OpenVAS daemon will be able to retrieve this information.


CA certificate life time in days [1460]:
Server certificate life time in days [365]:
Your country (two letter code) [DE]: PL
Your state or province name [none]:
Your location (e.g. town) [Berlin]: Wroclaw
Your organization [OpenVAS Users United]:







-------------------------------------------------------------------------------
Creation of the OpenVAS SSL Certificate
-------------------------------------------------------------------------------

Congratulations. Your server certificate was properly created.

The following files were created:

. Certification authority:
Certificate = /var/lib/openvas/CA/cacert.pem
Private key = /var/lib/openvas/private/CA/cakey.pem

. OpenVAS Server :
Certificate = /var/lib/openvas/CA/servercert.pem
Private key = /var/lib/openvas/private/CA/serverkey.pem

Press [ENTER] to exit

root@kali:~# openvas-nvt-sync
[i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
[i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
[i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
[i] NVT dir: /var/lib/openvas/plugins
OpenVAS feed server - http://www.openvas.org/
This service is hosted by Intevation GmbH - http://intevation.de/
All transactions are logged.

Please report synchronization problems to openvas-feed@intevation.de.
If you have any other questions, please use the OpenVAS mailing lists
or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

[i] Feed is already current, no synchronization necessary.
root@kali:~# openvas-mkcert-client -n om -i
Generating RSA private key, 1024 bit long modulus
.............................++++++
..++++++
e is 65537 (0x10001)
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [DE]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server's hostname) []:Email Address []:Using configuration from /tmp/openvas-mkcert-client.3871/stdC.cnf
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
countryName :PRINTABLE:'DE'
localityName :PRINTABLE:'Berlin'
commonName :PRINTABLE:'om'
Certificate is to be certified until May 19 17:59:47 2016 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
Your client certificates are in /tmp/openvas-mkcert-client.3871 .

You will have to copy them by hand.

root@kali:~# openvasmd --rebuild
root@kali:~# openvassd
bind() failed : Address already in use
root@kali:~#


This is not working:



[i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
[i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
[i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
[i] NVT dir: /var/lib/openvas/plugins
OpenVAS feed server - http://www.openvas.org/
This service is hosted by Intevation GmbH - http://intevation.de/
All transactions are logged.

Please report synchronization problems to openvas-feed@intevation.de.
If you have any other questions, please use the OpenVAS mailing lists
or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

@ERROR: max connections (200) reached -- try again later
rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
[e] Error: rsync failed.
[i] This script synchronizes a SCAP data directory with the OpenVAS one.
[i] SCAP dir: /var/lib/openvas/scap-data
[i] Will use rsync
[i] Using rsync: /usr/bin/rsync
[i] Configured SCAP data rsync feed: rsync://feed.openvas.org:/scap-data
OpenVAS feed server - http://www.openvas.org/
This service is hosted by Intevation GmbH - http://intevation.de/
All transactions are logged.

Please report synchronization problems to openvas-feed@intevation.de.
If you have any other questions, please use the OpenVAS mailing lists
or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

@ERROR: max connections (200) reached -- try again later
rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
[e] Error: rsync failed. Your SCAP data might be broken now.
[i] This script synchronizes a CERT advisory directory with the OpenVAS one.
[i] CERT dir: /var/lib/openvas/cert-data
[i] Will use rsync
[i] Using rsync: /usr/bin/rsync
[i] Configured CERT data rsync feed: rsync://feed.openvas.org:/cert-data
OpenVAS feed server - http://www.openvas.org/
This service is hosted by Intevation GmbH - http://intevation.de/
All transactions are logged.

Please report synchronization problems to openvas-feed@intevation.de.
If you have any other questions, please use the OpenVAS mailing lists
or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

@ERROR: max connections (200) reached -- try again later
rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
Error: rsync failed. Your CERT data might be broken now.
Stopping OpenVAS Manager: openvasmd.
Stopping OpenVAS Scanner: openvassd.


And, the terminal freezes at this point.



Starting OpenVas Services
Starting Greenbone Security Assistant: ERROR.
Starting OpenVAS Scanner: ERROR.
Starting OpenVAS Manager: ERROR.
root@kali:~#


How to solve this problem?










share|improve this question
















bumped to the homepage by Community 18 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    1















    My OpenVAS isn't starting in Kali Linux.



    root@kali:~# openvas-mkcert
    One or more files do already exist and would be overriden:
    /var/lib/openvas/CA/cacert.pem
    /var/lib/openvas/private/CA/cakey.pem
    /var/lib/openvas/CA/servercert.pem
    /var/lib/openvas/private/CA/serverkey.pem
    You need to remove or rename them and re-run openvas-mkcert.
    If you run openvas-mkcert with '-f', the files will be overwritten.
    root@kali:~# openvas-nvt-sync
    [i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
    [i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
    [i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
    [i] NVT dir: /var/lib/openvas/plugins
    OpenVAS feed server - http://www.openvas.org/
    This service is hosted by Intevation GmbH - http://intevation.de/
    All transactions are logged.

    Please report synchronization problems to openvas-feed@intevation.de.
    If you have any other questions, please use the OpenVAS mailing lists
    or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

    [i] Feed is already current, no synchronization necessary.
    root@kali:~# openvas-mkcert-client -n om -i
    Generating RSA private key, 1024 bit long modulus
    ...++++++
    .......................++++++
    e is 65537 (0x10001)
    You are about to be asked to enter information that will be incorporated
    into your certificate request.
    What you are about to enter is what is called a Distinguished Name or a DN.
    There are quite a few fields but you can leave some blank
    For some fields there will be a default value,
    If you enter '.', the field will be left blank.
    -----
    Country Name (2 letter code) [DE]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server's hostname) []:Email Address []:Using configuration from /tmp/openvas-mkcert-client.3524/stdC.cnf
    Check that the request matches the signature
    Signature ok
    The Subject's Distinguished Name is as follows
    countryName :PRINTABLE:'DE'
    localityName :PRINTABLE:'Berlin'
    commonName :PRINTABLE:'om'
    Certificate is to be certified until May 19 17:49:55 2016 GMT (365 days)

    Write out database with 1 new entries
    Data Base Updated
    Your client certificates are in /tmp/openvas-mkcert-client.3524 .

    You will have to copy them by hand.

    root@kali:~# openvasmd --rebuild
    root@kali:~# openvasmd --backup
    root@kali:~# openvasad -c 'add_user' -n openvasadmin -r
    bash: openvasad: command not found
    root@kali:~# openvasad -c 'add_user' -n openvasadmin -r admin
    bash: openvasad: command not found
    root@kali:~# openvassd
    root@kali:~# openvas-mkcert
    One or more files do already exist and would be overriden:
    /var/lib/openvas/CA/cacert.pem
    /var/lib/openvas/private/CA/cakey.pem
    /var/lib/openvas/CA/servercert.pem
    /var/lib/openvas/private/CA/serverkey.pem
    You need to remove or rename them and re-run openvas-mkcert.
    If you run openvas-mkcert with '-f', the files will be overwritten.
    root@kali:~# openvas-mkcert -f

    -------------------------------------------------------------------------------
    Creation of the OpenVAS SSL Certificate
    -------------------------------------------------------------------------------

    This script will now ask you the relevant information to create the SSL certificate of OpenVAS.
    Note that this information will *NOT* be sent to anybody (everything stays local), but anyone with the ability to connect to your OpenVAS daemon will be able to retrieve this information.


    CA certificate life time in days [1460]:
    Server certificate life time in days [365]:
    Your country (two letter code) [DE]: PL
    Your state or province name [none]:
    Your location (e.g. town) [Berlin]: Wroclaw
    Your organization [OpenVAS Users United]:







    -------------------------------------------------------------------------------
    Creation of the OpenVAS SSL Certificate
    -------------------------------------------------------------------------------

    Congratulations. Your server certificate was properly created.

    The following files were created:

    . Certification authority:
    Certificate = /var/lib/openvas/CA/cacert.pem
    Private key = /var/lib/openvas/private/CA/cakey.pem

    . OpenVAS Server :
    Certificate = /var/lib/openvas/CA/servercert.pem
    Private key = /var/lib/openvas/private/CA/serverkey.pem

    Press [ENTER] to exit

    root@kali:~# openvas-nvt-sync
    [i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
    [i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
    [i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
    [i] NVT dir: /var/lib/openvas/plugins
    OpenVAS feed server - http://www.openvas.org/
    This service is hosted by Intevation GmbH - http://intevation.de/
    All transactions are logged.

    Please report synchronization problems to openvas-feed@intevation.de.
    If you have any other questions, please use the OpenVAS mailing lists
    or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

    [i] Feed is already current, no synchronization necessary.
    root@kali:~# openvas-mkcert-client -n om -i
    Generating RSA private key, 1024 bit long modulus
    .............................++++++
    ..++++++
    e is 65537 (0x10001)
    You are about to be asked to enter information that will be incorporated
    into your certificate request.
    What you are about to enter is what is called a Distinguished Name or a DN.
    There are quite a few fields but you can leave some blank
    For some fields there will be a default value,
    If you enter '.', the field will be left blank.
    -----
    Country Name (2 letter code) [DE]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server's hostname) []:Email Address []:Using configuration from /tmp/openvas-mkcert-client.3871/stdC.cnf
    Check that the request matches the signature
    Signature ok
    The Subject's Distinguished Name is as follows
    countryName :PRINTABLE:'DE'
    localityName :PRINTABLE:'Berlin'
    commonName :PRINTABLE:'om'
    Certificate is to be certified until May 19 17:59:47 2016 GMT (365 days)

    Write out database with 1 new entries
    Data Base Updated
    Your client certificates are in /tmp/openvas-mkcert-client.3871 .

    You will have to copy them by hand.

    root@kali:~# openvasmd --rebuild
    root@kali:~# openvassd
    bind() failed : Address already in use
    root@kali:~#


    This is not working:



    [i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
    [i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
    [i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
    [i] NVT dir: /var/lib/openvas/plugins
    OpenVAS feed server - http://www.openvas.org/
    This service is hosted by Intevation GmbH - http://intevation.de/
    All transactions are logged.

    Please report synchronization problems to openvas-feed@intevation.de.
    If you have any other questions, please use the OpenVAS mailing lists
    or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

    @ERROR: max connections (200) reached -- try again later
    rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
    [e] Error: rsync failed.
    [i] This script synchronizes a SCAP data directory with the OpenVAS one.
    [i] SCAP dir: /var/lib/openvas/scap-data
    [i] Will use rsync
    [i] Using rsync: /usr/bin/rsync
    [i] Configured SCAP data rsync feed: rsync://feed.openvas.org:/scap-data
    OpenVAS feed server - http://www.openvas.org/
    This service is hosted by Intevation GmbH - http://intevation.de/
    All transactions are logged.

    Please report synchronization problems to openvas-feed@intevation.de.
    If you have any other questions, please use the OpenVAS mailing lists
    or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

    @ERROR: max connections (200) reached -- try again later
    rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
    [e] Error: rsync failed. Your SCAP data might be broken now.
    [i] This script synchronizes a CERT advisory directory with the OpenVAS one.
    [i] CERT dir: /var/lib/openvas/cert-data
    [i] Will use rsync
    [i] Using rsync: /usr/bin/rsync
    [i] Configured CERT data rsync feed: rsync://feed.openvas.org:/cert-data
    OpenVAS feed server - http://www.openvas.org/
    This service is hosted by Intevation GmbH - http://intevation.de/
    All transactions are logged.

    Please report synchronization problems to openvas-feed@intevation.de.
    If you have any other questions, please use the OpenVAS mailing lists
    or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

    @ERROR: max connections (200) reached -- try again later
    rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
    Error: rsync failed. Your CERT data might be broken now.
    Stopping OpenVAS Manager: openvasmd.
    Stopping OpenVAS Scanner: openvassd.


    And, the terminal freezes at this point.



    Starting OpenVas Services
    Starting Greenbone Security Assistant: ERROR.
    Starting OpenVAS Scanner: ERROR.
    Starting OpenVAS Manager: ERROR.
    root@kali:~#


    How to solve this problem?










    share|improve this question
















    bumped to the homepage by Community 18 hours ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      1












      1








      1








      My OpenVAS isn't starting in Kali Linux.



      root@kali:~# openvas-mkcert
      One or more files do already exist and would be overriden:
      /var/lib/openvas/CA/cacert.pem
      /var/lib/openvas/private/CA/cakey.pem
      /var/lib/openvas/CA/servercert.pem
      /var/lib/openvas/private/CA/serverkey.pem
      You need to remove or rename them and re-run openvas-mkcert.
      If you run openvas-mkcert with '-f', the files will be overwritten.
      root@kali:~# openvas-nvt-sync
      [i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
      [i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
      [i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
      [i] NVT dir: /var/lib/openvas/plugins
      OpenVAS feed server - http://www.openvas.org/
      This service is hosted by Intevation GmbH - http://intevation.de/
      All transactions are logged.

      Please report synchronization problems to openvas-feed@intevation.de.
      If you have any other questions, please use the OpenVAS mailing lists
      or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

      [i] Feed is already current, no synchronization necessary.
      root@kali:~# openvas-mkcert-client -n om -i
      Generating RSA private key, 1024 bit long modulus
      ...++++++
      .......................++++++
      e is 65537 (0x10001)
      You are about to be asked to enter information that will be incorporated
      into your certificate request.
      What you are about to enter is what is called a Distinguished Name or a DN.
      There are quite a few fields but you can leave some blank
      For some fields there will be a default value,
      If you enter '.', the field will be left blank.
      -----
      Country Name (2 letter code) [DE]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server's hostname) []:Email Address []:Using configuration from /tmp/openvas-mkcert-client.3524/stdC.cnf
      Check that the request matches the signature
      Signature ok
      The Subject's Distinguished Name is as follows
      countryName :PRINTABLE:'DE'
      localityName :PRINTABLE:'Berlin'
      commonName :PRINTABLE:'om'
      Certificate is to be certified until May 19 17:49:55 2016 GMT (365 days)

      Write out database with 1 new entries
      Data Base Updated
      Your client certificates are in /tmp/openvas-mkcert-client.3524 .

      You will have to copy them by hand.

      root@kali:~# openvasmd --rebuild
      root@kali:~# openvasmd --backup
      root@kali:~# openvasad -c 'add_user' -n openvasadmin -r
      bash: openvasad: command not found
      root@kali:~# openvasad -c 'add_user' -n openvasadmin -r admin
      bash: openvasad: command not found
      root@kali:~# openvassd
      root@kali:~# openvas-mkcert
      One or more files do already exist and would be overriden:
      /var/lib/openvas/CA/cacert.pem
      /var/lib/openvas/private/CA/cakey.pem
      /var/lib/openvas/CA/servercert.pem
      /var/lib/openvas/private/CA/serverkey.pem
      You need to remove or rename them and re-run openvas-mkcert.
      If you run openvas-mkcert with '-f', the files will be overwritten.
      root@kali:~# openvas-mkcert -f

      -------------------------------------------------------------------------------
      Creation of the OpenVAS SSL Certificate
      -------------------------------------------------------------------------------

      This script will now ask you the relevant information to create the SSL certificate of OpenVAS.
      Note that this information will *NOT* be sent to anybody (everything stays local), but anyone with the ability to connect to your OpenVAS daemon will be able to retrieve this information.


      CA certificate life time in days [1460]:
      Server certificate life time in days [365]:
      Your country (two letter code) [DE]: PL
      Your state or province name [none]:
      Your location (e.g. town) [Berlin]: Wroclaw
      Your organization [OpenVAS Users United]:







      -------------------------------------------------------------------------------
      Creation of the OpenVAS SSL Certificate
      -------------------------------------------------------------------------------

      Congratulations. Your server certificate was properly created.

      The following files were created:

      . Certification authority:
      Certificate = /var/lib/openvas/CA/cacert.pem
      Private key = /var/lib/openvas/private/CA/cakey.pem

      . OpenVAS Server :
      Certificate = /var/lib/openvas/CA/servercert.pem
      Private key = /var/lib/openvas/private/CA/serverkey.pem

      Press [ENTER] to exit

      root@kali:~# openvas-nvt-sync
      [i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
      [i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
      [i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
      [i] NVT dir: /var/lib/openvas/plugins
      OpenVAS feed server - http://www.openvas.org/
      This service is hosted by Intevation GmbH - http://intevation.de/
      All transactions are logged.

      Please report synchronization problems to openvas-feed@intevation.de.
      If you have any other questions, please use the OpenVAS mailing lists
      or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

      [i] Feed is already current, no synchronization necessary.
      root@kali:~# openvas-mkcert-client -n om -i
      Generating RSA private key, 1024 bit long modulus
      .............................++++++
      ..++++++
      e is 65537 (0x10001)
      You are about to be asked to enter information that will be incorporated
      into your certificate request.
      What you are about to enter is what is called a Distinguished Name or a DN.
      There are quite a few fields but you can leave some blank
      For some fields there will be a default value,
      If you enter '.', the field will be left blank.
      -----
      Country Name (2 letter code) [DE]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server's hostname) []:Email Address []:Using configuration from /tmp/openvas-mkcert-client.3871/stdC.cnf
      Check that the request matches the signature
      Signature ok
      The Subject's Distinguished Name is as follows
      countryName :PRINTABLE:'DE'
      localityName :PRINTABLE:'Berlin'
      commonName :PRINTABLE:'om'
      Certificate is to be certified until May 19 17:59:47 2016 GMT (365 days)

      Write out database with 1 new entries
      Data Base Updated
      Your client certificates are in /tmp/openvas-mkcert-client.3871 .

      You will have to copy them by hand.

      root@kali:~# openvasmd --rebuild
      root@kali:~# openvassd
      bind() failed : Address already in use
      root@kali:~#


      This is not working:



      [i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
      [i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
      [i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
      [i] NVT dir: /var/lib/openvas/plugins
      OpenVAS feed server - http://www.openvas.org/
      This service is hosted by Intevation GmbH - http://intevation.de/
      All transactions are logged.

      Please report synchronization problems to openvas-feed@intevation.de.
      If you have any other questions, please use the OpenVAS mailing lists
      or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

      @ERROR: max connections (200) reached -- try again later
      rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
      [e] Error: rsync failed.
      [i] This script synchronizes a SCAP data directory with the OpenVAS one.
      [i] SCAP dir: /var/lib/openvas/scap-data
      [i] Will use rsync
      [i] Using rsync: /usr/bin/rsync
      [i] Configured SCAP data rsync feed: rsync://feed.openvas.org:/scap-data
      OpenVAS feed server - http://www.openvas.org/
      This service is hosted by Intevation GmbH - http://intevation.de/
      All transactions are logged.

      Please report synchronization problems to openvas-feed@intevation.de.
      If you have any other questions, please use the OpenVAS mailing lists
      or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

      @ERROR: max connections (200) reached -- try again later
      rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
      [e] Error: rsync failed. Your SCAP data might be broken now.
      [i] This script synchronizes a CERT advisory directory with the OpenVAS one.
      [i] CERT dir: /var/lib/openvas/cert-data
      [i] Will use rsync
      [i] Using rsync: /usr/bin/rsync
      [i] Configured CERT data rsync feed: rsync://feed.openvas.org:/cert-data
      OpenVAS feed server - http://www.openvas.org/
      This service is hosted by Intevation GmbH - http://intevation.de/
      All transactions are logged.

      Please report synchronization problems to openvas-feed@intevation.de.
      If you have any other questions, please use the OpenVAS mailing lists
      or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

      @ERROR: max connections (200) reached -- try again later
      rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
      Error: rsync failed. Your CERT data might be broken now.
      Stopping OpenVAS Manager: openvasmd.
      Stopping OpenVAS Scanner: openvassd.


      And, the terminal freezes at this point.



      Starting OpenVas Services
      Starting Greenbone Security Assistant: ERROR.
      Starting OpenVAS Scanner: ERROR.
      Starting OpenVAS Manager: ERROR.
      root@kali:~#


      How to solve this problem?










      share|improve this question
















      My OpenVAS isn't starting in Kali Linux.



      root@kali:~# openvas-mkcert
      One or more files do already exist and would be overriden:
      /var/lib/openvas/CA/cacert.pem
      /var/lib/openvas/private/CA/cakey.pem
      /var/lib/openvas/CA/servercert.pem
      /var/lib/openvas/private/CA/serverkey.pem
      You need to remove or rename them and re-run openvas-mkcert.
      If you run openvas-mkcert with '-f', the files will be overwritten.
      root@kali:~# openvas-nvt-sync
      [i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
      [i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
      [i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
      [i] NVT dir: /var/lib/openvas/plugins
      OpenVAS feed server - http://www.openvas.org/
      This service is hosted by Intevation GmbH - http://intevation.de/
      All transactions are logged.

      Please report synchronization problems to openvas-feed@intevation.de.
      If you have any other questions, please use the OpenVAS mailing lists
      or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

      [i] Feed is already current, no synchronization necessary.
      root@kali:~# openvas-mkcert-client -n om -i
      Generating RSA private key, 1024 bit long modulus
      ...++++++
      .......................++++++
      e is 65537 (0x10001)
      You are about to be asked to enter information that will be incorporated
      into your certificate request.
      What you are about to enter is what is called a Distinguished Name or a DN.
      There are quite a few fields but you can leave some blank
      For some fields there will be a default value,
      If you enter '.', the field will be left blank.
      -----
      Country Name (2 letter code) [DE]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server's hostname) []:Email Address []:Using configuration from /tmp/openvas-mkcert-client.3524/stdC.cnf
      Check that the request matches the signature
      Signature ok
      The Subject's Distinguished Name is as follows
      countryName :PRINTABLE:'DE'
      localityName :PRINTABLE:'Berlin'
      commonName :PRINTABLE:'om'
      Certificate is to be certified until May 19 17:49:55 2016 GMT (365 days)

      Write out database with 1 new entries
      Data Base Updated
      Your client certificates are in /tmp/openvas-mkcert-client.3524 .

      You will have to copy them by hand.

      root@kali:~# openvasmd --rebuild
      root@kali:~# openvasmd --backup
      root@kali:~# openvasad -c 'add_user' -n openvasadmin -r
      bash: openvasad: command not found
      root@kali:~# openvasad -c 'add_user' -n openvasadmin -r admin
      bash: openvasad: command not found
      root@kali:~# openvassd
      root@kali:~# openvas-mkcert
      One or more files do already exist and would be overriden:
      /var/lib/openvas/CA/cacert.pem
      /var/lib/openvas/private/CA/cakey.pem
      /var/lib/openvas/CA/servercert.pem
      /var/lib/openvas/private/CA/serverkey.pem
      You need to remove or rename them and re-run openvas-mkcert.
      If you run openvas-mkcert with '-f', the files will be overwritten.
      root@kali:~# openvas-mkcert -f

      -------------------------------------------------------------------------------
      Creation of the OpenVAS SSL Certificate
      -------------------------------------------------------------------------------

      This script will now ask you the relevant information to create the SSL certificate of OpenVAS.
      Note that this information will *NOT* be sent to anybody (everything stays local), but anyone with the ability to connect to your OpenVAS daemon will be able to retrieve this information.


      CA certificate life time in days [1460]:
      Server certificate life time in days [365]:
      Your country (two letter code) [DE]: PL
      Your state or province name [none]:
      Your location (e.g. town) [Berlin]: Wroclaw
      Your organization [OpenVAS Users United]:







      -------------------------------------------------------------------------------
      Creation of the OpenVAS SSL Certificate
      -------------------------------------------------------------------------------

      Congratulations. Your server certificate was properly created.

      The following files were created:

      . Certification authority:
      Certificate = /var/lib/openvas/CA/cacert.pem
      Private key = /var/lib/openvas/private/CA/cakey.pem

      . OpenVAS Server :
      Certificate = /var/lib/openvas/CA/servercert.pem
      Private key = /var/lib/openvas/private/CA/serverkey.pem

      Press [ENTER] to exit

      root@kali:~# openvas-nvt-sync
      [i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
      [i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
      [i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
      [i] NVT dir: /var/lib/openvas/plugins
      OpenVAS feed server - http://www.openvas.org/
      This service is hosted by Intevation GmbH - http://intevation.de/
      All transactions are logged.

      Please report synchronization problems to openvas-feed@intevation.de.
      If you have any other questions, please use the OpenVAS mailing lists
      or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

      [i] Feed is already current, no synchronization necessary.
      root@kali:~# openvas-mkcert-client -n om -i
      Generating RSA private key, 1024 bit long modulus
      .............................++++++
      ..++++++
      e is 65537 (0x10001)
      You are about to be asked to enter information that will be incorporated
      into your certificate request.
      What you are about to enter is what is called a Distinguished Name or a DN.
      There are quite a few fields but you can leave some blank
      For some fields there will be a default value,
      If you enter '.', the field will be left blank.
      -----
      Country Name (2 letter code) [DE]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server's hostname) []:Email Address []:Using configuration from /tmp/openvas-mkcert-client.3871/stdC.cnf
      Check that the request matches the signature
      Signature ok
      The Subject's Distinguished Name is as follows
      countryName :PRINTABLE:'DE'
      localityName :PRINTABLE:'Berlin'
      commonName :PRINTABLE:'om'
      Certificate is to be certified until May 19 17:59:47 2016 GMT (365 days)

      Write out database with 1 new entries
      Data Base Updated
      Your client certificates are in /tmp/openvas-mkcert-client.3871 .

      You will have to copy them by hand.

      root@kali:~# openvasmd --rebuild
      root@kali:~# openvassd
      bind() failed : Address already in use
      root@kali:~#


      This is not working:



      [i] This script synchronizes an NVT collection with the 'OpenVAS NVT Feed'.
      [i] The 'OpenVAS NVT Feed' is provided by 'The OpenVAS Project'.
      [i] Online information about this feed: 'http://www.openvas.org/openvas-nvt-feed.html'.
      [i] NVT dir: /var/lib/openvas/plugins
      OpenVAS feed server - http://www.openvas.org/
      This service is hosted by Intevation GmbH - http://intevation.de/
      All transactions are logged.

      Please report synchronization problems to openvas-feed@intevation.de.
      If you have any other questions, please use the OpenVAS mailing lists
      or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

      @ERROR: max connections (200) reached -- try again later
      rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
      [e] Error: rsync failed.
      [i] This script synchronizes a SCAP data directory with the OpenVAS one.
      [i] SCAP dir: /var/lib/openvas/scap-data
      [i] Will use rsync
      [i] Using rsync: /usr/bin/rsync
      [i] Configured SCAP data rsync feed: rsync://feed.openvas.org:/scap-data
      OpenVAS feed server - http://www.openvas.org/
      This service is hosted by Intevation GmbH - http://intevation.de/
      All transactions are logged.

      Please report synchronization problems to openvas-feed@intevation.de.
      If you have any other questions, please use the OpenVAS mailing lists
      or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

      @ERROR: max connections (200) reached -- try again later
      rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
      [e] Error: rsync failed. Your SCAP data might be broken now.
      [i] This script synchronizes a CERT advisory directory with the OpenVAS one.
      [i] CERT dir: /var/lib/openvas/cert-data
      [i] Will use rsync
      [i] Using rsync: /usr/bin/rsync
      [i] Configured CERT data rsync feed: rsync://feed.openvas.org:/cert-data
      OpenVAS feed server - http://www.openvas.org/
      This service is hosted by Intevation GmbH - http://intevation.de/
      All transactions are logged.

      Please report synchronization problems to openvas-feed@intevation.de.
      If you have any other questions, please use the OpenVAS mailing lists
      or the OpenVAS IRC chat. See http://www.openvas.org/ for details.

      @ERROR: max connections (200) reached -- try again later
      rsync error: error starting client-server protocol (code 5) at main.c(1534) [Receiver=3.0.9]
      Error: rsync failed. Your CERT data might be broken now.
      Stopping OpenVAS Manager: openvasmd.
      Stopping OpenVAS Scanner: openvassd.


      And, the terminal freezes at this point.



      Starting OpenVas Services
      Starting Greenbone Security Assistant: ERROR.
      Starting OpenVAS Scanner: ERROR.
      Starting OpenVAS Manager: ERROR.
      root@kali:~#


      How to solve this problem?







      kali-linux






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 20 '15 at 23:05

























      asked May 20 '15 at 17:19







      user109285












      bumped to the homepage by Community 18 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 18 hours ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          3 Answers
          3






          active

          oldest

          votes


















          0














          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






          share|improve this answer
































            0














            Openvasd, openvas-server or(if you have no typo there) openvassd should be using similar sources so i thing you already have a service running there. Try to stop running services;



            sudo service openvas-server stop
            sudo service openvasd stop
            sudo service openvassd stop


            Then you can run the necessary command i believe.






            share|improve this answer
































              0














              I've had this issue for along time in various different variations.
              I've found a distro upgrade or upgrade fixes it sometimes but this will work as well.



              apt-get purge --auto-remove redis-server

              apt-get install openvas

              openvas-setup


              will work and you don't lose any history.






              share|improve this answer

























                Your Answer








                StackExchange.ready(function()
                var channelOptions =
                tags: "".split(" "),
                id: "106"
                ;
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function()
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled)
                StackExchange.using("snippets", function()
                createEditor();
                );

                else
                createEditor();

                );

                function createEditor()
                StackExchange.prepareEditor(
                heartbeatType: 'answer',
                autoActivateHeartbeat: false,
                convertImagesToLinks: false,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: null,
                bindNavPrevention: true,
                postfix: "",
                imageUploader:
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                ,
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                );



                );













                draft saved

                draft discarded


















                StackExchange.ready(
                function ()
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f204661%2fhow-to-solve-the-problem-of-openvas-not-starting-in-kali%23new-answer', 'question_page');

                );

                Post as a guest















                Required, but never shown
























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                0














                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






                share|improve this answer





























                  0














                  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






                  share|improve this answer



























                    0












                    0








                    0







                    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






                    share|improve this answer















                    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







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Jun 4 '15 at 18:00









                    Anthon

                    61.7k17107171




                    61.7k17107171










                    answered Jun 4 '15 at 17:40









                    John CurtisJohn Curtis

                    1




                    1























                        0














                        Openvasd, openvas-server or(if you have no typo there) openvassd should be using similar sources so i thing you already have a service running there. Try to stop running services;



                        sudo service openvas-server stop
                        sudo service openvasd stop
                        sudo service openvassd stop


                        Then you can run the necessary command i believe.






                        share|improve this answer





























                          0














                          Openvasd, openvas-server or(if you have no typo there) openvassd should be using similar sources so i thing you already have a service running there. Try to stop running services;



                          sudo service openvas-server stop
                          sudo service openvasd stop
                          sudo service openvassd stop


                          Then you can run the necessary command i believe.






                          share|improve this answer



























                            0












                            0








                            0







                            Openvasd, openvas-server or(if you have no typo there) openvassd should be using similar sources so i thing you already have a service running there. Try to stop running services;



                            sudo service openvas-server stop
                            sudo service openvasd stop
                            sudo service openvassd stop


                            Then you can run the necessary command i believe.






                            share|improve this answer















                            Openvasd, openvas-server or(if you have no typo there) openvassd should be using similar sources so i thing you already have a service running there. Try to stop running services;



                            sudo service openvas-server stop
                            sudo service openvasd stop
                            sudo service openvassd stop


                            Then you can run the necessary command i believe.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Jan 13 '17 at 15:32









                            HalosGhost

                            3,80392236




                            3,80392236










                            answered Jan 13 '17 at 14:42









                            Ozgur GulOzgur Gul

                            1




                            1





















                                0














                                I've had this issue for along time in various different variations.
                                I've found a distro upgrade or upgrade fixes it sometimes but this will work as well.



                                apt-get purge --auto-remove redis-server

                                apt-get install openvas

                                openvas-setup


                                will work and you don't lose any history.






                                share|improve this answer





























                                  0














                                  I've had this issue for along time in various different variations.
                                  I've found a distro upgrade or upgrade fixes it sometimes but this will work as well.



                                  apt-get purge --auto-remove redis-server

                                  apt-get install openvas

                                  openvas-setup


                                  will work and you don't lose any history.






                                  share|improve this answer



























                                    0












                                    0








                                    0







                                    I've had this issue for along time in various different variations.
                                    I've found a distro upgrade or upgrade fixes it sometimes but this will work as well.



                                    apt-get purge --auto-remove redis-server

                                    apt-get install openvas

                                    openvas-setup


                                    will work and you don't lose any history.






                                    share|improve this answer















                                    I've had this issue for along time in various different variations.
                                    I've found a distro upgrade or upgrade fixes it sometimes but this will work as well.



                                    apt-get purge --auto-remove redis-server

                                    apt-get install openvas

                                    openvas-setup


                                    will work and you don't lose any history.







                                    share|improve this answer














                                    share|improve this answer



                                    share|improve this answer








                                    edited May 16 '18 at 16:23









                                    Jeff Schaller

                                    45k1164147




                                    45k1164147










                                    answered May 16 '18 at 15:43









                                    Mike BMike B

                                    1




                                    1



























                                        draft saved

                                        draft discarded
















































                                        Thanks for contributing an answer to Unix & Linux Stack Exchange!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid


                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.

                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f204661%2fhow-to-solve-the-problem-of-openvas-not-starting-in-kali%23new-answer', 'question_page');

                                        );

                                        Post as a guest















                                        Required, but never shown





















































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown

































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown







                                        -kali-linux

                                        Popular posts from this blog

                                        Word for a person who has no opinion about whether god existsWord for having a definite opinion while simultaneously withholding judgment?What's the opposite of “newcomer? Is ”veteran" OK?What do you call an “atheist” who might believe in an afterlife?What's a word for someone who wants to voice opinions but not have them challenged?Word for someone who dismisses contrary opinions as irrational?Somone who thinks they are overly special/out of the ordinaryIs there a word, phrase or idiom for “a person who is incapable of thinking about the future”?The belief that a god is human-likeA word for a non-famous person/thing you have heard a lot aboutAdjective for a person who enjoys taking care of their appearance

                                        What was this official D&D 3.5e Lovecraft-flavored rulebook?What was this set of RPG tools called?As a first-time DM should I let my players play complex character classes and roles?Nymph's Kiss and the RelationshipWhat was the name of this Cleric Prestige Class that shapes metal with its bare hands?Are the 3.5e Dragonlance books third party or official works?What's up with the domain Vile Darkness?What was this 80s book about RPGs?What was the name of this Werewolf band?What book had Rituals to “upgrade” animal companions to keep them viable at higher levels?What was this RPG that had rules for player-owned businesses?

                                        2017 IndyCar Series Contents Series news Teams and drivers Schedule Season summary Footnotes References External links Navigation menu"INDYCAR: Initial 2018 bodywork concepts unveiled"the original"IndyCar confirms switch to Performance Friction brakes in 2017""AJ Foyt Racing will switch to Chevy"the original"Carlos Munoz, Conor Daly will drive for AJ Foyt Racing""Zach Veach's Indy 500 Debut Confirmed with Foyt""No mass exodus from Honda after Ganassi switch""Ex-F1 driver Sato joins Andretti Autosport for 2017 IndyCar season""IndyCar's Ryan Hunter-Reay, sponsor DHL paired through 2020""hhgregg and Andretti Autosport announce partnership for key races in 2016""INDYCAR: Rossi re-signs with Andretti"the original"McLaren Formula 1 - Fernando Alonso to race at Indy 500 with McLaren, Honda and Andretti Autosport""Shank will finally take part in Indy 500 with Harvey, Andretti | MotorSportsTalk""Andretti adds Jack Harvey to Indy 500 field""Ganassi switches to Honda power for 2017""INDYCAR: Chilton returns to Ganassi"the original"IndyCar silly season: Who's going where in 2017?""INDYCAR: Kanaan, NTT Data return to Ganassi"the original"Kimball to remain at Ganassi for 2017""Coyne confirms Bourdais for 2017 IndyCar season""Davison to sub for Bourdais in Indy 500"the original"Gutierrez confirmed for Detroit IndyCar debut""Gutierrez returns with Coyne for rest of 2017 season""Vautier to drive for Coyne at Texas"the original"INDYCAR: Coyne confirms Jones for 2017"the original"Pippa Mann returns to Coyne for Indy 500""Karam, Dreyer & Reinbold teaming up again for Indianapolis 500""Pigot to return to Ed Carpenter Racing""Hildebrand confirmed as full-time Ed Carpenter driver""Veach to replace injured Hildebrand at Barber"the originalNew Team Harding Racing Enters Chaves for 101st Indianapolis 500"Juncos Racing Announces Entry in 101st Running of the Indianapolis 500 :: Juncos Racing""Juncos confirms Pigot for Indy 500""Saavedra confirmed in Juncos' second 500 entry"the original"Lazier confirms Indy 500 run after son's USF2000 debut"the original"Claman DeMelo to race for RLLR at Sonoma"the original"Rahal signs Servia and ace engineer for 2017""IndyCar: Aleshin returns with Schmidt"the original"Aleshin replaced by Saavedra for Toronto""Jack Harvey will pilot SPM No. 7 car at Watkins Glen, Sonoma""Jay Howard confirmed in Tony Stewart's supported SPM Indy entry""INDYCAR: Newgarden to wave the flag at Penske"the original"Pagenaud opts for No. 1 in 2017"the original"Penske confirms Newgarden for 2017""Montoya to stay with Team Penske in 2017""Target leaving IndyCar after 27 seasons with Chip Ganassi""Cavin: IndyCar could see complete driver/team shakeup in 2017""End of the road for KV Racing?""KV Racing confirms closure, equipment sold to Juncos""Juncos confirms IndyCar Series entry"the original"Juncos readies IndyCar program, aims for '17 500"the original"Harding Racing to add Texas, Pocono to schedule"the original"Sato signs with Andretti Autosport for 2017""INDYCAR: Aleshin in Doubt at SPM"the original"Long Beach notebook: JR Hildebrand breaks hand""Hildebrand cleared to return at Phoenix"the original"Bourdais to undergo surgery on multiple fractures""Aleshin loses Schmidt Peterson IndyCar ride""Saavedra in at SPM for Pocono, Gateway"the original"Bourdais to make return at Gateway"the original"The IndyCar Grand Prix no longer is sponsored by Angie's List""2017 IndyCar Series rulebook""2017 Verizon IndyCar Series Official Rulebook"Official websiteeeeee