Activity log for bug #654549

Date Who What changed Old value New value Message
2010-10-04 13:54:05 Nick W. bug added bug
2010-10-04 13:54:05 Nick W. attachment added Dependencies.txt https://bugs.launchpad.net/bugs/654549/+attachment/1671319/+files/Dependencies.txt
2010-10-04 14:05:09 Thierry Carrez tomcat6 (Ubuntu): importance Undecided High
2010-10-04 14:05:09 Thierry Carrez tomcat6 (Ubuntu): status New Incomplete
2010-10-04 14:05:09 Thierry Carrez tomcat6 (Ubuntu): assignee Thierry Carrez (ttx)
2010-10-04 15:53:18 Thierry Carrez tomcat6 (Ubuntu): importance High Low
2010-10-04 15:53:18 Thierry Carrez tomcat6 (Ubuntu): assignee Thierry Carrez (ttx)
2010-10-14 00:06:45 StuartYeates attachment added /etc/default/tomcat6 https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/654549/+attachment/1691665/+files/tomcat6
2010-10-14 09:38:44 Thierry Carrez tomcat6 (Ubuntu): importance Low Medium
2010-10-14 09:38:44 Thierry Carrez tomcat6 (Ubuntu): status Incomplete Triaged
2010-10-14 09:39:12 Thierry Carrez summary Cannot Upgrade Tomcat6 when doing release upgrade from lucid to maverick Tomcat6 fails to upgrade if JAVA_OPTS contains /
2010-10-15 12:31:12 Thierry Carrez tomcat6 (Ubuntu): status Triaged In Progress
2010-10-15 12:31:12 Thierry Carrez tomcat6 (Ubuntu): assignee Thierry Carrez (ttx)
2010-10-15 20:28:18 Thierry Carrez tomcat6 (Ubuntu): status In Progress Fix Released
2011-01-25 13:03:41 Stephan Rügamer nominated for series Ubuntu Maverick
2011-01-25 13:07:55 Marc Deslauriers bug task added tomcat6 (Ubuntu Maverick)
2011-01-25 13:08:30 Marc Deslauriers tomcat6 (Ubuntu Maverick): importance Undecided Low
2011-01-25 13:08:30 Marc Deslauriers tomcat6 (Ubuntu Maverick): status New Confirmed
2011-01-28 15:11:16 Sébastien Just bug added subscriber Sébastien Just
2011-04-04 08:31:48 Luis Arias bug added subscriber Luis Arias
2011-04-15 11:28:32 James Page tomcat6 (Ubuntu Maverick): assignee James Page (james-page)
2011-04-15 11:28:45 James Page summary Tomcat6 fails to upgrade if JAVA_OPTS contains / [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /
2011-04-15 12:18:28 James Page tomcat6 (Ubuntu Maverick): status Confirmed In Progress
2011-04-15 13:13:21 James Page description Binary package hint: tomcat6 tomcat upgrade fails with the following error: "sed: -e expression #1, char 44: unknown option to `s'" ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: tomcat6 6.0.28-2ubuntu1 ProcVersionSignature: Ubuntu 2.6.35-22.33-server 2.6.35.4 Uname: Linux 2.6.35-22-server x86_64 Architecture: amd64 Date: Mon Oct 4 15:51:21 2010 InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.2) PackageArchitecture: all ProcEnviron: LANG=en_GB.utf8 SHELL=/bin/bash SourcePackage: tomcat6 IMPACT: This bug will impact tomcat6 installs upgrading to Maverick and updates in Maverick itself; its fixed in Natty. Using the '/' character in JAVA_OPTS is quite common - its normally uses to specify the filesystem location for additional application files such as those for Hudson: -Dhudson.home=/home/hudson Updates/upgrades using this type of option will fail. FIX: tomcat6.postinst uses sed to parse various debconf answers into a template which is used to generate /etc/default/tomcat6; this currently uses '/' as the pattern delimiter - the fix switches this to '%' which is unlikely to be used in JAVA_OPTS. PATCH: See linked branch TEST CASE 1: sudo apt-get install tomcat6 sudo dpkg-reconfigure tomcat6 Accept all default for user and group Add an additional parameter to JAVA_OPTS - "-Dtest.dir=/var/log/nonsense" Reconfiguration will fail with "sed: -e expression #1, char 44: unknown option to `s'" TEST CASE 2: sudo apt-get install tomcat6 sudo vi /etc/default/tomcat6 Add an additional parameter to JAVA_OPTS - "-Dtest.dir=/var/log/nonsense" sudo dpkg-reconfigure tomcat6 Accept all default values Reconfiguration will fail with "sed: -e expression #1, char 44: unknown option to `s'" IMPACT: Minor change to maintainer script; already in development release so limited regression potential. >>> Original bug report <<< Binary package hint: tomcat6 tomcat upgrade fails with the following error: "sed: -e expression #1, char 44: unknown option to `s'" ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: tomcat6 6.0.28-2ubuntu1 ProcVersionSignature: Ubuntu 2.6.35-22.33-server 2.6.35.4 Uname: Linux 2.6.35-22-server x86_64 Architecture: amd64 Date: Mon Oct 4 15:51:21 2010 InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.2) PackageArchitecture: all ProcEnviron:  LANG=en_GB.utf8  SHELL=/bin/bash SourcePackage: tomcat6
2011-04-15 13:13:37 James Page tomcat6 (Ubuntu Maverick): importance Low Medium
2011-04-15 17:32:14 Launchpad Janitor branch linked lp:~james-page/ubuntu/maverick/tomcat6/fix-654549
2011-04-18 07:28:29 James Page description IMPACT: This bug will impact tomcat6 installs upgrading to Maverick and updates in Maverick itself; its fixed in Natty. Using the '/' character in JAVA_OPTS is quite common - its normally uses to specify the filesystem location for additional application files such as those for Hudson: -Dhudson.home=/home/hudson Updates/upgrades using this type of option will fail. FIX: tomcat6.postinst uses sed to parse various debconf answers into a template which is used to generate /etc/default/tomcat6; this currently uses '/' as the pattern delimiter - the fix switches this to '%' which is unlikely to be used in JAVA_OPTS. PATCH: See linked branch TEST CASE 1: sudo apt-get install tomcat6 sudo dpkg-reconfigure tomcat6 Accept all default for user and group Add an additional parameter to JAVA_OPTS - "-Dtest.dir=/var/log/nonsense" Reconfiguration will fail with "sed: -e expression #1, char 44: unknown option to `s'" TEST CASE 2: sudo apt-get install tomcat6 sudo vi /etc/default/tomcat6 Add an additional parameter to JAVA_OPTS - "-Dtest.dir=/var/log/nonsense" sudo dpkg-reconfigure tomcat6 Accept all default values Reconfiguration will fail with "sed: -e expression #1, char 44: unknown option to `s'" IMPACT: Minor change to maintainer script; already in development release so limited regression potential. >>> Original bug report <<< Binary package hint: tomcat6 tomcat upgrade fails with the following error: "sed: -e expression #1, char 44: unknown option to `s'" ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: tomcat6 6.0.28-2ubuntu1 ProcVersionSignature: Ubuntu 2.6.35-22.33-server 2.6.35.4 Uname: Linux 2.6.35-22-server x86_64 Architecture: amd64 Date: Mon Oct 4 15:51:21 2010 InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.2) PackageArchitecture: all ProcEnviron:  LANG=en_GB.utf8  SHELL=/bin/bash SourcePackage: tomcat6 IMPACT: This bug will impact tomcat6 installs upgrading to Maverick and updates in Maverick itself; its fixed in Natty. Using the '/' character in JAVA_OPTS is quite common - its normally used to specify the filesystem location for additional application files such as those for Hudson:  -Dhudson.home=/home/hudson Updates/upgrades using this type of option will fail. FIX: tomcat6.postinst uses sed to parse various debconf answers into a template which is used to generate /etc/default/tomcat6; this currently uses '/' as the pattern delimiter - the fix switches this to '%' which is unlikely to be used in JAVA_OPTS. PATCH: See linked branch TEST CASE 1: sudo apt-get install tomcat6 sudo dpkg-reconfigure tomcat6  Accept all default for user and group  Add an additional parameter to JAVA_OPTS - "-Dtest.dir=/var/log/nonsense" Reconfiguration will fail with "sed: -e expression #1, char 44: unknown option to `s'" TEST CASE 2: sudo apt-get install tomcat6 sudo vi /etc/default/tomcat6  Add an additional parameter to JAVA_OPTS - "-Dtest.dir=/var/log/nonsense" sudo dpkg-reconfigure tomcat6  Accept all default values Reconfiguration will fail with "sed: -e expression #1, char 44: unknown option to `s'" IMPACT: Minor change to maintainer script; already in development release so limited regression potential. >>> Original bug report <<< Binary package hint: tomcat6 tomcat upgrade fails with the following error: "sed: -e expression #1, char 44: unknown option to `s'" ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: tomcat6 6.0.28-2ubuntu1 ProcVersionSignature: Ubuntu 2.6.35-22.33-server 2.6.35.4 Uname: Linux 2.6.35-22-server x86_64 Architecture: amd64 Date: Mon Oct 4 15:51:21 2010 InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.2) PackageArchitecture: all ProcEnviron:  LANG=en_GB.utf8  SHELL=/bin/bash SourcePackage: tomcat6
2011-04-18 07:35:56 James Page bug added subscriber Ubuntu Stable Release Updates Team
2011-04-25 17:51:26 Clint Byrum tomcat6 (Ubuntu Maverick): status In Progress Fix Committed
2011-04-25 17:51:29 Clint Byrum bug added subscriber SRU Verification
2011-04-25 17:51:31 Clint Byrum tags amd64 apport-bug maverick amd64 apport-bug maverick verification-needed
2011-04-25 18:14:33 Launchpad Janitor branch linked lp:ubuntu/maverick-proposed/tomcat6
2011-09-19 21:32:21 Ubuntu Foundations Team Bug Bot tags amd64 apport-bug maverick verification-needed amd64 apport-bug maverick testcase verification-needed
2011-11-11 13:18:09 James Page tomcat6 (Ubuntu Maverick): status Fix Committed Confirmed
2012-05-16 11:33:57 Thierry Carrez removed subscriber Thierry Carrez
2013-02-25 22:56:33 James Page tomcat6 (Ubuntu Maverick): assignee James Page (james-page)
2013-02-25 22:56:37 James Page tomcat6 (Ubuntu Maverick): status Confirmed Won't Fix