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

                                        Mobil Contents History Mobil brands Former Mobil brands Lukoil transaction Mobil UK Mobil Australia Mobil New Zealand Mobil Greece Mobil in Japan Mobil in Canada Mobil Egypt See also References External links Navigation menuwww.mobil.com"Mobil Corporation"the original"Our Houston campus""Business & Finance: Socony-Vacuum Corp.""Popular Mechanics""Lubrite Technologies""Exxon Mobil campus 'clearly happening'""Toledo Blade - Google News Archive Search""The Lion and the Moose - How 2 Executives Pulled off the Biggest Merger Ever""ExxonMobil Press Release""Lubricants""Archived copy"the original"Mobil 1™ and Mobil Super™ motor oil and synthetic motor oil - Mobil™ Motor Oils""Mobil Delvac""Mobil Industrial website""The State of Competition in Gasoline Marketing: The Effects of Refiner Operations at Retail""Mobil Travel Guide to become Forbes Travel Guide""Hotel Rankings: Forbes Merges with Mobil"the original"Jamieson oil industry history""Mobil news""Caltex pumps for control""Watchdog blocks Caltex bid""Exxon Mobil sells service station network""Mobil Oil New Zealand Limited is New Zealand's oldest oil company, with predecessor companies having first established a presence in the country in 1896""ExxonMobil subsidiaries have a business history in New Zealand stretching back more than 120 years. We are involved in petroleum refining and distribution and the marketing of fuels, lubricants and chemical products""Archived copy"the original"Exxon Mobil to Sell Its Japanese Arm for $3.9 Billion""Gas station merger will end Esso and Mobil's long run in Japan""Esso moves to affiliate itself with PC Optimum, no longer Aeroplan, in loyalty point switch""Mobil brand of gas stations to launch in Canada after deal for 213 Loblaws-owned locations""Mobil Nears Completion of Rebranding 200 Loblaw Gas Stations""Learn about ExxonMobil's operations in Egypt""Petrol and Diesel Service Stations in Egypt - Mobil"Official websiteExxon Mobil corporate websiteMobil Industrial official websiteeeeeeeeDA04275022275790-40000 0001 0860 5061n82045453134887257134887257

                                        Identify plant with long narrow paired leaves and reddish stems Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?What is this plant with long sharp leaves? Is it a weed?What is this 3ft high, stalky plant, with mid sized narrow leaves?What is this young shrub with opposite ovate, crenate leaves and reddish stems?What is this plant with large broad serrated leaves?Identify this upright branching weed with long leaves and reddish stemsPlease help me identify this bulbous plant with long, broad leaves and white flowersWhat is this small annual with narrow gray/green leaves and rust colored daisy-type flowers?What is this chilli plant?Does anyone know what type of chilli plant this is?Help identify this plant

                                        My Life (Mary J. Blige album) Contents Background Critical reception Accolades Commercial performance Track listing Personnel Charts Certifications See also References External links Navigation menu"1. Mary J Blige, My Life - The 50 Best R&B albums of the '90s""American album certifications – Mary J. Blige – My Life""Mary J. Blige's My Life LP (1994) revisited with co-producer Chucky Thompson | Return To The Classics"the original"Key Tracks: Mary J. Blige's My Life""My Life – Mary J. Blige""Worth The Wait""My Life""Forget '411,' Mary J., Better Call 911""Spins"My Life AccoladesThe 500 Greatest Albums of All TimeTime's All-TIME 100 Albums"Top RPM Albums: Issue chartid""Dutchcharts.nl – Mary J. Blige – My Life""Mary J. Blige | Artist | Official Charts""Mary J. Blige Chart History (Billboard 200)""Mary J. Blige Chart History (Top R&B/Hip-Hop Albums)""Canadian album certifications – Mary J Blige – My Life""British album certifications – Mary J Blige – My Life""American album certifications – Mary J Blige – My Life"My LifeMy Life accoladesee