I can't omp to connect to my localhost server.
Both client and server are running in the same machine 
under OpenBSD 5.2 amd64.
It just waits indefinitely for a response.
Here's the omp arguments:

# omp -u rgouveia -w rgouveia -v -O
WARNING: Verbose mode may reveal passwords!
Will try to connect to host 127.0.0.1, port 9390...
lib   xml-Message:    asking for 1048576

And the log from openvasmd:

openvasmd.log:
lib  auth:WARNING:2013-04-09 16h23.18 utc :3970: Authentication configuration 
could not be loaded.
lib  serv:  DEBUG:2013-04-09 16h30.28 utc :15187:    Shook hands with peer.
lib  serv:  DEBUG:2013-04-09 16h30.28 utc :15187:    Connected to server on 
socket 6

I'm sure they are connected because there 
is a active socket between them:

# lsof |grep 9390
openvasmd  3970     root    3u    IPv4 0xfffffe806333c940        0t0 TCP *:9390 
(LISTEN)
openvasmd 15187     root    3u    IPv4 0xfffffe806333c940        0t0 TCP *:9390 
(LISTEN)
openvasmd 15187     root    7u    IPv4 0xfffffe80775e46b0        0t0 TCP 
localhost:9390->localhost:38292 (ESTABLISHED)
omp       22374     root    4u    IPv4 0xfffffe806333cb70        0t0 TCP 
localhost:38292->localhost:9390 (ESTABLISHED)

Can that 'Authentication configuration could not be loaded' be an issue?
I read on the archives that was a problem with gnutls in the past.
I'm using gnutls-3.0.21.

Any ideas on how can I further troubleshoot this?
Thanks!


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

Reply via email to