Activity log for bug #1780501

Date Who What changed Old value New value Message
2018-07-06 22:52:56 Brian Murray bug added bug
2018-07-09 15:11:30 Brian Murray bug task added vte2.91 (Ubuntu)
2018-07-09 15:11:38 Brian Murray vte2.91 (Ubuntu): status New Triaged
2018-07-09 15:11:41 Brian Murray vte2.91 (Ubuntu): importance Undecided High
2018-07-09 15:11:52 Brian Murray tags cosmic rls-cc-incoming cosmic regression-update rls-cc-incoming
2018-07-10 17:30:52 Brian Murray vte2.91 (Ubuntu): assignee Iain Lane (laney)
2018-07-10 17:31:11 Brian Murray nominated for series Ubuntu Bionic
2018-07-10 17:31:11 Brian Murray bug task added ubuntu-release-upgrader (Ubuntu Bionic)
2018-07-10 17:31:11 Brian Murray bug task added vte2.91 (Ubuntu Bionic)
2018-07-10 17:31:21 Brian Murray ubuntu-release-upgrader (Ubuntu Bionic): status New Invalid
2018-07-10 17:31:48 Brian Murray vte2.91 (Ubuntu Bionic): status New Triaged
2018-07-11 08:09:36 Egmont Koblinger bug added subscriber Egmont Koblinger
2018-07-11 09:58:22 Iain Lane vte2.91 (Ubuntu): status Triaged Won't Fix
2018-07-11 09:58:25 Iain Lane vte2.91 (Ubuntu Bionic): status Triaged Won't Fix
2018-07-16 16:38:36 Brian Murray vte2.91 (Ubuntu Bionic): status Won't Fix Triaged
2018-07-16 16:38:39 Brian Murray vte2.91 (Ubuntu Bionic): importance Undecided High
2018-07-17 12:22:11 Francis Ginther tags cosmic regression-update rls-cc-incoming cosmic id-5b4d29002c528628776accad regression-update rls-cc-incoming
2018-07-17 13:00:26 Iain Lane vte2.91 (Ubuntu Bionic): assignee Iain Lane (laney)
2018-07-19 23:44:35 Brian Murray description I was upgrading from Bionic to Cosmic when I received a conffile prompt regarding /etc/update-initramfs/initramfs.conf, I clicked keep and then saw this Traceback: Original exception was: Traceback (most recent call last): File "/tmp/ubuntu-release-upgrader-filpk342/cosmic", line 8, in <module> sys.exit(main()) File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeMain.py", line 238, in main if app.run(): File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeController.py", line 1949, in run return self.fullUpgrade() File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeController.py", line 1912, in fullUpgrade if not self.doDistUpgrade(): File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeController.py", line 1248, in doDistUpgrade res = self.cache.commit(fprogress,iprogress) File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeCache.py", line 293, in commit apt.Cache.commit(self, fprogress, iprogress) File "/usr/lib/python3/dist-packages/apt/cache.py", line 606, in commit pm = apt_pkg.PackageManager(self._depcache) File "/usr/lib/python3/dist-packages/apt/cache.py", line 569, in install_archives # compat with older API File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeView.py", line 229, in run res = os.WEXITSTATUS(self.wait_child()) File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeViewGtk3.py", line 340, in wait_child self.update_interface() File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeViewGtk3.py", line 347, in update_interface InstallProgress.update_interface(self) File "/usr/lib/python3/dist-packages/apt/progress/base.py", line 252, in update_interface if err.errno != errno.EAGAIN and err.errno != errno.EWOULDBLOCK: File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeViewGtk3.py", line 276, in conffile self.term.feed_child("n\n", -1) TypeError: Vte.Terminal.feed_child() takes exactly 2 arguments (3 given) [Test Case] 1) Ensure the following packages from -updates (version 0.52.2-1ubuntu1~18.04.1) are installed on an Ubuntu 18.04 system: gir1.2-vte-2.91 libvte-2.91-0 libvte-2.91-common 2) Modify /etc/issue e.g. I changed 18.04 to 18.04.2 3) Ensure /etc/update-manager/release-upgrades contains "Prompt=normal" 4) Run /usr/lib/ubuntu-release-upgrader/check-new-release-gtk -d 5) When prompted about replacing "the customized configuration file '/etc/issue'" click Keep 6) Observe a traceback in Vte.Terminal.feed_child() After installing the new version of vte2.91 in -proposed you should no longer receive a Traceback when clicking keep during the upgrade process. [Regression Potential] Per laney: "The regression potential is that I messed up the upload and everything using feed* breaks." It'd probably be good to test guake too since it uses feed_child(). [Original Description] I was upgrading from Bionic to Cosmic when I received a conffile prompt regarding /etc/update-initramfs/initramfs.conf, I clicked keep and then saw this Traceback: Original exception was: Traceback (most recent call last):   File "/tmp/ubuntu-release-upgrader-filpk342/cosmic", line 8, in <module>     sys.exit(main())   File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeMain.py", line 238, in main     if app.run():   File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeController.py", line 1949, in run     return self.fullUpgrade()   File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeController.py", line 1912, in fullUpgrade     if not self.doDistUpgrade():   File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeController.py", line 1248, in doDistUpgrade     res = self.cache.commit(fprogress,iprogress)   File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeCache.py", line 293, in commit     apt.Cache.commit(self, fprogress, iprogress)   File "/usr/lib/python3/dist-packages/apt/cache.py", line 606, in commit     pm = apt_pkg.PackageManager(self._depcache)   File "/usr/lib/python3/dist-packages/apt/cache.py", line 569, in install_archives     # compat with older API   File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeView.py", line 229, in run     res = os.WEXITSTATUS(self.wait_child())   File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeViewGtk3.py", line 340, in wait_child     self.update_interface()   File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeViewGtk3.py", line 347, in update_interface     InstallProgress.update_interface(self)   File "/usr/lib/python3/dist-packages/apt/progress/base.py", line 252, in update_interface     if err.errno != errno.EAGAIN and err.errno != errno.EWOULDBLOCK:   File "/tmp/ubuntu-release-upgrader-filpk342/DistUpgrade/DistUpgradeViewGtk3.py", line 276, in conffile     self.term.feed_child("n\n", -1) TypeError: Vte.Terminal.feed_child() takes exactly 2 arguments (3 given)
2018-07-23 17:31:33 Adam Conrad vte2.91 (Ubuntu Bionic): status Triaged Fix Committed
2018-07-23 17:31:35 Adam Conrad bug added subscriber Ubuntu Stable Release Updates Team
2018-07-23 17:31:39 Adam Conrad bug added subscriber SRU Verification
2018-07-23 17:31:41 Adam Conrad tags cosmic id-5b4d29002c528628776accad regression-update rls-cc-incoming cosmic id-5b4d29002c528628776accad regression-update rls-cc-incoming verification-needed verification-needed-bionic
2018-08-01 20:38:56 Brian Murray ubuntu-release-upgrader (Ubuntu): status Triaged In Progress
2018-08-01 20:39:08 Brian Murray ubuntu-release-upgrader (Ubuntu): assignee Brian Murray (brian-murray)
2018-08-01 22:04:47 Launchpad Janitor branch linked lp:ubuntu-release-upgrader
2018-08-01 23:52:32 Launchpad Janitor ubuntu-release-upgrader (Ubuntu): status In Progress Fix Released
2018-08-02 23:19:50 Brian Murray tags cosmic id-5b4d29002c528628776accad regression-update rls-cc-incoming verification-needed verification-needed-bionic cosmic id-5b4d29002c528628776accad regression-update rls-cc-incoming verification-done verification-done-bionic
2018-08-06 14:10:07 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2018-08-06 14:20:12 Launchpad Janitor vte2.91 (Ubuntu Bionic): status Fix Committed Fix Released