Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu templates have unattended upgrade installed by default #4285

Closed
unman opened this issue Sep 7, 2018 · 3 comments
Closed

Ubuntu templates have unattended upgrade installed by default #4285

unman opened this issue Sep 7, 2018 · 3 comments

Comments

@unman
Copy link
Member

unman commented Sep 7, 2018

Qubes OS version:

R4.0

Affected component(s):

Ubuntu templates


Steps to reproduce the behavior:

Install Ubuntu Template

Expected behavior:

Qubes and templates will not update themselves.

Actual behavior:

Unattended upgrades installed by default.
apt-get timers triggered on qube start.

General notes:

Obviously related to #2621 - may be that purging package and applying config solution is best.


Related issues:

#2621

@adrelanos
Copy link
Member

Why does unattended-upgrades get installed in the first place?

The idea: if it doesn't get installed in the first place it doesn't need to be purged later. A cleaner solution.

@marmarek
Copy link
Member

I guess it's recommended by some other package. https://packages.ubuntu.com/xenial/unattended-upgrades doesn't have reverse dependencies, @unman can you check on installed system what pulled it in?

@unman
Copy link
Member Author

unman commented Sep 16, 2018

It's pulled in by python3-software-properties, which is a dependency of software-properties-common, part of the Ubuntu package management system.
As I indicated in the title, it's installed and enabled by default in a standard Ubuntu (post Xenial) install. In this case I think it's best to override the distribution default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants