On 09/13/2016 07:29 AM, [email protected] wrote: > On Tue, Sep 13, 2016, at 06:46, Pascal wrote: >> Maybe the cron job for unattended-updates didn't run when fbx is setup >> via apt install freedombox-setup. > crontab -l lists nothing for either the root user or the primary > non-root user (the only non-root user on the box) > It looks like the apt cron job has been replaced by a systemd timer:
# cat /lib/systemd/system/apt-daily.timer [Unit] Description=Daily apt activities [Timer] OnCalendar=*-*-* 6,18:00 RandomizedDelaySec=12h AccuracySec=1h Persistent=true [Install] WantedBy=timers.target And it looks like it ran recently on my system. But it doesn't seem to run at the scheduled times: # systemctl list-timers --all --no-pager NEXT LEFT LAST PASSED UNIT ACTIVATES 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 n/a n/a Mon 2016-09-12 13:46:28 EDT 18h ago apt-daily.timer apt-daily.service 2 timers listed. I also have packages available for upgrade, but unattended-upgrades hasn't upgraded them yet. Hope that helps, James
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Freedombox-discuss mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
