This bug was fixed in the package apt - 1.2.10 --------------- apt (1.2.10) unstable; urgency=medium
[ Zhou Mo ] * zh_CN.po: update simplified Chinese translation. (100%) [ Julian Andres Klode ] * test-apt-download-progress: Use a larger file for testing * Allow lowering trust level of a hash via config [ Michael Vogt ] * Use systemd.timer instead of a cron job (Closes: #600262, #709675, #663290) (LP: #246381, #727685) [ David Kalnischkies ] * use buffered writing for InRelease splitting [ Takuma Yamada ] * Japanese program translation update (Closes: 819938) -- Michael Vogt <m...@debian.org> Tue, 05 Apr 2016 20:23:47 +0200 ** Changed in: apt (Ubuntu) Status: Triaged => Fix Released -- 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/246381 Title: APT daily cronjobs hangs, prevents other cronjobs to be executed Status in apt package in Ubuntu: Fix Released Bug description: Hi, I've created a cronjob in /etc/cron.daily (a very simple mysqldump) and have been looking for weeks why it wouldnt execute... Following the advice of a friend I run: sudo su - run-parts --report /etc/cron.daily Which seemed to hang completely. I straced the process, and it seemed it was hanging on the APT cron job; access("/etc/cron.daily/apt", X_OK) = 0 pipe([3, 4]) = 0 pipe([5, 6]) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7db86f8) = 13861 close(4) = 0 close(6) = 0 select(6, [3 5], NULL, NULL, NULL I removed the APT cronjob and now the run-parts works fine... would be worth testing but I wonder if all the cronjobs following /etc/cron.daily/apt are executed properly... Maybe this bug is linked to https://bugs.launchpad.net/ubuntu/+source/apt/+bug/86896 ? I am using Jeos 8.04 built with uvb - tell me if I can provide any additional information, thanks! To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/246381/+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