Lukas
October 7, 2020, 5:31pm
2
Please update your software, esp. the gvmd. As you noticed the old legacy feed server is turned off. Additional do not run any feed-sync as root as you do.
The scap and certdata sync is only a wrapper for the feed-snyc so you are calling the wrong script.
Archive
Feed Services (GCF & GSF)
Currently our synchronization routines for the Greenbone Community Feed (GCF) use two URLs for RSYNC: feed.openvas.org and feed.community.greenbone.net. We are in the process to unify all sync scripts to only use the latter and shut down the URL...
Reading time: 1 mins 🕑
Likes: 11 ❤
#!/bin/sh
# Copyright (C) 2011-2022 Greenbone AG
#
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# This script synchronizes a GVM installation with the
# feed data from either the Greenbone Security Feed (in
This file has been truncated. show original
#!/bin/sh
# Copyright (C) 2011-2022 Greenbone AG
#
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# This script synchronizes a GVM installation with the
# feed data from either the Greenbone Security Feed (in
This file has been truncated. show original