unattended-upgrades not working on 9.10?

Steve yorvik.ubunto at googlemail.com
Fri Apr 2 13:30:16 UTC 2010


On Fri, 02 Apr 2010 14:15:30 +0100, Josef Wolf <jw at raven.inka.de> wrote:

> Hello,
>
> I have installed the unattended-upgrades packages and configured apt to  
> do
> automatic upgrades:
>
>    jw at raven:~ $ cat /etc/apt/apt.conf
>    APT::Periodic::Enable 1;
>    APT::Periodic::Update-Package-Lists 1;
>    APT::Periodic::Download-Upgradeable-Packages 1;
>    APT::Periodic::AutocleanInterval 1;
>    APT::Periodic::Unattended-Upgrade 1;
>    APT::Periodic::MaxAge 365;
>    APT::Periodic::MaxSize 256;
>    APT::Periodic::MinAge 60;
>    DPkg::Pre-Invoke {"/bin/mount -o remount,exec /tmp; /bin/mount  
> /boot";};
>    DPkg::Post-Invoke {"/bin/mount -o remount /tmp; /bin/umount /boot";};
>
<snip>
>
> Any ideas?
>
Wouldn’t these two lines be better this way round.
APT::Periodic::Unattended-Upgrade 1;
APT::Periodic::AutocleanInterval 1;

-- 
Steve (Yorvyk)
http://www.lubuntu.net




More information about the ubuntu-users mailing list