Hello all, I’m a condor neophyte and have been playing around with some test setups to get the hang of it. I’m running condor on Ubuntu 20.04.3 LTS and my simply environment consisted of a submit / central manager node and 3 execute nodes, all installed
via the getcondor script method. Today I ran updates on those machines to install the latest patches and condor disappeared from all of them. Looking at dpkg.log in /var/log I can see the notes of it getting uninstalled, but I have no idea why. Is this something else anyone
else has run into? Obviously having this happen in production would be a bad thing™ so I’d like to know what exactly happened but I’m not sure where to start. If anyone else has had this happen or knows a good place to look for artifacts of the uninstall,
that would be great. I used Ansible to run the updates, so I don’t have the full command output of apt as it was run, just a list of packages updated, which looks fairly benign: ok: [compute01.genetics.wisc.edu] => { "result.stdout_lines": [ "upgrade python3-pil:amd64 7.0.0-4ubuntu0.4", "upgrade firefox:amd64 95.0.1+build2-0ubuntu0.20.04.1", "upgrade ubuntu-advantage-tools:amd64 27.4.2~20.04.1", "upgrade linux-firmware:all 1.187.24", "upgrade libclassad15:amd64 9.4.0-1.1" ] } ok: [pxetest.genetics.wisc.edu] => { "result.stdout_lines": [ "upgrade firefox:amd64 95.0.1+build2-0ubuntu0.20.04.1", "upgrade ubuntu-advantage-tools:amd64 27.4.2~20.04.1", "upgrade linux-firmware:all 1.187.24", "upgrade libclassad15:amd64 9.4.0-1.1" ] } ok: [submit.genetics.wisc.edu] => { "result.stdout_lines": [ "upgrade libnss-systemd:amd64 245.4-4ubuntu3.14", "upgrade systemd-timesyncd:amd64 245.4-4ubuntu3.14", "upgrade systemd-sysv:amd64 245.4-4ubuntu3.14", "upgrade libpam-systemd:amd64 245.4-4ubuntu3.14", "upgrade systemd:amd64 245.4-4ubuntu3.14", "upgrade libsystemd0:amd64 245.4-4ubuntu3.14", "upgrade udev:amd64 245.4-4ubuntu3.14", "upgrade libudev1:amd64 245.4-4ubuntu3.14", "upgrade ubuntu-advantage-tools:amd64 27.4.2~20.04.1", "upgrade linux-firmware:all 1.187.24", "upgrade libclassad15:amd64 9.4.0-1.1" ] } ok: [exectest.genetics.wisc.edu] => { "result.stdout_lines": [ "upgrade ubuntu-advantage-tools:amd64 27.4.2~20.04.1", "upgrade firefox:amd64 95.0.1+build2-0ubuntu0.20.04.1", "upgrade linux-firmware:all 1.187.24", "upgrade libclassad15:amd64 9.4.0-1.1" ] } Thanks very much, and if anyone has any ideas or would like more information, please let me know! -Nils Nils Irland IT Manager, Laboratory of Genetics, UW-Madison 608-263-9898 Working remotely Tuesday and Thursday |