[SOLVED] Disable daily apt update

mtis

New Member
Apr 1, 2024
8
1
3
I have an offline proxmox environment. I use the offline mirror tool when I need to update the system. This is held on external media and is only occasionally attached and reachable by the nodes. How do I stop the daily check as it’s polluting the task log with failed tasks each night? I’ve tried disabling the apt-daily.timer and apt-daily-update.timer but no joy.

Thanks.
 
You probably want systemctl stop (stops current run) & sytemctl disable (disables being reloaded on reboot) on ALL the above timers. For good measure also do a systemctl daemon-reload afterwards.