Activity log for bug #465619

Date Who What changed Old value New value Message
2009-10-30 21:45:02 Brian Murray bug added bug
2009-10-30 21:45:02 Brian Murray attachment added main.log http://launchpadlibrarian.net/34724381/main.log
2009-10-30 21:45:02 Brian Murray attachment added Dependencies.txt http://launchpadlibrarian.net/34724382/Dependencies.txt
2009-10-30 21:46:33 Brian Murray description Binary package hint: update-manager After performing a distribution upgrade from Jaunty to Karmic on 20091030 I discovered that apport was enabled. I've attached the file '/var/log/dist-upgrade/main.log' which shows apport being enabled. ProblemType: Bug Architecture: amd64 Date: Fri Oct 30 14:38:15 2009 DistroRelease: Ubuntu 9.10 Package: update-manager 1:0.126.6 PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic SourcePackage: update-manager Uname: Linux 2.6.31-14-generic x86_64 XsessionErrors: (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed (nautilus:1393): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed (polkit-gnome-authentication-agent-1:1414): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed Binary package hint: update-manager After performing a distribution upgrade from Jaunty to Karmic on 20091030 I discovered that apport was enabled. I've attached the file '/var/log/dist-upgrade/main.log' which shows apport being enabled. This is due to the fact that update-manager doesn't seem to check the value of EnableApport just whether or not it is in the config file. From DistUpgrade/DistUpgradeController.py: def doDistUpgrade(self): # check if we want apport running during the upgrade if self.config.getWithDefault("Distro","EnableApport", False): self.enableApport() ProblemType: Bug Architecture: amd64 Date: Fri Oct 30 14:38:15 2009 DistroRelease: Ubuntu 9.10 Package: update-manager 1:0.126.6 PackageArchitecture: all ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic SourcePackage: update-manager Uname: Linux 2.6.31-14-generic x86_64 XsessionErrors:  (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed  (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed  (nautilus:1393): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed  (polkit-gnome-authentication-agent-1:1414): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
2009-10-30 21:54:10 Brian Murray description Binary package hint: update-manager After performing a distribution upgrade from Jaunty to Karmic on 20091030 I discovered that apport was enabled. I've attached the file '/var/log/dist-upgrade/main.log' which shows apport being enabled. This is due to the fact that update-manager doesn't seem to check the value of EnableApport just whether or not it is in the config file. From DistUpgrade/DistUpgradeController.py: def doDistUpgrade(self): # check if we want apport running during the upgrade if self.config.getWithDefault("Distro","EnableApport", False): self.enableApport() ProblemType: Bug Architecture: amd64 Date: Fri Oct 30 14:38:15 2009 DistroRelease: Ubuntu 9.10 Package: update-manager 1:0.126.6 PackageArchitecture: all ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic SourcePackage: update-manager Uname: Linux 2.6.31-14-generic x86_64 XsessionErrors:  (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed  (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed  (nautilus:1393): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed  (polkit-gnome-authentication-agent-1:1414): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed Binary package hint: update-manager After performing a distribution upgrade from Jaunty to Karmic on 20091030 I discovered that apport was enabled. I've attached the file '/var/log/dist-upgrade/main.log' which shows apport being enabled. This is due to the fact that update-manager doesn't seem to check the value of EnableApport just whether or not it is in the config file. From DistUpgrade/DistUpgradeController.py:     def doDistUpgrade(self):         # check if we want apport running during the upgrade         if self.config.getWithDefault("Distro","EnableApport", False):             self.enableApport() Statement: Users upgrading from Jaunty to the final version of Karmic will have apport enabled by default which is not what is intended. Steps to Reproduce: 1) Perform a distribution upgrade from Jaunty to Karmic with update-manager version 0.126.6 2) Observe enabled=1 in /etc/default/apport 1) Perform a distribution with update-manager version 0.126.9 from Jaunty to Karmic 2) Observe enabled=0 in /etc/default/apport ProblemType: Bug Architecture: amd64 Date: Fri Oct 30 14:38:15 2009 DistroRelease: Ubuntu 9.10 Package: update-manager 1:0.126.6 PackageArchitecture: all ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic SourcePackage: update-manager Uname: Linux 2.6.31-14-generic x86_64 XsessionErrors:  (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed  (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed  (nautilus:1393): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed  (polkit-gnome-authentication-agent-1:1414): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
2009-10-30 21:54:52 Brian Murray nominated for series Ubuntu Karmic
2009-10-30 21:54:52 Brian Murray bug task added update-manager (Ubuntu Karmic)
2009-10-30 21:55:17 Brian Murray description Binary package hint: update-manager After performing a distribution upgrade from Jaunty to Karmic on 20091030 I discovered that apport was enabled. I've attached the file '/var/log/dist-upgrade/main.log' which shows apport being enabled. This is due to the fact that update-manager doesn't seem to check the value of EnableApport just whether or not it is in the config file. From DistUpgrade/DistUpgradeController.py:     def doDistUpgrade(self):         # check if we want apport running during the upgrade         if self.config.getWithDefault("Distro","EnableApport", False):             self.enableApport() Statement: Users upgrading from Jaunty to the final version of Karmic will have apport enabled by default which is not what is intended. Steps to Reproduce: 1) Perform a distribution upgrade from Jaunty to Karmic with update-manager version 0.126.6 2) Observe enabled=1 in /etc/default/apport 1) Perform a distribution with update-manager version 0.126.9 from Jaunty to Karmic 2) Observe enabled=0 in /etc/default/apport ProblemType: Bug Architecture: amd64 Date: Fri Oct 30 14:38:15 2009 DistroRelease: Ubuntu 9.10 Package: update-manager 1:0.126.6 PackageArchitecture: all ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic SourcePackage: update-manager Uname: Linux 2.6.31-14-generic x86_64 XsessionErrors:  (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed  (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed  (nautilus:1393): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed  (polkit-gnome-authentication-agent-1:1414): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed Binary package hint: update-manager After performing a distribution upgrade from Jaunty to Karmic on 20091030 I discovered that apport was enabled. I've attached the file '/var/log/dist-upgrade/main.log' which shows apport being enabled. This is due to the fact that update-manager doesn't seem to check the value of EnableApport just whether or not it is in the config file. From DistUpgrade/DistUpgradeController.py:     def doDistUpgrade(self):         # check if we want apport running during the upgrade         if self.config.getWithDefault("Distro","EnableApport", False):             self.enableApport() Statement: Users upgrading from Jaunty to the final version of Karmic will have apport enabled by default which is not what is intended. TEST CASE: 1) Perform a distribution upgrade from Jaunty to Karmic with update-manager version 0.126.6 2) Observe enabled=1 in /etc/default/apport 1) Perform a distribution with update-manager version 0.126.9 from Jaunty to Karmic 2) Observe enabled=0 in /etc/default/apport ProblemType: Bug Architecture: amd64 Date: Fri Oct 30 14:38:15 2009 DistroRelease: Ubuntu 9.10 Package: update-manager 1:0.126.6 PackageArchitecture: all ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic SourcePackage: update-manager Uname: Linux 2.6.31-14-generic x86_64 XsessionErrors:  (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed  (gnome-settings-daemon:1348): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed  (nautilus:1393): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed  (polkit-gnome-authentication-agent-1:1414): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
2009-10-30 21:56:26 Brian Murray update-manager (Ubuntu Karmic): status New Triaged
2009-10-30 21:56:30 Brian Murray update-manager (Ubuntu Karmic): importance Undecided High
2009-10-30 21:58:30 Brian Murray branch linked lp:~brian-murray/update-manager/karmic
2009-10-30 22:07:13 Brian Murray bug task added apport (Ubuntu)
2009-10-31 03:29:41 Michael Vogt update-manager (Ubuntu Karmic): milestone karmic-updates
2009-10-31 03:29:45 Michael Vogt update-manager (Ubuntu Karmic): status Triaged In Progress
2009-10-31 03:38:39 Michael Vogt update-manager (Ubuntu): status New Fix Committed
2009-10-31 03:38:47 Michael Vogt update-manager (Ubuntu): importance Undecided High
2009-10-31 09:10:25 Launchpad Janitor branch linked lp:update-manager
2009-11-02 07:59:10 Launchpad Janitor update-manager (Ubuntu Karmic): status In Progress Fix Released
2009-11-02 07:59:54 Martin Pitt update-manager (Ubuntu): assignee Michael Vogt (mvo)
2009-11-02 08:01:25 Martin Pitt apport (Ubuntu): status New Invalid
2009-11-02 08:01:31 Martin Pitt apport (Ubuntu Karmic): status New In Progress
2009-11-02 08:01:35 Martin Pitt apport (Ubuntu Karmic): importance Undecided High
2009-11-02 08:01:40 Martin Pitt apport (Ubuntu Karmic): assignee Martin Pitt (pitti)
2009-11-02 08:35:18 Launchpad Janitor branch linked lp:~ubuntu-core-dev/ubuntu/karmic/apport/ubuntu
2009-11-02 08:39:33 Martin Pitt apport (Ubuntu Karmic): milestone karmic-updates
2009-11-03 10:33:10 Steve Langasek apport (Ubuntu Karmic): status In Progress Fix Committed
2009-11-03 10:33:19 Steve Langasek tags amd64 apport-bug amd64 apport-bug verification-needed
2009-11-03 13:25:09 Launchpad Janitor update-manager (Ubuntu): status Fix Committed Fix Released
2009-11-04 18:29:52 Michael Vogt tags amd64 apport-bug verification-needed amd64 apport-bug verification-done
2009-11-09 10:04:07 Launchpad Janitor apport (Ubuntu Karmic): status Fix Committed Fix Released
2010-02-22 00:31:39 Launchpad Janitor branch linked lp:ubuntu/update-manager
2012-07-06 05:23:41 Launchpad Janitor branch linked lp:ubuntu/karmic-proposed/apport