[Touch-packages] [Bug 1723761] Re: unattended-upgrade hangs on shutdown when network is required for updates

2018-06-27 Thread Launchpad Bug Tracker
This bug was fixed in the package apt - 1.7.0~alpha1 --- apt (1.7.0~alpha1) experimental; urgency=medium [ Julian Andres Klode ] * CMake: Fix builds without zstd * apt.conf.autoremove: Catch some new Ubuntu module packages * Fix build with new gtest (Closes: #897149) *

[Touch-packages] [Bug 1723761] Re: unattended-upgrade hangs on shutdown when network is required for updates

2018-06-25 Thread Julian Andres Klode
** 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

[Touch-packages] [Bug 1723761] Re: unattended-upgrade hangs on shutdown when network is required for updates

2017-10-17 Thread Julian Andres Klode
grr. So we actually need to add an After=network.target there for shutdown. For start up, we actually also need to do the whole network- online dance, meaning <= 1.4.y: After=network-online.target Wants=network-online.target >= 1.5.y: After=network.target network-online.target

[Touch-packages] [Bug 1723761] Re: unattended-upgrade hangs on shutdown when network is required for updates

2017-10-17 Thread Julian Andres Klode
I guess I'll really have to do 1.6~alpha1 finally this week, so I'll put it in there, and after we have verified and migrated the old SRUs, we can do SRUs for stable releases as well (1.2.26, 1.4.9, 1.5.1). This really is the APT problem with the most fixups ever :D :( -- You received this bug

[Touch-packages] [Bug 1723761] Re: unattended-upgrade hangs on shutdown when network is required for updates

2017-10-17 Thread Balint Reczey
There are two modes of running u-u chosen by setting Unattended- Upgrade::InstallOnShutdown to "false" (default) or "true". When InstallOnShutdown is "false" apt's apt-daily-upgrade.service runs u-u thus this service needs to ensure that network is still up, to not break similar packages. Note