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
When unattended upgrade attempts to update a package that requires conffile prompt, and packages without the conffile prompts, it returns 1.
When unattended upgrade attempts to update a package that requires conffile prompt, it will mark the package to blacklist, then it returns 0.
This is causing flapping in monitoring alerts.
Versions Tested
Tag 2.9.1 (the latest) and earlier: contains this issue.
Master: does not contain this issue.
To Recreate the error
Downgrade a package which does not prompt for conffile during updates (e.g. nginx)
Downgrade a package which prompts for conffile during updates (e.g. cloud-init)
Run unattended-upgrade, then echo $? shows it returned 1
Run unattended-upgrade again, then echo $? shows it returned 0
The text was updated successfully, but these errors were encountered:
Issue
When unattended upgrade attempts to update a package that requires conffile prompt, and packages without the conffile prompts, it returns 1.
When unattended upgrade attempts to update a package that requires conffile prompt, it will mark the package to blacklist, then it returns 0.
This is causing flapping in monitoring alerts.
Versions Tested
Tag 2.9.1 (the latest) and earlier: contains this issue.
Master: does not contain this issue.
To Recreate the error
nginx
)cloud-init
)unattended-upgrade
, thenecho $?
shows it returned 1unattended-upgrade
again, thenecho $?
shows it returned 0The text was updated successfully, but these errors were encountered: