Quantcast
Channel: Veeam Support Knowledge Base
Viewing all articles
Browse latest Browse all 4362

Error: ".NET (`dotnet-`) must be added to the blacklist to prevent unattended upgrades that could impact the availability of the Linux proxy."

$
0
0

Error: ".NET (`dotnet-`) must be added to the blacklist to prevent unattended upgrades that could impact the availability of the Linux proxy."

KB ID: 4658
Product: Veeam Backup for Microsoft 365 | 8
Published: 2024-09-19
Last Modified: 2024-09-25

Challenge

Attempting to add a Linux-base proxy in Veeam Backup for Microsoft 365 fails with the error:

Error: .NET (`dotnet-`) must be added to the blacklist to prevent unattended upgrades that could impact the availability of the Linux proxy.
Error

Cause

This error occurs when the proxy deployment process detects that dotnet- has not been excluded from unattended-upgrades.

Per Veeam Backup for Microsoft 365 documentation:

On Linux-based backup proxy servers, unattended-upgrades of .NET can impact a backup proxy server's availability. To prevent unattended-upgrades:

  • On Ubuntu hosts, .NET (dotnet-) must be added to the blacklist.
  • On Red Hat hosts, .NET (dotnet-*) must be added to the excludepkgs list.

Solution

For Ubuntu-based Proxy

  1. Connect to the Ubuntu-based Linux machine via SSH.
  2. Run the following command to confirm that dotnet has not been excluded from unattended-upgrades:
apt-config dump | grep 'Unattended-Upgrade::Package-Blacklist:: "dotnet-\?"'
  1. If no results are shown, run the following command to add "dotnet-"; to the /etc/apt/apt.conf.d/50unattended-upgrades file.
sudo sed -i '/^Unattended-Upgrade::Package-Blacklist {/a\        "dotnet-";' /etc/apt/apt.conf.d/50unattended-upgrades
edit

For RHEL-based Proxy

  1. Connect to the RHEL-based Linux machine via SSH.
  2. Run the following command to confirm that dotnet has not been excluded from unattended-upgrades:
grep '^excludepkgs=.*dotnet-*' /etc/dnf/dnf.conf
  1. If no results are shown,  add the following line to /etc/dnf/dnf.conf file.
excludepkgs=dotnet-*
RHEL
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Viewing all articles
Browse latest Browse all 4362

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>