[Bug 1731636] Re: daily unattended upgrade does not recover from interrupted dpkg run (regression)

2017-11-13 Thread Ernst Kloppenburg
you are right, Julian, I am sorry. The behaviour has not changed at all compared to previous ubuntu releases. In my case there was the dpkg inconsistency, requiring execution of 'dpkg --configure -a' But at the same time there was some dependency problem which required calling 'apt -f install'

[Bug 1731636] Re: daily unattended upgrade does not recover from interrupted dpkg run (regression)

2017-11-11 Thread Julian Andres Klode
from precise (12.04): # check if we can lock the cache and if the cache is clean if which apt-get >/dev/null && ! eval apt-get check -f $XAPTOPT $XSTDERR ; then debug_echo "error encountered in cron job with \"apt-get check\"." exit 0 fi I also verified that the implementation has not

[Bug 1731636] Re: daily unattended upgrade does not recover from interrupted dpkg run (regression)

2017-11-11 Thread Julian Andres Klode
I can't follow. The apt-get check check has been there since 2007, and the check is the same since 2004. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1731636 Title: daily unattended upgrade does