Hi, Teodor, On Fri, Mar 8, 2013 at 7:50 AM, Teodor MICU <mteo...@gmail.com> wrote:
> 2013/3/7 g0to <amo...@gmail.com>: > > -- Configuration Files: > > /etc/apt/apt.conf.d/50unattended-upgrades changed: > > // Automatically upgrade packages from these origin patterns > > Unattended-Upgrade::Origins-Pattern { > > // Codename based matching: > > // This will follow the migration of a release through different > > // archives (e.g. from testing to stable and later oldstable). > > "o=Debian,n=wheezy"; > > "o=Debian,n=wheezy-updates"; > > "o=Debian,n=wheezy-proposed-updates"; > > "o=Debian,n=wheezy,l=Debian-Security"; > > This config was removed in version 0.79.5 and might not work at all: > > - remove codename based matching example as this needs a newer > python-apt than available in wheezy, thanks to Russell Stuart > I'm currently using 0.79.4, therefore the config change does not affect me, right? > > > // Archive or Suite based matching: > > // Note that this will silently match a different release after > > // migration to the specified archive (e.g. testing becomes the > > // new stable). > > // "o=Debian,a=stable"; > > // "o=Debian,a=stable-updates"; > > // "o=Debian,a=proposed-updates"; > > // "origin=Debian,archive=stable,label=Debian-Security"; > > }; > > Usually this is what you need to enable, plus an extra line if you are > using "testing" or "unstable". > Anyway, my main issue is that the unattended upgrades don't run. If it would be only a config file problem, they would run but with no upgradable candidates. Please, correct me if I'm wrong and thanks for your input. Cheers. > > Cheers >