** Changed in: apt (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1723761
Title: unattended-upgrade hangs on shutdown when network is required for updates Status in apt package in Ubuntu: In Progress Status in unattended-upgrades package in Ubuntu: Fix Released Bug description: Recently an update for flashplugin-installer on xenial was available in the ubuntu repositories. During the installation of this package a blob is downloaded from Adobe servers, which requires network connectivity/internet access. Because the network interface(s) have already stopped when this package is installed, the server cannot be reached, thus blocking the shutdown process until a timeout kills the unattended-upgrades process. On my machines the shutdown takes about 30 minutes in this case. The systemd configuration is standard here, except for a few additional services. A possible fix could be adding After=network-online.target NetworkManager-wait-online.service to After= in the systemd unit file. As a workaround I pinned the flashplugin-installer to -1: #echo >/etc/apt/preferences.d/forbid_flashplugin "\ Package: flashplugin-installer Pin: release * Pin-Priority: -1"; To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1723761/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp