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

Focal: securedrop-app-code package held back by unattended-upgrades #5849

Closed
emkll opened this issue Mar 5, 2021 · 1 comment · Fixed by #5852 or #5855
Closed

Focal: securedrop-app-code package held back by unattended-upgrades #5849

emkll opened this issue Mar 5, 2021 · 1 comment · Fixed by #5852 or #5855

Comments

@emkll
Copy link
Contributor

emkll commented Mar 5, 2021

Description

securedrop-app-code is not upgraded by unattended-upgrades due to a conffile conflct:

/var/log/unattended-upgrades/unattended-upgrades.log states

package has been backlisted due to conffile promts: [securedrop-app-code]

manual upgrade confirms
/var/www/securedrop/static/i/logo.png is set as a conffile, which means the package will not override what is served by the package

Steps to Reproduce

Please specify your environment if that is necessary to reproduce the bug (if in
doubt, include it).

Expected Behavior

securedrop-app-code should be upgraded

Actual Behavior

securedrop-app-code is not upgraded

Comments

We should add to the unattended-upgrades config:

Dpkg::Options "force-confdef";
Dpkg::Options "force-confold";
@zenmonkeykstop
Copy link
Contributor

Reopening as per discussion, options should be formatted like:



Dpkg::Options  {
    "--force-confdef";
    "--force-confold";
};

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