I just read stop “all” openvas process and I did that and still no go:

[root@pentester-cli ~]# service openvas-manager stop
[root@pentester-cli ~]# service openvas-scanner stop
Stopping openvas-scanner:                                  [  OK  ]
[root@pentester-cli ~]# killall openvassd
openvassd: no process killed
[root@pentester-cli ~]# killall openvasad
openvasad: no process killed
[root@pentester-cli ~]# killall openvasmd
openvasmd: no process killed
[root@pentester-cli ~]# killall gsad
[root@pentester-cli ~]# openvasmd --rebuild -v
[root@pentester-cli ~]# 
[root@pentester-cli ~]# 
[root@pentester-cli ~]# openvasmd --update -v
[root@pentester-cli ~]# openvasmd --migrate -v
md   main:  DEBUG:4404:2014-07-09 10h02.29 CDT:    sql: ATTACH DATABASE 
'/var/lib/openvas/scap-data/scap.db' AS scap;
md   main:  DEBUG:4404:2014-07-09 10h02.29 CDT:    sql: ATTACH DATABASE 
'/var/lib/openvas/cert-data/cert.db' AS cert;
md   main:  DEBUG:4404:2014-07-09 10h02.29 CDT:    sql_x: SELECT count (*) FROM 
main.sqlite_master WHERE type = 'table' AND name = 'meta';
md   main:  DEBUG:4404:2014-07-09 10h02.29 CDT:    sql_x end
md   main:  DEBUG:4404:2014-07-09 10h02.29 CDT:    sql_x: SELECT value FROM 
main.meta WHERE name = 'database_version' LIMIT 1;
md   main:  DEBUG:4404:2014-07-09 10h02.29 CDT:    sql_x end
Aborted (core dumped)


On Jul 9, 2014, at 9:57 AM, Robert Debs <[email protected]> wrote:

> I still can’t I tried this:
> 
> [root@pentester-cli ~]# service openvas-manager stop
> [root@pentester-cli ~]# 
> [root@pentester-cli ~]# 
> [root@pentester-cli ~]# 
> [root@pentester-cli ~]# openvasmd --update
> [root@pentester-cli ~]# openvasmd --update -v
> [root@pentester-cli ~]# openvasmd --migrate -v
> md   main:  DEBUG:4356:2014-07-09 09h55.37 CDT:    sql: ATTACH DATABASE 
> '/var/lib/openvas/scap-data/scap.db' AS scap;
> md   main:  DEBUG:4356:2014-07-09 09h55.37 CDT:    sql: ATTACH DATABASE 
> '/var/lib/openvas/cert-data/cert.db' AS cert;
> md   main:  DEBUG:4356:2014-07-09 09h55.37 CDT:    sql_x: SELECT count (*) 
> FROM main.sqlite_master WHERE type = 'table' AND name = 'meta';
> md   main:  DEBUG:4356:2014-07-09 09h55.37 CDT:    sql_x end
> md   main:  DEBUG:4356:2014-07-09 09h55.37 CDT:    sql_x: SELECT value FROM 
> main.meta WHERE name = 'database_version' LIMIT 1;
> md   main:  DEBUG:4356:2014-07-09 09h55.37 CDT:    sql_x end
> Aborted (core dumped)
> 
> Is there anything else I need to do?
> 
> On Jul 9, 2014, at 9:53 AM, Brandon Perry <[email protected]> wrote:
> 
>> And you clearly ran it, my bad. :)
>> 
>> Maybe run --update after ensuring all of the openvas processes are stopped. 
>> And then --migrate for thoroughness.
>> 
>> Sent from a computer
>> 
>> On Jul 9, 2014, at 9:44 AM, Robert Debs <[email protected]> wrote:
>> 
>>> 
>>> We are a networking company that uses OpenVAS to support our customers. 
>>> Currently we use CentOS 6.5 as our platform and we just recently ran into 
>>> some issues. Below is the error I am getting for v7 install.
>>> 
>>> [root@pentester-cli ~]# openvas-check-setup --server --v7
>>> openvas-check-setup 2.2.1
>>>   Test completeness and readiness of OpenVAS-7
>>> 
>>>   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.
>>> 
>>> Step 1: Checking OpenVAS Scanner ... 
>>>         OK: OpenVAS Scanner is present in version 4.0.1.
>>>         OK: OpenVAS Scanner CA Certificate is present as 
>>> /var/lib/openvas/CA/cacert.pem.
>>>         OK: NVT collection in /var/lib/openvas/plugins contains 35454 NVTs.
>>>         WARNING: Signature checking of NVTs is not enabled in OpenVAS 
>>> Scanner.
>>>         SUGGEST: Enable signature checking (see 
>>> http://www.openvas.org/trusted-nvts.html).
>>> Step 2: Checking OpenVAS Manager ... 
>>>         OK: OpenVAS Manager is present in version 5.0.2.
>>>         OK: OpenVAS Manager client certificate is present as 
>>> /var/lib/openvas/CA/clientcert.pem.
>>>         OK: OpenVAS Manager database found in /var/lib/openvas/mgr/tasks.db.
>>>         OK: Access rights for the OpenVAS Manager database are correct.
>>>         OK: OpenVAS SCAP database found in 
>>> /var/lib/openvas/scap-data/scap.db.
>>>         OK: OpenVAS CERT database found in 
>>> /var/lib/openvas/cert-data/cert.db.
>>>         OK: sqlite3 found, extended checks of the OpenVAS Manager 
>>> installation enabled.
>>>         OK: OpenVAS Manager database is at revision 116.
>>>         OK: OpenVAS Manager expects database at revision 123.
>>>         ERROR: Database schema is out of date.
>>>         FIX: Run 'openvasmd --migrate'.
>>> 
>>>  ERROR: Your OpenVAS-7 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.
>>> 
>>> [root@pentester-cli ~]# openvasmd --migrate -v
>>> md   main:  DEBUG:4315:2014-07-09 09h34.09 CDT:    sql: ATTACH DATABASE 
>>> '/var/lib/openvas/scap-data/scap.db' AS scap;
>>> md   main:  DEBUG:4315:2014-07-09 09h34.09 CDT:    sql: ATTACH DATABASE 
>>> '/var/lib/openvas/cert-data/cert.db' AS cert;
>>> md   main:  DEBUG:4315:2014-07-09 09h34.09 CDT:    sql_x: SELECT count (*) 
>>> FROM main.sqlite_master WHERE type = 'table' AND name = 'meta';
>>> md   main:  DEBUG:4315:2014-07-09 09h34.09 CDT:    sql_x end
>>> md   main:  DEBUG:4315:2014-07-09 09h34.09 CDT:    sql_x: SELECT value FROM 
>>> main.meta WHERE name = 'database_version' LIMIT 1;
>>> md   main:  DEBUG:4315:2014-07-09 09h34.09 CDT:    sql_x end
>>> Aborted (core dumped)
>>> 
>>> Any help would be appreciated.
>>> _______________________________________________
>>> Openvas-discuss mailing list
>>> [email protected]
>>> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
> 

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

Reply via email to