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

                                        Creating 100m^2 grid automatically using QGIS?Creating grid constrained within polygon in QGIS?Createing polygon layer from point data using QGIS?Creating vector grid using QGIS?Creating grid polygons from coordinates using R or PythonCreating grid from spatio temporal point data?Creating fields in attributes table using other layers using QGISCreate .shp vector grid in QGISQGIS Creating 4km point grid within polygonsCreate a vector grid over a raster layerVector Grid Creates just one grid

                                        Nikolai Prilezhaev Bibliography References External links Navigation menuEarly Russian Organic Chemists and Their Legacy092774english translationRussian Biography

                                        How to link a C library to an Assembly library on Mac with clangHow do you set, clear, and toggle a single bit?Find (and kill) process locking port 3000 on MacWho is listening on a given TCP port on Mac OS X?How to start PostgreSQL server on Mac OS X?Compile assembler in nasm on mac osHow do I install pip on macOS or OS X?AFNetworking 2.0 “_NSURLSessionTransferSizeUnknown” linking error on Mac OS X 10.8C++ code for testing the Collatz conjecture faster than hand-written assembly - why?How to link a NASM code and GCC in Mac OS X?How to run x86 .asm on macOS Sierra