Hello there,
i hope this has not been posted before. I am running OpenVAS9 on Ubuntu Bionic. I tried to create a user with the following command: omp --username xxxxxx --xml=’<create_user>demodemo</create_user>’
after i entered a password the output is: " Failed to acquire socket".
How can i solve this? I dont understand whats preventing to get a socket.
Hello,
i solved by simply saying the manager has to listen at 0.0.0.0 on port 9390
“openvasms -a 0.0.0.0 -p 9390”
still i get this error when i try to reach openVAS from my nagios side. Has anyone an idea why this error “failed to acquire socket” occurs, everytime i try an omp command from my nagios?
@bricks Thank you for the information, i will update my system and go for GVM11.
I took a look about chapter 18 “connecting GSM to other system”, i think this is what i need exactly to get openVAS connected to my nagios system (check_mk)?