Skip to content
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

I think this one can help you😉 #257

Open
coumbisskante opened this issue Nov 5, 2020 · 1 comment
Open

I think this one can help you😉 #257

coumbisskante opened this issue Nov 5, 2020 · 1 comment

Comments

@coumbisskante
Copy link

I had the same problem and this following page:https://sys-guard.com/post-18431/ helps me to resolve the Problem. It's in Japanese but you can translate into English. Like explained in the link, the prblem is from the files usr/sbin/greenbone-nvt-sync | greenbone-certdata-sync | greenbone-scapdata-sync. The link: feed.openvas.org is not available since 30 September 2020. The link will help you to change it into the new link.😊

@drwetter
Copy link

Thanks! Quickfix:

for f in /usr/sbin/greenbone-certdata-sync /usr/sbin/greenbone-nvt-sync /usr/sbin/greenbone-scapdata-sync; do
     sed -i 's/feed.openvas.org/feed.community.greenbone.net/' $f
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants