Activity log for bug #1737637

Date Who What changed Old value New value Message
2017-12-11 23:30:47 errors.ubuntu.com bug bridge bug added bug
2017-12-11 23:30:48 errors.ubuntu.com bug bridge bug added subscriber Balint Reczey
2017-12-11 23:32:25 Balint Reczey summary /usr/bin/unattended-upgrade:IsADirectoryError:/usr/bin/unattended-upgrade@1556:main:conffile_prompt Replacing configuration file directory with file breaks unattended-upgrades
2017-12-12 00:06:06 Balint Reczey description The Ubuntu Error Tracker has been receiving reports about a problem regarding unattended-upgrades. This problem was most recently seen with package version 0.98ubuntu1, the problem page at https://errors.ubuntu.com/problem/ed79dbb4e6eba8c7b89fcd7e0cbf60b0db4920ce contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. The Ubuntu Error Tracker has been receiving reports about a problem regarding unattended-upgrades. This problem was most recently seen with package version 0.98ubuntu1, the problem page at https://errors.ubuntu.com/problem/ed79dbb4e6eba8c7b89fcd7e0cbf60b0db4920ce contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. Traceback (most recent call last): File "/usr/bin/unattended-upgrade", line 1556, in <module> main(options) File "/usr/bin/unattended-upgrade", line 1348, in main if conffile_prompt(item.destfile): File "/usr/bin/unattended-upgrade", line 725, in conffile_prompt with open(prefix + conf_file, 'rb') as fp: IsADirectoryError: [Errno 21] Is a directory: '/etc/fonts/conf.avail/65-0-fonts-guru-extra.conf'
2017-12-12 00:08:10 Balint Reczey unattended-upgrades (Ubuntu): status New In Progress
2017-12-12 00:08:12 Balint Reczey unattended-upgrades (Ubuntu): assignee Balint Reczey (rbalint)
2018-02-15 09:21:26 Launchpad Janitor unattended-upgrades (Ubuntu): status In Progress Fix Released
2018-11-30 19:20:54 Balint Reczey description The Ubuntu Error Tracker has been receiving reports about a problem regarding unattended-upgrades. This problem was most recently seen with package version 0.98ubuntu1, the problem page at https://errors.ubuntu.com/problem/ed79dbb4e6eba8c7b89fcd7e0cbf60b0db4920ce contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. Traceback (most recent call last): File "/usr/bin/unattended-upgrade", line 1556, in <module> main(options) File "/usr/bin/unattended-upgrade", line 1348, in main if conffile_prompt(item.destfile): File "/usr/bin/unattended-upgrade", line 725, in conffile_prompt with open(prefix + conf_file, 'rb') as fp: IsADirectoryError: [Errno 21] Is a directory: '/etc/fonts/conf.avail/65-0-fonts-guru-extra.conf' [Impact] * Unattended-upgrades crashes when a package update changes a config dir to a config file. * U-u stops installing security updates when it crashes. [Test Case] (Xenial) * Install an older version of the git package than the one available from xenial-security: # apt install git=1:2.7.4-0ubuntu1 * Change a configuration file to a directory and observe not fixed u-u crashing and fixed u-u installing the update. # mv /etc/bash_completion.d/git-prompt /etc/bash_completion.d/git-prompt.bak # mkdir /etc/bash_completion.d/git-prompt # unattended-upgrade --verbose --dry-run Initial blacklisted packages: Initial whitelisted packages: Starting unattended upgrades script Allowed origins are: ['o=Ubuntu,a=xenial', 'o=Ubuntu,a=xenial-security', 'o=UbuntuESM,a=xenial'] Traceback (most recent call last): File "/usr/bin/unattended-upgrade", line 1485, in <module> main(options) File "/usr/bin/unattended-upgrade", line 1275, in main if conffile_prompt(item.destfile): File "/usr/bin/unattended-upgrade", line 671, in conffile_prompt with open(prefix + conf_file, 'rb') as fb: IsADirectoryError: [Errno 21] Is a directory: '/etc/bash_completion.d/git-prompt' # fixed u-u: # unattended-upgrade --verbose --dry-run ... Unpacking git (1:2.17.1-1ubuntu0.4) over (1:2.17.1-1ubuntu0.3) ... dpkg: warning: git: conffile '/etc/bash_completion.d/git-prompt' is not a plain file or symlink (= '/etc/bash_completion.d/git-prompt') Setting up git (1:2.17.1-1ubuntu0.4) ... dpkg: warning: git: conffile '/etc/bash_completion.d/git-prompt' is not a plain file or symlink (= '/etc/bash_completion.d/git-prompt') ... [Regression Potential] * As a known and demonstrated regression configuration files replaced with directories by the local administrator are overwritten and this is dpkg's default behavior. The same thing would happen when applying the security update using apt, and this is still better than skipping the security update. [Original Bug Text] The Ubuntu Error Tracker has been receiving reports about a problem regarding unattended-upgrades. This problem was most recently seen with package version 0.98ubuntu1, the problem page at https://errors.ubuntu.com/problem/ed79dbb4e6eba8c7b89fcd7e0cbf60b0db4920ce contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. Traceback (most recent call last):   File "/usr/bin/unattended-upgrade", line 1556, in <module>     main(options)   File "/usr/bin/unattended-upgrade", line 1348, in main     if conffile_prompt(item.destfile):   File "/usr/bin/unattended-upgrade", line 725, in conffile_prompt     with open(prefix + conf_file, 'rb') as fp: IsADirectoryError: [Errno 21] Is a directory: '/etc/fonts/conf.avail/65-0-fonts-guru-extra.conf'
2018-12-03 17:13:13 Brian Murray nominated for series Ubuntu Xenial
2018-12-03 17:13:13 Brian Murray bug task added unattended-upgrades (Ubuntu Xenial)
2018-12-03 19:17:59 Brian Murray unattended-upgrades (Ubuntu Xenial): status New Fix Committed
2018-12-03 19:18:02 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2018-12-03 19:18:04 Brian Murray bug added subscriber SRU Verification
2018-12-03 19:18:07 Brian Murray tags artful artful verification-needed verification-needed-xenial
2019-04-05 15:31:21 Balint Reczey tags artful verification-needed verification-needed-xenial artful verification-done verification-done-xenial
2019-04-25 10:50:00 Launchpad Janitor unattended-upgrades (Ubuntu Xenial): status Fix Committed Fix Released