[Bug 654549] Re: [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

2013-02-25 Thread James Page
** Changed in: tomcat6 (Ubuntu Maverick)
 Assignee: James Page (james-page) = (unassigned)

** Changed in: tomcat6 (Ubuntu Maverick)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/654549

Title:
  [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/654549/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 654549] Re: [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

2011-11-11 Thread James Page
As this did not get verified in a timely fashion this change has not
landed in maverick and has been superseded by the most recent security
updates to land for tomcat6.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/654549

Title:
  [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/654549/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 654549] Re: [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

2011-11-11 Thread James Page
** Changed in: tomcat6 (Ubuntu Maverick)
   Status: Fix Committed = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/654549

Title:
  [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/654549/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 654549] Re: [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

2011-09-19 Thread Ubuntu QA's Bug Bot
** Tags added: testcase

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/654549

Title:
  [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/654549/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 654549] Re: [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

2011-04-25 Thread Clint Byrum
Accepted tomcat6 into maverick-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: tomcat6 (Ubuntu Maverick)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/654549

Title:
  [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 654549] Re: [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

2011-04-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/maverick-proposed/tomcat6

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/654549

Title:
  [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 654549] Re: [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

2011-04-22 Thread Marc Deslauriers
ACK on the debdiff. Package is now uploaded to -proposed for SRU team
processing.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/654549

Title:
  [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 654549] Re: [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

2011-04-18 Thread James Page
** Description changed:

  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
+ 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
+  -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
+  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
+  Add an additional parameter to JAVA_OPTS - -Dtest.dir=/var/log/nonsense
  sudo dpkg-reconfigure tomcat6
-  Accept all default values
+  Accept all default values
  
- Reconfiguration will fail with sed: -e expression #1, char 44: unknown 
option to `s'
-  
+ 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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/654549

Title:
  [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 654549] Re: [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

2011-04-15 Thread James Page
** Changed in: tomcat6 (Ubuntu Maverick)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/654549

Title:
  [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 654549] Re: [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

2011-04-15 Thread James Page
** Description changed:

+ 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
+  LANG=en_GB.utf8
+  SHELL=/bin/bash
  SourcePackage: tomcat6

** Changed in: tomcat6 (Ubuntu Maverick)
   Importance: Low = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/654549

Title:
  [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 654549] Re: [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

2011-04-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/maverick/tomcat6/fix-654549

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/654549

Title:
  [SRU] Tomcat6 fails to upgrade if JAVA_OPTS contains /

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs