Hi

Was looking on the Ubuntu builds (
<http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v5/x
Ubuntu_12.04/>
http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v5/xU
buntu_12.04/) where the manager version is still on 3.0.5. Are the Debian
builds installing on Ubuntu as well?

 

Von: Alexander Rau [mailto:[email protected]] 
Gesendet: Mittwoch, 31. Juli 2013 15:05
An: Allon Moritz
Cc: openvas-discuss
Betreff: Re: [Openvas-discuss] openVAS 6 for Debian 6 and 7 packages on
OpenSuse Build Service (OBS)

 

I haven't looked at it but it looks like the i386 packages are there. I
haven't tested them though

 

http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v5/De
bian_6.0/i386/

 

Alex

 

On Wed, Jul 31, 2013 at 2:38 AM, Allon Moritz <[email protected]>
wrote:

Thanks.

What about building the latest version 5 as well?

 

Von: Openvas-discuss [mailto:[email protected]] Im
Auftrag von Alexander Rau
Gesendet: Dienstag, 30. Juli 2013 22:56
An: [email protected]; openvas-devel; openvas-discuss
Betreff: [Openvas-discuss] openVAS 6 for Debian 6 and 7 packages on OpenSuse
Build Service (OBS)

 

All packages except gsd are successfully built now on OBS

 

Here a are the links to the repositories:

 

http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v6/De
bian_7.0/

 

and 

 

http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v6/De
bian_6.0/
<http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v6/D
ebian_7.0/> 

 

Here is a how to for Debian 7.0 (wheezy)

 

Step 1: Configure OBS Repository

(as user root, only once)

 

 

echo "deb
http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v6/De
bian_7.0/ ./" >> /etc/apt/sources.list

wget
http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v6/De
bian_7.0/Release.key

apt-key add ./Release.key

sudo apt-get update

 

Step 2: Quick-Install OpenVAS

(as user root, only once)

 

apt-get -y install greenbone-security-assistant openvas-cli openvas-manager
openvas-scanner openvas-administrator sqlite3 xsltproc rsync

To install support packages for report generation (downloads around 30 MB of
additional packages):

 

apt-get -y install texlive-latex-base texlive-latex-extra
texlive-latex-recommended htmldoc

To install support for autogenerated LSC credential packages:

 

apt-get -y install alien rpm nsis fakeroot

 

Step 3: Quick-Start OpenVAS

(copy and paste whole block as user root, during first time you will be
asked to set a password for user "admin")

 

 

test -e /var/lib/openvas/CA/cacert.pem  || openvas-mkcert -q

openvas-nvt-sync

test -e /var/lib/openvas/users/om || openvas-mkcert-client -n om -i

/etc/init.d/openvas-manager stop 

/etc/init.d/openvas-scanner stop 

openvassd

openvasmd --rebuild

openvas-scapdata-sync

openvas-certdata-sync

test -e /var/lib/openvas/users/admin || openvasad -c add_user -n admin -r
Admin

killall openvassd

sleep 15

/etc/init.d/openvas-scanner start

/etc/init.d/openvas-manager start

/etc/init.d/openvas-administrator restart

/etc/init.d/greenbone-security-assistant restart

 

 

Step 4: Log into OpenVAS as "admin"

 

Open https://localhost:9392/

 

Cheers

 

Alex

 

_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to