Hey, Jay.
1.
Yes, anacron is installed
2. Does /etc/apt/apt.conf.d/02periodic exist?
Yes. Here's it contents:
Code: Select all
// Settings shown below are from the /usr/lib/apt/apt.systemd.daily script.
// All settings except 'APT::Periodic::CleanInterval' are also found in the
// Debian Jessie /etc/cron.daily/apt script.
// APT::Archives::MaxAge "0";
// APT::Archives::MaxSize "0";
// APT::Archives::MinAge "2";
APT::Periodic::AutocleanInterval "7";
// APT::Periodic::BackupArchiveInterval "0";
// APT::Periodic::BackupLevel "3";
// APT::Periodic::CleanInterval "0";
APT::Periodic::Download-Upgradeable-Packages "0";
// APT::Periodic::Download-Upgradeable-Packages-Debdelta "1";
APT::Periodic::Enable "1";
// APT::Periodic::MaxAge "0";
// APT::Periodic::MaxSize "0";
// APT::Periodic::MinAge "2";
APT::Periodic::Unattended-Upgrade "0";
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Verbose "3";
// Dir::Cache::Archives "archives/";
// Dir::Cache::Backup "backup/";
3.
Yes, /etc/cron.daily/1-quick-live-update exists. It's pointing to '/usr/share/apt-notifier/1-quick-live-update' like it should.
So, here's something possibly significant: Last week, on 25 Sept I downloaded the latest MX-19 Beta 2.1 x64 iso and used it to install to another system I have. Everything went well, and the mx-updater tray icon IS working like it's supposed to (checking in the background and lighting up green to tell the user updates are available) in this newer install.
The other system where mx-updater (in the tray) is not working like it is supposed to, where it requires a user to manually check to see if any updates are available, that system was originally installed from the very first MX-19 Beta ISO released months ago. But it has been faithfully updated, nothing added to the system (
I use it stock, as I noted in my previous message), but somehow still the mx-updater is broken there (this occurred after an update a week and a half ago).
Weird thing is, I copied those files you mentioned from the problem MX install, then went to the other newer MX install where mx-updater is working correctly, and ran "Diff" checking for any differences in the files. Well, there are no differences in any of the files. So I am a bit lost as to why mx-updater is not functioning correctly in the original MX-19 Beta install system where it was always faithfully updated using mx-updater tray icon.
Anyhow, don't want to fool with this any longer and have decided to delete the problem MX install (
which is no problem since I keep my Documents, Downloads, Pictures, Videos and Music home folders on another partition). I will re-install with the 25 Sept ISO, and I should be good to go.
Thanks for your reply.