-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem With NVT's after installation #62
Comments
Hello! Yes, the same story. Also with CentOS 8 and Ubuntu 22 LTS. |
I believe this is probably from mixing atomic packages with some other packages. But I also had the same issue and what I found was that the sock file atomic expects is in the log above but the systemd file was creating a different sock file. After spending a considerable amount of time looking for where atomic was storing the value, I ended up just doing this to get me back up and running: cd /var/run/ospd ln -s ospd-openvas.sock ospd.sock ls -la sudo -u gvm gvmd --get-scanners sudo -u gvm gvmd --verify-scanner 08b69003-5blah-blah-blah And now starting scans does not have the immediate fails |
Hello! Thanks for your reply. I am using Centos 8 and there is no ospd-openvas.sock on my distro. |
Packages have just been updated to 22.4.1+ are you still running into problems with this? |
Hello! |
Hi,
GSA Version 21.4.3
Rocky Linux 8.6 (Green Obsidian)
Instalation Date: 2022-07-25
I have problem when install GVM with atomic, using rock 9. I also tried using CentOS 8 and Ubuntu 20.04, all with the same symptom.
After installarion using procedure below:
https://github.com/Atomicorp/gvm
After finish installation, CVE's, OVAL, CERT's, are sync normally, but NVT's not show in GUI and Task is not applyed.
Scan Configs are 0 of 0
In LOG view, /var/log/gvm/gvmd.log below:
md manage:WARNING:2022-07-26 14h32.56 UTC:33577: osp_scanner_feed_version: failed to connect to /var/run/ospd/ospd.sock
md manage:WARNING:2022-07-26 14h33.11 UTC:33595: osp_scanner_feed_version: failed to connect to /var/run/ospd/ospd.sock
md manage:WARNING:2022-07-26 14h33.26 UTC:33614: osp_scanner_feed_version: failed to connect to /var/run/ospd/ospd.sock
md manage:WARNING:2022-07-26 14h33.41 UTC:33632: osp_scanner_feed_version: failed to connect to /var/run/ospd/ospd.sock
md manage:WARNING:2022-07-26 14h33.56 UTC:33655: osp_scanner_feed_version: failed to connect to /var/run/ospd/ospd.sock
is anyone else having this problem?
The text was updated successfully, but these errors were encountered: