Comment 2 for bug 218051

Revision history for this message
Dean Loros (autocrosser) wrote : Re: [Bug 218051] Re: Update Manager not updating last time checking repo

Michael Vogt wrote:
> Thanks for your bugreport.
>
> what is the output of:
> $ ls -l /var/lib/apt/periodic/
> $ cat /etc/apt/apt.conf.d/10periodic

Output looks like:

dean@linux:~$ ls -l /var/lib/apt/periodic/
total 0
-rw-r--r-- 1 root root 0 2008-04-07 07:58 update-stamp
-rw-r--r-- 1 root root 0 2008-04-08 18:01 update-success-stamp

dean@linux:~$ cat /etc/apt/apt.conf.d/10periodic
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "0";

Have included a screenshot taken just after dowwloading/installing the
morning updates.

Dean