Did a PS on one of these systems this morning. Found some shenanigans. root 3380 1 0 08:25 ? 00:00:00 /bin/sh /usr/lib/apt/apt.systemd.daily install root 3384 3380 0 08:25 ? 00:00:00 /bin/sh /usr/lib/apt/apt.systemd.daily lock_is_held install root 3415 3384 99 08:25 ? 00:00:09 /usr/bin/python3 /usr/bin/unattended-upgrade
Grep for "updates" yielded this: $ ps -ef | grep upgrade root 1182 1 0 08:22 ? 00:00:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal root 3415 3384 14 08:25 ? 00:00:22 /usr/bin/python3 /usr/bin/unattended-upgrade root 5356 3415 1 08:27 ? 00:00:00 /usr/bin/python3 /usr/bin/unattended-upgrade After I killed 3415 I was able to get the apt lock and proceed with a manual `sudo apt-get upgrade` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1834226 Title: update-notifier doesn't respect "automatically check for updates: Never" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1834226/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
