[Openvas-discuss] Fedora 15: has anybody got it ever started?

2011-12-18 Thread Reindl Harald
hi maybe this message belongs better to this list i am trying to setup a dedicated virtual-machine for security-scanning Original-Nachricht Betreff: OPENVAS: has anybody got it ever started? Datum: Sun, 18 Dec 2011 15:27:01 +0100 Von: Reindl Harald h.rei...@thelounge.net

[Openvas-discuss] openvasad fails to start

2011-12-18 Thread Reindl Harald
is this because openvasmd --rebuild +++ killed by SIGABRT +++ or why does openvasad refuse to start? i had to build the rpm by myself because Fedora is missing openvas-administrator as also greenbone-security-assistant which i built the same way as rpm and created a systemd-unit without

Re: [Openvas-discuss] openvasad fails to start

2011-12-18 Thread Brandon Perry
Do you have your certs generated? Do servercert.pem and serverkey.pem exist? On Sun, Dec 18, 2011 at 12:27 PM, Reindl Harald h.rei...@thelounge.net wrote: is this because openvasmd --rebuild +++ killed by SIGABRT +++ or why does openvasad refuse to start? i had to build the rpm by myself

Re: [Openvas-discuss] openvasad fails to start

2011-12-18 Thread Reindl Harald
thank you, after symlink my pem-file for greenbone-security-assistant.service three times it starts: * /var/lib/openvas/CA/servercert.pem * /var/lib/openvas/private/CA/serverkey.pem * /var/lib/openvas/CA/cacert.pem now are running greenbone-security-assistant.service and

Re: [Openvas-discuss] openvasad fails to start

2011-12-18 Thread Brandon Perry
Everything your error messages are saying leads to not being fully configured. Make sure you have created the necessary users and certs. http://www.openvas.org/install-packages.html#openvas4_ubuntu_obs These instructions are for ubuntu, but go through the whole setup process. Use the equivalent

Re: [Openvas-discuss] openvasad fails to start

2011-12-18 Thread Reindl Harald
i have called openvas-mkcert and openvas-mkcert-client and can even login with openvas-client and key authentication followed this (incomplete) instructions: http://kernelreloaded.blog385.com/index.php/archives/volunerability-scanning-with-fedora-openvas/ downloaded openvas-check-setup which was

Re: [Openvas-discuss] openvasad fails to start

2011-12-18 Thread Brandon Perry
run openvasmd -vv --rebuild. This will spit out more info in openvasmd.log. On Sun, Dec 18, 2011 at 1:16 PM, Reindl Harald h.rei...@thelounge.net wrote: i have called openvas-mkcert and openvas-mkcert-client and can even login with openvas-client and key authentication followed this

Re: [Openvas-discuss] openvasad fails to start

2011-12-18 Thread Reindl Harald
not really, it throws also SIGABRT below full strace output --- {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=16607, si_uid=0, si_value={int=256720728, ptr=0x88000f4d3f58}} (Aborted) --- +++ killed by SIGABRT +++ Abgebrochen [root@openvas:/var/log/openvas]$ openvasmd -vv --rebuild Abgebrochen

Re: [Openvas-discuss] openvasad fails to start

2011-12-18 Thread Felix Wolfsteller
Is it possible that the db file (of which permissions are to be changed) does not exist? Try a `ls /var/lib/openvas/mgr/tasks.db` to find out. `touch /var/lib/openvas/mgr/tasks.db` to create it (do not care about permissions, as openvasmd will attempt to fix them anyway). Hth, felix On Sunday