On Friday 18 November 2016 08:23 PM, Katakam Ravi wrote:
Hi Benjamin,

Thanks for the suggestion!.

*1. I am following below url to setup the opnVAS.*

http://pentestit.de/openvas-9-auf-ubuntu-14-04-lts-installieren/

*2. know struck with below issue .*

root@ubuntu:/home/admin-nfv# sudo openvas-scapdata-sync
sudo: openvas-scapdata-sync: command not found
  Hello Ravi,

  Try to run:
  #greenbone-scapdata-sync

*3. Use below comand to find the issue , got below out put. Pls give me hint to come out of this issue ..*


root@ubuntu:/home/admin-nfv# ./openvas-check-setup --v9
openvas-check-setup 2.3.6
  Test completeness and readiness of OpenVAS-9

Please report us any non-detected problems and
  help us to improve this check routine:
http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss

Send us the log-file (/tmp/openvas-check-setup.log) to help analyze the problem.

  Use the parameter --server to skip checks for client tools
  like GSD and OpenVAS-CLI.

Step 1: Checking OpenVAS Scanner ...
  OK: OpenVAS Scanner is present in version 5.1+beta3.
  OK: redis-server is present in version v=2.8.4.
OK: scanner (kb_location setting) is configured properly using the redis-server socket: /var/run/redis/redis.sock OK: redis-server is running and listening on socket: /var/run/redis/redis.sock.
  OK: redis-server configuration is OK and redis-server is running.
  OK: NVT collection in /var/lib/openvas/plugins contains 50315 NVTs.
  WARNING: Signature checking of NVTs is not enabled in OpenVAS Scanner.
SUGGEST: Enable signature checking (see http://www.openvas.org/trusted-nvts.html). OK: The NVT cache in /var/cache/openvas contains 50315 files for 50315 NVTs.
Step 2: Checking OpenVAS Manager ...
  ERROR: OpenVAS Manager too old or too new: 6.1+beta3

It's clear from the log message that you have older version of OpenVAS-Manager
  and it is not compatible with V9.

  Run the below command and check which version you have.
#openvasmd --version

  - Antu

  FIX: Please install OpenVAS Manager 7.0.
HINT: Please see the --v6/7/8/9 command line options to check other major versions.

 ERROR: Your OpenVAS-9 installation is not yet complete!

Please follow the instructions marked with FIX above and run this
script again.

If you think this result is wrong, please report your observation
and help us to improve this check routine:
http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss
Please attach the log-file (/tmp/openvas-check-setup.log) to help us analyze the problem.


Thanks & Regards,
Ravi.

-----"LeBlanc Benjamin-Hugo (EXT)" <benjamin-hugo.leblanc-...@ramq.gouv.qc.ca> wrote: -----
To: Katakam Ravi <katakam.r...@tcs.com>
From: "LeBlanc Benjamin-Hugo (EXT)" <benjamin-hugo.leblanc-...@ramq.gouv.qc.ca>
Date: 11/17/2016 08:48PM
Cc: "openvas-discuss@wald.intevation.org" <openvas-discuss@wald.intevation.org> Subject: RE: [Openvas-discuss] Need Help to install openvas on ubuntu 14.04.

Ravi,

First, ping feed.openvas.org to check if the packets go through.

Then, make sure your firewall has port tcp 873 enabled. This should be pretty easy to troubleshoot.

True, you can download the full packets, but that will be a hassle over time.

Benjamin-Hugo LeBlanc

*De :*Katakam Ravi [mailto:katakam.r...@tcs.com]
*Envoyé :* 17 novembre 2016 09:43
*À :* LeBlanc Benjamin-Hugo (EXT) <benjamin-hugo.leblanc-...@ramq.gouv.qc.ca>
*Cc :* openvas-discuss@wald.intevation.org
*Objet :* RE: [Openvas-discuss] Need Help to install openvas on ubuntu 14.04.

Hi  Benjamin,

Thanks for the infomation! followed the same steps previously(https://launchpad.net/~mrazavi/+archive/ubuntu/openvas <https://launchpad.net/%7Emrazavi/+archive/ubuntu/openvas>).

Able to solve key issues , used the below steps to solve it.

gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv 4AA450E0

gpg --export --armor 4AA450E0 | sudo apt-key add -

*Know facing new issue, unable to run **/sudo openvas-nvt-sync, /**because issue of telnet feed.openvas.org 873. *

*Using wget got the **openvas-nvt-feed-current.tar.bz2, i am struck **pls suggest me wt have to do next.*


Thanks & Regards,

Ravi.


-----"LeBlanc Benjamin-Hugo (EXT)" <benjamin-hugo.leblanc-...@ramq.gouv.qc.ca <mailto:benjamin-hugo.leblanc-...@ramq.gouv.qc.ca>> wrote: -----

To: Katakam Ravi <katakam.r...@tcs.com <mailto:katakam.r...@tcs.com>>, "openvas-discuss@wald.intevation.org <mailto:openvas-discuss@wald.intevation.org>" <openvas-discuss@wald.intevation.org <mailto:openvas-discuss@wald.intevation.org>> From: "LeBlanc Benjamin-Hugo (EXT)" <benjamin-hugo.leblanc-...@ramq.gouv.qc.ca <mailto:benjamin-hugo.leblanc-...@ramq.gouv.qc.ca>>
Date: 11/17/2016 07:39PM
Subject: RE: [Openvas-discuss] Need Help to install openvas on ubuntu 14.04.

Ravi,

Did you do an apt-get update after adding the repo? These commands work fine with a fresh installation of Ubuntu Server 16.04, and so should work also with Ubuntu 14.04 :

/sudo add-apt-repository ppa:mrazavi/openvas/

/sudo apt-get update/

/sudo apt-get install openvas #installs openvas-8 (otherwise use "openvas9")/

/sudo apt-get install sqlite3/

//

/sudo openvas-nvt-sync/

/sudo openvas-scapdata-sync/

/sudo openvas-certdata-sync/

//

/sudo service openvas-scanner restart/

/sudo service openvas-manager restart/

/sudo service openvas-gsa restart/

/sudo openvasmd --rebuild --progress/

//

/apt-get install texlive-full/

Hope it helps,

Benjamin-Hugo LeBlanc

*De :*Openvas-discuss [mailto:openvas-discuss-boun...@wald.intevation.org] *De la part de* Katakam Ravi
*Envoyé :* 16 novembre 2016 09:51
*À :* openvas-discuss@wald.intevation.org <mailto:openvas-discuss@wald.intevation.org>
*Objet :* [Openvas-discuss] Need Help to install openvas on ubuntu 14.04.

Hi All,

Need steps to install openVAS 8/ 9  on ubuntu 14.04.

please provide the PPA, where i could get the packages.

With below one i am unable to do it, is there any one ?

sudo add-apt-repository ppa:mrazavi/openvas


Thanks & Regards,
Ravi.

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you



_______________________________________________
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

_______________________________________________
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to