| A customer (Australian National University) is using PE to automate patching on Ubuntu 20.04. Their issue was that facts "apt_package_security_updates and apt_package_updates" were empty instead of detailing the packages that required updating, hence no patches were being applied. It turns out that the customer had a broken package. However facter returned a blank. The customer maintains that facter should at least highlight an error so that it can be investigated. The support case that references this is #50815 The apt package runs the following apt command apt-get -s -o Debug::NoLocking=true upgrade The customer's output is listed below ....... root@RSB-061244:/etc/apt/sources.list.d# /usr/bin/apt-get -s -o Debug::NoLocking=true upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libnvidia-compute-515-server : Breaks: libnvidia-compute-515-server:i386 (!= 515.65.01-0ubuntu0.20.04.1) but 515.86.01-0ubuntu0.20.04.2 is to be installed libnvidia-compute-515-server:i386 : Breaks: libnvidia-compute-515-server (!= 515.86.01-0ubuntu0.20.04.2) but 515.65.01-0ubuntu0.20.04.1 is to be installed libnvidia-decode-515-server : Breaks: libnvidia-decode-515-server:i386 (!= 515.65.01-0ubuntu0.20.04.1) but 515.86.01-0ubuntu0.20.04.2 is to be installed libnvidia-decode-515-server:i386 : Breaks: libnvidia-decode-515-server (!= 515.86.01-0ubuntu0.20.04.2) but 515.65.01-0ubuntu0.20.04.1 is to be installed libnvidia-encode-515-server : Breaks: libnvidia-encode-515-server:i386 (!= 515.65.01-0ubuntu0.20.04.1) but 515.86.01-0ubuntu0.20.04.2 is to be installed libnvidia-encode-515-server:i386 : Breaks: libnvidia-encode-515-server (!= 515.86.01-0ubuntu0.20.04.2) but 515.65.01-0ubuntu0.20.04.1 is to be installed libnvidia-fbc1-515-server : Breaks: libnvidia-fbc1-515-server:i386 (!= 515.65.01-0ubuntu0.20.04.1) but 515.86.01-0ubuntu0.20.04.2 is to be installed libnvidia-fbc1-515-server:i386 : Breaks: libnvidia-fbc1-515-server (!= 515.86.01-0ubuntu0.20.04.2) but 515.65.01-0ubuntu0.20.04.1 is to be installed libnvidia-gl-515-server : Breaks: libnvidia-gl-515-server:i386 (!= 515.65.01-0ubuntu0.20.04.1) but 515.86.01-0ubuntu0.20.04.2 is to be installed libnvidia-gl-515-server:i386 : Breaks: libnvidia-gl-515-server (!= 515.86.01-0ubuntu0.20.04.2) but 515.65.01-0ubuntu0.20.04.1 is to be installed E: Broken packages |