I realized I was probably seeing version skew between openvas-libraries and openvas-manager, so I tried to update everything to svn revision 7230.
openvas-scanner failed to build at that rev. It complains about undefined reference to `hosts_resume_all' and `hosts_pause_all' So I left openvas-scanner at the 3.0.2 released version. But, trying to actually start a job through GSA still produces sqlite errors in the openvasmd log: md main: DEBUG:2010-04-07 18h44.11 utc :2591: sql: SELECT oid, version, name, summary, description, copyright, cve, bid, xref, tag, sign_key_ids, category, family FROM nvts WHERE family = 'Service detection' EXCEPT SELECT oid, version, nvts.name, summary, description, copyright, cve, bid, xref, tag, sign_key_ids, category, nvts.family FROM nvt_selectors, nvts WHERE nvts.family = 'Service detection' AND nvt_selectors.name = '54b45713-d4f4-4435-b20d-304c175ed8c5' AND nvt_selectors.family = 'Service detection' AND nvt_selectors.type = 2 AND nvt_selectors.exclude = 1 AND nvts.oid == nvt_selectors.family_or_nvt ORDER BY nvts.name ASC; md main:WARNING:2010-04-07 18h44.11 utc :2591: init_iterator: sqlite3_prepare failed: ORDER BY term number 1 does not match any result column feed sync and openvasmd --update seems to run without problems. I'm not really sure what's up. seph seph <[email protected]> writes: > seph <[email protected]> writes: > >> Yeah, I have the om user. Things seem to talk. I just found a thread >> from last month with the subject "gsa: How to really start a scan job?" >> which points at there being a version skew between GSA and >> openvas-manager. > > This rathole keeps getting deeper. I get sqlite errors between the beta5 > released versions, but the current trunk doesn't build cleanly: > > /var/tmp/openvas-manager/openvas-manager/src/manage.c: In function > 'manage_schedule': > /var/tmp/openvas-manager/openvas-manager/src/manage.c:2010: warning: implicit > declaration of function 'omp_resume_or_start_task' > > So what versions should I be using? > > seph > _______________________________________________ > Openvas-discuss mailing list > [email protected] > http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss _______________________________________________ Openvas-discuss mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss
