<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 09/13/2016 07:29 AM, <a class="moz-txt-link-abbreviated"
      href="mailto:znoteer@hailmail.net">znoteer@hailmail.net</a> wrote:<br>
    <blockquote
cite="mid:1473766180.2364306.724162337.7CD294BB@webmail.messagingengine.com"
      type="cite">
      <pre wrap="">On Tue, Sep 13, 2016, at 06:46, Pascal wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Maybe the cron job for unattended-updates didn't run when fbx is setup
via apt install freedombox-setup.
</pre>
      </blockquote>
      <pre wrap="">crontab -l lists nothing for either the root user or the primary
non-root user (the only non-root user on the box)

</pre>
    </blockquote>
    It looks like the apt cron job has been replaced by a systemd timer:<br>
    <br>
    # cat /lib/systemd/system/apt-daily.timer <br>
    [Unit]<br>
    Description=Daily apt activities<br>
    <br>
    [Timer]<br>
    OnCalendar=*-*-* 6,18:00<br>
    RandomizedDelaySec=12h<br>
    AccuracySec=1h<br>
    Persistent=true<br>
    <br>
    [Install]<br>
    WantedBy=timers.target<br>
    <br>
    <br>
    And it looks like it ran recently on my system. But it doesn't seem
    to run at the scheduled times:<br>
    <br>
    # systemctl list-timers --all --no-pager<br>
    NEXT                         LEFT     LAST                        
    PASSED  UNIT                         ACTIVATES<br>
    Tue 2016-09-13 18:50:25 EDT  10h left Mon 2016-09-12 18:50:25 EDT 
    13h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service<br>
    n/a                          n/a      Mon 2016-09-12 13:46:28 EDT 
    18h ago apt-daily.timer              apt-daily.service<br>
    <br>
    2 timers listed.<br>
    <br>
    <br>
    I also have packages available for upgrade, but unattended-upgrades
    hasn't upgraded them yet.<br>
    <br>
    Hope that helps,<br>
    James<br>
  </body>
</html>