You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update manager can only be stopped by removing it:
sudo apt purge update-manager-core
You can NOT disable automatic update for snaps. You can set the period when it updates with snap set core refresh.schedule= but the system will ignore this is if it took too long to update snaps and that would be within 24 hours. This will remove anything snap related:
A less intrusive method would be to prevent connection to the server by adding a DENY to your firewall rules (or in the router). To disable the systemd service would be ...
sudo systemctl disable snapd.refresh.service
but that too seems to ignore the 24 hour period.
Regarding snaps:
The agreed semantics to be implemented are the following:
Refreshes may be scheduled at an arbitrary weekday and time within the month (e.g. second Tuesday between 1pm and 2pm).
Refreshes may be deferred for up to another month so that missed windows and re-scheduling may happen without strange side effects. For example, if it was scheduled for the first day, and then gets scheduled for the end of the month just before it happens, there may effectively be a two months window without refreshes.
If the system remains out-of-date after the two months window, the system will start attempting to refresh out of the window.
That maximum window is reset every time the system is refreshed, so out-of-band updates may performed at a convenient maintenance window.
So a window of 2 months is possible if you do not reboot.
I do disagree with your way of thinking though. Except for contest (and that one is not active) all of these are about fixing bugs and providing better content. You will make your system LESS secure by disabling these options.
The text was updated successfully, but these errors were encountered:
Opt out of the ubuntu-report mechanism, by running sudo ubuntu-report -f send no.
Opt out of the package popularity contest, by editing /etc/popularity-contest.conf and changing the value of PARTICIPATE to no.
Opt out of automatic bug reports by visiting system settings (via the upper right corner menu), then Privacy, then Problem Reporting, and then unchecking Automatic Problem Reporting.
BradleyA
changed the title
Incident Report - Ubuntu 16-8.04 - disable Ubuntu 16-8.04 snap and other upgrade software
Incident Report - Ubuntu 16.04-18.04 - disable Ubuntu 16.04-18.04 snap and other upgrade software
Jun 19, 2020
BradleyA
added
OS Changes
and removed
bug
Something isn't working, an incident requiring resources for assessment and resolution.
labels
Jun 21, 2020
BradleyA
changed the title
Incident Report - Ubuntu 16.04-18.04 - disable Ubuntu 16.04-18.04 snap and other upgrade software
Comment - Ubuntu 16.04-18.04 - disable Ubuntu 16.04-18.04 snap and other upgrade software
Jun 23, 2020
BradleyA
changed the title
Comment - Ubuntu 16.04-18.04 - disable Ubuntu 16.04-18.04 snap and other upgrade software
Comment - Ubuntu 16.04-18.04 - disable snap and other upgrade software
Jun 23, 2020
Tell us about your incident:
A clear and concise description, 'what is your incident?'
Expected results:
A clear and concise description of what results you expected.
Popularity contest is disabled by default. You can check and disable it with:
sudo dpkg-reconfigure popularity-contest
You can do ...
sudo apt remove popularity-contest
to remove it too.
Disable apt-daily.service:
sudo systemctl stop apt-daily.timer
sudo systemctl disable apt-daily.timer
sudo systemctl disable apt-daily.service
sudo systemctl stop apt-daily-upgrade.timer
sudo systemctl disable apt-daily-upgrade.timer
sudo systemctl disable apt-daily-upgrade.service
One-liner from @muru <3:
sudo systemctl disable --now apt-daily{,-upgrade}.{timer,service}
Disable unattended upgrade:
sudo dpkg-reconfigure -plow unattended-upgrades
Update manager can only be stopped by removing it:
sudo apt purge update-manager-core
You can NOT disable automatic update for snaps. You can set the period when it updates with snap set core refresh.schedule= but the system will ignore this is if it took too long to update snaps and that would be within 24 hours. This will remove anything snap related:
sudo apt purge snapd ubuntu-core-launcher squashfs-tools
A less intrusive method would be to prevent connection to the server by adding a DENY to your firewall rules (or in the router). To disable the systemd service would be ...
sudo systemctl disable snapd.refresh.service
but that too seems to ignore the 24 hour period.
Regarding snaps:
The agreed semantics to be implemented are the following:
So a window of 2 months is possible if you do not reboot.
I do disagree with your way of thinking though. Except for contest (and that one is not active) all of these are about fixing bugs and providing better content. You will make your system LESS secure by disabling these options.
The text was updated successfully, but these errors were encountered: