Am 12.11.2012 18:38, schrieb Michael Meyer: > *** Reindl Harald wrote: >> Am 12.11.2012 16:15, schrieb Michael Meyer: > >> now we are at gnutls problem >> i was there many months ago with OpenVAS4 >> the cert/key-problems may be caused by the followed update to >> openVAS5 in the hope the compatibility vugs are fixed >> >> [root@openvas:/var/log/openvas]$ cat *.log >> lib auth:WARNING:2012-11-12 16h33.00 CET:13948: Authentication >> configuration could not be loaded. >> lib auth:WARNING:2012-11-12 15h33.00 utc:13954: Authentication >> configuration could not be loaded. >> event auth:MESSAGE:2012-11-12 15h33.25 utc:13960: Authentication success for >> user root >> (081c6769-4a35-4521-b28b-a76c1e4e3165) >> lib serv:WARNING:2012-11-12 15h33.25 UTC:13960: openvas_server_connect: >> failed to shake hands with server: A TLS >> packet with unexpected length was received. > > Are you sure, that manager connects to the right scanner port?
pretty sure as long it respects the command line why is TLS used at all if connect to 127.0.0.1 there will be no man in the middle! [root@openvas:~]$ netstat -l Aktive Internetverbindungen (Nur Server) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 13950/gsad tcp 0 0 0.0.0.0:10022 0.0.0.0:* LISTEN 528/sshd tcp 0 0 0.0.0.0:9390 0.0.0.0:* LISTEN 13954/openvasmd tcp 0 0 0.0.0.0:9391 0.0.0.0:* LISTEN 13955/openvassd: wa tcp 0 0 0.0.0.0:9393 0.0.0.0:* LISTEN 13953/openvasad udp 0 0 10.0.0.107:123 0.0.0.0:* 340/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 340/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 340/ntpd [root@openvas:~]$ ps aux | grep openvasmd root 13954 0.0 2.0 157044 20836 ? S 16:32 0:01 /usr/sbin/openvasmd --port=9390 --slisten=127.0.0.1 --sport=9391 >> lib serv:WARNING:2012-11-12 15h33.25 UTC:13960: Failed to shutdown >> server socket: Transport endpoint is not >> connected >> lib serv:WARNING:2012-11-12 15h33.25 UTC:13960: Failed to gnutls_bye: >> GnuTLS internal error. >> [Mon Nov 12 15:33:07 2012][13955] openvassd 3.3.1 started > > I'm also on gnutls 2.12.17-1.fc17_x86_64. > > too see more in openvasmd.log, edit openvasmd_log.conf and set all > "level=127" to "level=128", start the manager with "-v" and try again verbose log attached with contained cleartext password masked
lib auth:WARNING:2012-11-12 21h23.39 CET:14737: Authentication configuration could not be loaded.
md main: INFO:2012-11-12 20h23.39 utc:14739: OpenVAS Manager
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql_x: SELECT value FROM meta WHERE name = 'database_version';
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql_x: SELECT count(*) FROM meta WHERE name = 'nvts_md5sum' OR name = 'nvt_preferences_enabled';
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS agents (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, comment, installer TEXT, installer_64 TEXT, installer_filename, installer_signature_64 TEXT, installer_trust INTEGER, installer_trust_time, howto_install TEXT, howto_use TEXT);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS agents_trash (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, comment, installer TEXT, installer_64 TEXT, installer_filename, installer_signature_64 TEXT, installer_trust INTEGER, installer_trust_time, howto_install TEXT, howto_use TEXT);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS config_preferences (id INTEGER PRIMARY KEY, config INTEGER, type, name, value);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS config_preferences_trash (id INTEGER PRIMARY KEY, config INTEGER, type, name, value);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS configs (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, nvt_selector, comment, family_count INTEGER, nvt_count INTEGER, families_growing INTEGER, nvts_growing INTEGER);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS configs_trash (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, nvt_selector, comment, family_count INTEGER, nvt_count INTEGER, families_growing INTEGER, nvts_growing INTEGER);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS escalator_condition_data (id INTEGER PRIMARY KEY, escalator INTEGER, name, data);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS escalator_condition_data_trash (id INTEGER PRIMARY KEY, escalator INTEGER, name, data);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS escalator_event_data (id INTEGER PRIMARY KEY, escalator INTEGER, name, data);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS escalator_event_data_trash (id INTEGER PRIMARY KEY, escalator INTEGER, name, data);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS escalator_method_data (id INTEGER PRIMARY KEY, escalator INTEGER, name, data);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS escalator_method_data_trash (id INTEGER PRIMARY KEY, escalator INTEGER, name, data);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS escalators (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, comment, event INTEGER, condition INTEGER, method INTEGER);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS escalators_trash (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, comment, event INTEGER, condition INTEGER, method INTEGER);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS lsc_credentials (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, login, password, comment, public_key TEXT, private_key TEXT, rpm TEXT, deb TEXT, exe TEXT);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS lsc_credentials_trash (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, login, password, comment, public_key TEXT, private_key TEXT, rpm TEXT, deb TEXT, exe TEXT);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS meta (id INTEGER PRIMARY KEY, name UNIQUE, value);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS notes (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, nvt, creation_time, modification_time, text, hosts, port, threat, task INTEGER, result INTEGER, end_time);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS nvt_preferences (id INTEGER PRIMARY KEY, name, value);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS nvt_selectors (id INTEGER PRIMARY KEY, name, exclude INTEGER, type INTEGER, family_or_nvt, family);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS nvt_selectors_by_name ON nvt_selectors (name);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS nvt_selectors_by_family_or_nvt ON nvt_selectors (type, family_or_nvt);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS nvts (id INTEGER PRIMARY KEY, oid, version, name, summary, description, copyright, cve, bid, xref, tag, sign_key_ids, category INTEGER, family, cvss_base, risk_factor);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS nvts_by_oid ON nvts (oid);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS nvts_by_name ON nvts (name);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS nvts_by_family ON nvts (family);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS overrides (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, nvt, creation_time, modification_time, text, hosts, port, threat, new_threat, task INTEGER, result INTEGER, end_time);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS port_lists (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, comment);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS port_lists_trash (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, comment);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS port_ranges (id INTEGER PRIMARY KEY, uuid UNIQUE, port_list INTEGER, type, start, end, comment, exclude);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS port_ranges_trash (id INTEGER PRIMARY KEY, uuid UNIQUE, port_list INTEGER, type, start, end, comment, exclude);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS report_host_details (id INTEGER PRIMARY KEY, report_host INTEGER, source_type, source_name, source_description, name, value);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS report_hosts (id INTEGER PRIMARY KEY, report INTEGER, host, start_time, end_time, attack_state, current_port, max_port);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS report_hosts_by_host ON report_hosts (host);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS report_hosts_by_report ON report_hosts (report);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS report_format_param_options (id INTEGER PRIMARY KEY, report_format_param, value);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS report_format_param_options_trash (id INTEGER PRIMARY KEY, report_format_param, value);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS report_format_params (id INTEGER PRIMARY KEY, report_format, name, type INTEGER, value, type_min, type_max, type_regex, fallback);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS report_format_params_trash (id INTEGER PRIMARY KEY, report_format, name, type INTEGER, value, type_min, type_max, type_regex, fallback);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS report_formats (id INTEGER PRIMARY KEY, uuid, owner INTEGER, name, extension, content_type, summary, description, signature, trust INTEGER, trust_time, flags INTEGER);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS report_formats_trash (id INTEGER PRIMARY KEY, uuid, owner INTEGER, name, extension, content_type, summary, description, signature, trust INTEGER, trust_time, flags INTEGER, original_uuid);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS report_results (id INTEGER PRIMARY KEY, report INTEGER, result INTEGER);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS report_results_by_report ON report_results (report);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS report_results_by_result ON report_results (result);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS reports (id INTEGER PRIMARY KEY, uuid, owner INTEGER, hidden INTEGER, task INTEGER, date INTEGER, start_time, end_time, nbefile, comment, scan_run_status INTEGER, slave_progress, slave_task_uuid);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS results (id INTEGER PRIMARY KEY, uuid, task INTEGER, subnet, host, port, nvt, type, description)
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS results_by_host ON results (host);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS results_by_task ON results (task);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE INDEX IF NOT EXISTS results_by_type ON results (type);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS schedules (id INTEGER PRIMARY KEY, uuid, owner INTEGER, name, comment, first_time, period, period_months, duration);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS schedules_trash (id INTEGER PRIMARY KEY, uuid, owner INTEGER, name, comment, first_time, period, period_months, duration);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS slaves (id INTEGER PRIMARY KEY, uuid, owner INTEGER, name, comment, host, port, login, password);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS slaves_trash (id INTEGER PRIMARY KEY, uuid, owner INTEGER, name, comment, host, port, login, password);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS targets (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, hosts, comment, lsc_credential INTEGER, ssh_port, smb_lsc_credential INTEGER, port_range);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS targets_trash (id INTEGER PRIMARY KEY, uuid UNIQUE, owner INTEGER, name, hosts, comment, lsc_credential INTEGER, ssh_port, smb_lsc_credential INTEGER, port_range, ssh_location INTEGER, smb_location INTEGER, port_list_location INTEGER);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS task_files (id INTEGER PRIMARY KEY, task INTEGER, name, content);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS task_escalators (id INTEGER PRIMARY KEY, task INTEGER, escalator INTEGER, escalator_location INTEGER);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS task_preferences (id INTEGER PRIMARY KEY, task INTEGER, name, value);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS tasks (id INTEGER PRIMARY KEY, uuid, owner INTEGER, name, hidden INTEGER, time, comment, description, run_status INTEGER, start_time, end_time, config INTEGER, target INTEGER, schedule INTEGER, schedule_next_time, slave INTEGER, config_location INTEGER, target_location INTEGER, schedule_location INTEGER, slave_location INTEGER, upload_result_count INTEGER);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS task_users (id INTEGER PRIMARY KEY, task INTEGER, user INTEGER, actions INTEGER);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: CREATE TABLE IF NOT EXISTS users (id INTEGER PRIMARY KEY, uuid UNIQUE, name, password, timezone);
md main: DEBUG:2012-11-12 20h23.39 utc:14743: sql: ANALYZE;
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: INSERT OR REPLACE INTO meta (name, value) VALUES ('database_version', '56');
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM users WHERE name = 'om';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM meta WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE meta SET value = 0 WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM nvt_selectors WHERE name = '54b45713-d4f4-4435-b20d-304c175ed8c5' AND type = 0;
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM nvt_selectors WHERE name = '54b45713-d4f4-4435-b20d-304c175ed8c5' AND type = 1 AND family_or_nvt = 'Port scanners';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM nvt_selectors WHERE name = '54b45713-d4f4-4435-b20d-304c175ed8c5' AND type = 2 AND family_or_nvt = '1.3.6.1.4.1.25623.1.0.14259';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM nvt_selectors WHERE name = '54b45713-d4f4-4435-b20d-304c175ed8c5' AND type = 2 AND family_or_nvt = '1.3.6.1.4.1.25623.1.0.100315';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM nvt_selectors WHERE name = '54b45713-d4f4-4435-b20d-304c175ed8c5' AND type = 2 AND family_or_nvt = '1.3.6.1.4.1.25623.1.0.80109';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM configs WHERE name = 'Full and fast';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM configs WHERE name = 'Full and fast ultimate';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM configs WHERE name = 'Full and very deep';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM configs WHERE name = 'Full and very deep ultimate';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM configs WHERE name = 'empty';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM port_lists WHERE uuid = 'c7e03b6c-3bbe-11e1-a057-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM port_lists WHERE uuid = 'fd591a34-56fd-11e1-9f27-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM port_lists WHERE uuid = '730ef368-57e2-11e1-a90f-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM port_lists WHERE uuid = '9ddce1ae-57e7-11e1-b13c-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM port_lists WHERE uuid = '492b72f4-56fe-11e1-98a7-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM port_lists WHERE uuid = '5f2029f6-56fe-11e1-bb94-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM port_lists WHERE uuid = '33d0cd82-57c6-11e1-8ed1-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM port_lists WHERE uuid = '4a4717fe-57d2-11e1-9a26-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM port_lists WHERE uuid = 'ab33f6b0-57f8-11e1-96f5-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM targets WHERE name = 'Localhost';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE targets SET port_range = (SELECT ROWID FROM port_lists WHERE uuid = 'c7e03b6c-3bbe-11e1-a057-406186ea4fc5')
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM tasks WHERE uuid = '343435d6-91b0-11de-9478-ffd71f4c6f29';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM reports WHERE uuid = '343435d6-91b0-11de-9478-ffd71f4c6f30';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE report_formats SET uuid = '5ceff8ba-1f62-11e1-ab9f-406186ea4fc5' WHERE uuid = 'a0704abb-2120-489f-959f-251c9f4ffebd';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE escalator_method_data SET data = '5ceff8ba-1f62-11e1-ab9f-406186ea4fc5' WHERE data = 'a0704abb-2120-489f-959f-251c9f4ffebd';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE report_formats SET uuid = '6c248850-1f62-11e1-b082-406186ea4fc5' WHERE uuid = 'b993b6f5-f9fb-4e6e-9c94-dd46c00e058d';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE escalator_method_data SET data = '6c248850-1f62-11e1-b082-406186ea4fc5' WHERE data = 'b993b6f5-f9fb-4e6e-9c94-dd46c00e058d';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE report_formats SET uuid = '77bd6c4a-1f62-11e1-abf0-406186ea4fc5' WHERE uuid = '929884c6-c2c4-41e7-befb-2f6aa163b458';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE escalator_method_data SET data = '77bd6c4a-1f62-11e1-abf0-406186ea4fc5' WHERE data = '929884c6-c2c4-41e7-befb-2f6aa163b458';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE report_formats SET uuid = '7fcc3a1a-1f62-11e1-86bf-406186ea4fc5' WHERE uuid = '9f1ab17b-aaaa-411a-8c57-12df446f5588';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE escalator_method_data SET data = '7fcc3a1a-1f62-11e1-86bf-406186ea4fc5' WHERE data = '9f1ab17b-aaaa-411a-8c57-12df446f5588';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE report_formats SET uuid = '9ca6fe72-1f62-11e1-9e7c-406186ea4fc5' WHERE uuid = 'f5c2a364-47d2-4700-b21d-0a7693daddab';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE escalator_method_data SET data = '9ca6fe72-1f62-11e1-9e7c-406186ea4fc5' WHERE data = 'f5c2a364-47d2-4700-b21d-0a7693daddab';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE report_formats SET uuid = 'a0b5bfb2-1f62-11e1-85db-406186ea4fc5' WHERE uuid = '1a60a67e-97d0-4cbf-bc77-f71b08e7043d';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE escalator_method_data SET data = 'a0b5bfb2-1f62-11e1-85db-406186ea4fc5' WHERE data = '1a60a67e-97d0-4cbf-bc77-f71b08e7043d';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE report_formats SET uuid = 'a3810a62-1f62-11e1-9219-406186ea4fc5' WHERE uuid = '19f6f1b3-7128-4433-888c-ccc764fe6ed5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE escalator_method_data SET data = 'a3810a62-1f62-11e1-9219-406186ea4fc5' WHERE data = '19f6f1b3-7128-4433-888c-ccc764fe6ed5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE report_formats SET uuid = 'a994b278-1f62-11e1-96ac-406186ea4fc5' WHERE uuid = 'd5da9f67-8551-4e51-807b-b6a873d70e34';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE escalator_method_data SET data = 'a994b278-1f62-11e1-96ac-406186ea4fc5' WHERE data = 'd5da9f67-8551-4e51-807b-b6a873d70e34';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE report_formats SET uuid = 'a684c02c-b531-11e1-bdc2-406186ea4fc5' WHERE uuid = '7fcc3a1a-1f62-11e1-86bf-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE escalator_method_data SET data = 'a684c02c-b531-11e1-bdc2-406186ea4fc5' WHERE data = '7fcc3a1a-1f62-11e1-86bf-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE report_formats SET uuid = 'c402cc3e-b531-11e1-9163-406186ea4fc5' WHERE uuid = 'a0b5bfb2-1f62-11e1-85db-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE escalator_method_data SET data = 'c402cc3e-b531-11e1-9163-406186ea4fc5' WHERE data = 'a0b5bfb2-1f62-11e1-85db-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM report_formats WHERE uuid = '5ceff8ba-1f62-11e1-ab9f-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM report_formats WHERE uuid = '6c248850-1f62-11e1-b082-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM report_formats WHERE uuid = '77bd6c4a-1f62-11e1-abf0-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM report_formats WHERE uuid = 'a684c02c-b531-11e1-bdc2-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM report_formats WHERE uuid = '9ca6fe72-1f62-11e1-9e7c-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM report_formats WHERE uuid = 'c402cc3e-b531-11e1-9163-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM report_formats WHERE uuid = 'a3810a62-1f62-11e1-9219-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT count(*) FROM report_formats WHERE uuid = 'a994b278-1f62-11e1-96ac-406186ea4fc5';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: SELECT ROWID, uuid, run_status FROM tasks WHERE hidden < 2 ORDER BY ROWID ASC;
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: UPDATE reports SET scan_run_status = 12 WHERE scan_run_status = 0 OR scan_run_status = 14 OR scan_run_status = 5 OR scan_run_status = 6 OR scan_run_status = 7 OR scan_run_status = 3 OR scan_run_status = 8 OR scan_run_status = 9 OR scan_run_status = 4 OR scan_run_status = 10 OR scan_run_status = 11;
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: SELECT oid, version, name, summary, description, copyright, cve, bid, xref, tag, sign_key_ids, category, family, cvss_base, risk_factor FROM nvts ORDER BY name ASC;
md main: INFO:2012-11-12 20h23.40 utc:14743: Manager bound to address * port 9390
md main: INFO:2012-11-12 20h23.40 utc:14743: Set to connect to address 127.0.0.1 port 9391
lib auth:WARNING:2012-11-12 20h23.40 utc:14743: Authentication configuration could not be loaded.
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT value FROM meta WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: BEGIN EXCLUSIVE;
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: SELECT tasks.ROWID, tasks.uuid, schedules.ROWID, tasks.schedule_next_time, schedules.period, schedules.period_months, schedules.first_time, schedules.duration, users.uuid, users.name FROM tasks, schedules, users WHERE tasks.schedule = schedules.ROWID AND tasks.hidden = 0 AND tasks.owner = users.ROWID;
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x: SELECT run_status FROM tasks WHERE ROWID = 2;
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.40 utc:14743: sql: COMMIT;
md main: DEBUG:2012-11-12 20h23.50 utc:14743: sql_x: SELECT value FROM meta WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h23.50 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.50 utc:14743: sql: BEGIN EXCLUSIVE;
md main: DEBUG:2012-11-12 20h23.50 utc:14743: sql: SELECT tasks.ROWID, tasks.uuid, schedules.ROWID, tasks.schedule_next_time, schedules.period, schedules.period_months, schedules.first_time, schedules.duration, users.uuid, users.name FROM tasks, schedules, users WHERE tasks.schedule = schedules.ROWID AND tasks.hidden = 0 AND tasks.owner = users.ROWID;
md main: DEBUG:2012-11-12 20h23.50 utc:14743: sql_x: SELECT run_status FROM tasks WHERE ROWID = 2;
md main: DEBUG:2012-11-12 20h23.50 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h23.50 utc:14743: sql: COMMIT;
md main: DEBUG:2012-11-12 20h24.00 utc:14743: sql_x: SELECT value FROM meta WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h24.00 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.00 utc:14743: sql: BEGIN EXCLUSIVE;
md main: DEBUG:2012-11-12 20h24.00 utc:14743: sql: SELECT tasks.ROWID, tasks.uuid, schedules.ROWID, tasks.schedule_next_time, schedules.period, schedules.period_months, schedules.first_time, schedules.duration, users.uuid, users.name FROM tasks, schedules, users WHERE tasks.schedule = schedules.ROWID AND tasks.hidden = 0 AND tasks.owner = users.ROWID;
md main: DEBUG:2012-11-12 20h24.00 utc:14743: sql_x: SELECT run_status FROM tasks WHERE ROWID = 2;
md main: DEBUG:2012-11-12 20h24.00 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.00 utc:14743: sql: COMMIT;
md main: DEBUG:2012-11-12 20h24.10 utc:14743: sql_x: SELECT value FROM meta WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h24.10 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.10 utc:14743: sql: BEGIN EXCLUSIVE;
md main: DEBUG:2012-11-12 20h24.10 utc:14743: sql: SELECT tasks.ROWID, tasks.uuid, schedules.ROWID, tasks.schedule_next_time, schedules.period, schedules.period_months, schedules.first_time, schedules.duration, users.uuid, users.name FROM tasks, schedules, users WHERE tasks.schedule = schedules.ROWID AND tasks.hidden = 0 AND tasks.owner = users.ROWID;
md main: DEBUG:2012-11-12 20h24.10 utc:14743: sql_x: SELECT run_status FROM tasks WHERE ROWID = 2;
md main: DEBUG:2012-11-12 20h24.10 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.10 utc:14743: sql: COMMIT;
md main: DEBUG:2012-11-12 20h24.14 utc:14743: sql_x: SELECT value FROM meta WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h24.14 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.14 utc:14743: sql: BEGIN EXCLUSIVE;
md main: DEBUG:2012-11-12 20h24.14 utc:14743: sql: SELECT tasks.ROWID, tasks.uuid, schedules.ROWID, tasks.schedule_next_time, schedules.period, schedules.period_months, schedules.first_time, schedules.duration, users.uuid, users.name FROM tasks, schedules, users WHERE tasks.schedule = schedules.ROWID AND tasks.hidden = 0 AND tasks.owner = users.ROWID;
md main: DEBUG:2012-11-12 20h24.14 utc:14743: sql_x: SELECT run_status FROM tasks WHERE ROWID = 2;
md main: DEBUG:2012-11-12 20h24.14 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.14 utc:14743: sql: COMMIT;
lib serv: DEBUG:2012-11-12 20h24.14 utc:14752: Shook hands with peer.
md main: DEBUG:2012-11-12 20h24.14 utc:14752: <= client "<authenticat"
md main: DEBUG:2012-11-12 20h24.14 utc:14752: Serving OMP.
md otp: DEBUG:2012-11-12 20h24.14 utc:14752: scanner init state set: 0
md main: DEBUG:2012-11-12 20h24.14 utc:14752: FD_CLIENT_READ
md main: DEBUG:2012-11-12 20h24.14 utc:14752: <= client Input may contain password, suppressed.
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: XML start: authenticate (0)
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: client state set: 2
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: XML start: credentials (2)
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: client state set: 3
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: XML start: username (3)
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: client state set: 5
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: XML text: root
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: XML end: username
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: client state set: 3
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: XML start: password (3)
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: client state set: 4
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: XML text: **********
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: XML end: password
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: client state set: 3
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: XML end: credentials
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: client state set: 2
md omp: DEBUG:2012-11-12 20h24.14 utc:14752: XML end: authenticate
event auth:MESSAGE:2012-11-12 20h24.14 utc:14752: Authentication success for user root (081c6769-4a35-4521-b28b-a76c1e4e3165)
md main: DEBUG:2012-11-12 20h24.14 utc:14752: sql_x: SELECT count(*) FROM users WHERE uuid = '081c6769-4a35-4521-b28b-a76c1e4e3165';
md main: DEBUG:2012-11-12 20h24.14 utc:14752: sql_x end
md main: DEBUG:2012-11-12 20h24.14 utc:14752: sql_x: SELECT timezone FROM users WHERE uuid = '081c6769-4a35-4521-b28b-a76c1e4e3165';
md main: DEBUG:2012-11-12 20h24.14 utc:14752: sql_x end
md omp: DEBUG:2012-11-12 20h24.14 UTC:14752: -> client: <authenticate_response status="200" status_text="OK"><role>Admin</role><timezone>UTC</timezone></authenticate_response>
md omp: DEBUG:2012-11-12 20h24.14 UTC:14752: client state set: 1
lib serv: DEBUG:2012-11-12 20h24.14 UTC:14752: Connected to server on socket 7.
lib serv:WARNING:2012-11-12 20h24.14 UTC:14752: openvas_server_connect: failed to shake hands with server: Error in the push function.
lib serv:WARNING:2012-11-12 20h24.14 UTC:14752: Failed to shutdown server socket: Transport endpoint is not connected
lib serv:WARNING:2012-11-12 20h24.14 UTC:14752: Failed to gnutls_bye: GnuTLS internal error.
md main: DEBUG:2012-11-12 20h24.14 UTC:14752: Cleaning up.
md main: DEBUG:2012-11-12 20h24.14 UTC:14752: Exiting.
md main: DEBUG:2012-11-12 20h24.24 utc:14743: sql_x: SELECT value FROM meta WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h24.24 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.24 utc:14743: sql: BEGIN EXCLUSIVE;
md main: DEBUG:2012-11-12 20h24.24 utc:14743: sql: SELECT tasks.ROWID, tasks.uuid, schedules.ROWID, tasks.schedule_next_time, schedules.period, schedules.period_months, schedules.first_time, schedules.duration, users.uuid, users.name FROM tasks, schedules, users WHERE tasks.schedule = schedules.ROWID AND tasks.hidden = 0 AND tasks.owner = users.ROWID;
md main: DEBUG:2012-11-12 20h24.24 utc:14743: sql_x: SELECT run_status FROM tasks WHERE ROWID = 2;
md main: DEBUG:2012-11-12 20h24.24 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.24 utc:14743: sql: COMMIT;
md main: DEBUG:2012-11-12 20h24.34 utc:14743: sql_x: SELECT value FROM meta WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h24.34 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.34 utc:14743: sql: BEGIN EXCLUSIVE;
md main: DEBUG:2012-11-12 20h24.34 utc:14743: sql: SELECT tasks.ROWID, tasks.uuid, schedules.ROWID, tasks.schedule_next_time, schedules.period, schedules.period_months, schedules.first_time, schedules.duration, users.uuid, users.name FROM tasks, schedules, users WHERE tasks.schedule = schedules.ROWID AND tasks.hidden = 0 AND tasks.owner = users.ROWID;
md main: DEBUG:2012-11-12 20h24.34 utc:14743: sql_x: SELECT run_status FROM tasks WHERE ROWID = 2;
md main: DEBUG:2012-11-12 20h24.34 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.34 utc:14743: sql: COMMIT;
md main: DEBUG:2012-11-12 20h24.44 utc:14743: sql_x: SELECT value FROM meta WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h24.44 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.44 utc:14743: sql: BEGIN EXCLUSIVE;
md main: DEBUG:2012-11-12 20h24.44 utc:14743: sql: SELECT tasks.ROWID, tasks.uuid, schedules.ROWID, tasks.schedule_next_time, schedules.period, schedules.period_months, schedules.first_time, schedules.duration, users.uuid, users.name FROM tasks, schedules, users WHERE tasks.schedule = schedules.ROWID AND tasks.hidden = 0 AND tasks.owner = users.ROWID;
md main: DEBUG:2012-11-12 20h24.44 utc:14743: sql_x: SELECT run_status FROM tasks WHERE ROWID = 2;
md main: DEBUG:2012-11-12 20h24.44 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.44 utc:14743: sql: COMMIT;
md main: DEBUG:2012-11-12 20h24.54 utc:14743: sql_x: SELECT value FROM meta WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h24.54 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.54 utc:14743: sql: BEGIN EXCLUSIVE;
md main: DEBUG:2012-11-12 20h24.54 utc:14743: sql: SELECT tasks.ROWID, tasks.uuid, schedules.ROWID, tasks.schedule_next_time, schedules.period, schedules.period_months, schedules.first_time, schedules.duration, users.uuid, users.name FROM tasks, schedules, users WHERE tasks.schedule = schedules.ROWID AND tasks.hidden = 0 AND tasks.owner = users.ROWID;
md main: DEBUG:2012-11-12 20h24.54 utc:14743: sql_x: SELECT run_status FROM tasks WHERE ROWID = 2;
md main: DEBUG:2012-11-12 20h24.54 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h24.54 utc:14743: sql: COMMIT;
md main: DEBUG:2012-11-12 20h25.04 utc:14743: sql_x: SELECT value FROM meta WHERE name = 'update_nvti_cache';
md main: DEBUG:2012-11-12 20h25.04 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h25.04 utc:14743: sql: BEGIN EXCLUSIVE;
md main: DEBUG:2012-11-12 20h25.04 utc:14743: sql: SELECT tasks.ROWID, tasks.uuid, schedules.ROWID, tasks.schedule_next_time, schedules.period, schedules.period_months, schedules.first_time, schedules.duration, users.uuid, users.name FROM tasks, schedules, users WHERE tasks.schedule = schedules.ROWID AND tasks.hidden = 0 AND tasks.owner = users.ROWID;
md main: DEBUG:2012-11-12 20h25.04 utc:14743: sql_x: SELECT run_status FROM tasks WHERE ROWID = 2;
md main: DEBUG:2012-11-12 20h25.04 utc:14743: sql_x end
md main: DEBUG:2012-11-12 20h25.04 utc:14743: sql: COMMIT;
[Mon Nov 12 20:23:47 2012][14744] openvassd 3.3.1 started
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
