[Bug 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat6 - 6.0.24-2ubuntu1.5

---
tomcat6 (6.0.24-2ubuntu1.5) lucid-proposed; urgency=low

  * debian/tomcat6.init: Add missing -p option in start-stop-daemon when
starting tomcat6 to avoid failing to start due to /bin/bash running
(LP: #632554)
 -- Michael JeansonWed, 08 Dec 2010 11:51:33 -0500

** Changed in: tomcat6 (Ubuntu Lucid)
   Status: Fix Committed => Fix Released

-- 
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/632554

Title:
  tomcat fails to start with: /bin/bash already running.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-12-12 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: 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/632554

Title:
  tomcat fails to start with: /bin/bash already running.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-12-11 Thread Stéphane Graber
I just tried in the same VM, updating server.xml to listen on port 80 and 
updating /etc/default/tomcat6 to have AUTHBIND=yes
tomcat6 then started on port 80 without any issue.

-- 
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/632554

Title:
  tomcat fails to start with: /bin/bash already running.

-- 
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


Re: [Bug 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-12-11 Thread Gerry
Thank you for testing. I was unable to test it this week. I had updated my test
machine to maverick and needed to set up a virtual machine to test.

It probably needs a test by the person who needed the AUTHBIND setting to make
sure it doesn't break that, but ...

I notice the change I made also included the addition of "-b". I don't know what
impact that has but it made sense when I was working on it.


Gerry

On Sat, 11 Dec 2010, Stéphane Graber wrote:

> I can confirm that the fix works as expected, here's the output of my test.
> I started a bash shell as tomcat6 in a shell, then ran the following commands 
> on an up to date lucid system (with -updates and -security)
>
> r...@lucid:~# ps aux | grep tomcat6
> tomcat6   3850  0.0  0.1  11172  1968 pts/1S+   14:45   0:00 bash
> root  3896  0.0  0.0   7624   900 pts/0S+   14:45   0:00 grep 
> --color=auto tomcat6
> r...@lucid:~# /etc/init.d/tomcat6 start
> * Starting Tomcat servlet engine tomcat6  
>   
>   /bin/bash already running.
> r...@lucid:~# apt-get install tomcat6
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following extra packages will be installed:
>  libservlet2.5-java libtomcat6-java tomcat6-common
> Suggested packages:
>  tomcat6-docs tomcat6-admin tomcat6-examples tomcat6-user
> The following packages will be upgraded:
>  libservlet2.5-java libtomcat6-java tomcat6 tomcat6-common
> 4 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.
> Need to get 0B/3,277kB of archives.
> After this operation, 0B of additional disk space will be used.
> Do you want to continue [Y/n]?
> (Reading database ... 70588 files and directories currently installed.)
> Preparing to replace libservlet2.5-java 6.0.24-2ubuntu1.4 (using 
> .../libservlet2.5-java_6.0.24-2ubuntu1.5_all.deb) ...
> Unpacking replacement libservlet2.5-java ...
> Preparing to replace libtomcat6-java 6.0.24-2ubuntu1.4 (using 
> .../libtomcat6-java_6.0.24-2ubuntu1.5_all.deb) ...
> Unpacking replacement libtomcat6-java ...
> Preparing to replace tomcat6-common 6.0.24-2ubuntu1.4 (using 
> .../tomcat6-common_6.0.24-2ubuntu1.5_all.deb) ...
> Unpacking replacement tomcat6-common ...
> Preparing to replace tomcat6 6.0.24-2ubuntu1.4 (using 
> .../tomcat6_6.0.24-2ubuntu1.5_all.deb) ...
> * Stopping Tomcat servlet engine tomcat6  
>   
>[ OK ]
> Unpacking replacement tomcat6 ...
> Processing triggers for ureadahead ...
> Setting up libservlet2.5-java (6.0.24-2ubuntu1.5) ...
> Setting up libtomcat6-java (6.0.24-2ubuntu1.5) ...
> Setting up tomcat6-common (6.0.24-2ubuntu1.5) ...
> Setting up tomcat6 (6.0.24-2ubuntu1.5) ...
> Installing new version of config file /etc/init.d/tomcat6 ...
> * Starting Tomcat servlet engine tomcat6  
>   
>[ OK ]
>
> r...@lucid:~# ps aux | grep tomcat6
> tomcat6   3850  0.0  0.1  11172  1968 pts/1S+   14:45   0:00 bash
> tomcat6   4070 15.7  5.9 550744 61404 ?Sl   14:46   0:01 
> /usr/lib/jvm/java-6-openjdk/bin/java 
> -Djava.util.logging.config.file=/var/lib/tomcat6/conf/logging.properties 
> -Djava.awt.headless=true -Xmx128M -XX:+UseConcMarkSweepGC 
> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
> -Djava.endorsed.dirs=/usr/share/tomcat6/endorsed -classpath 
> /usr/share/tomcat6/bin/bootstrap.jar -Dcatalina.base=/var/lib/tomcat6 
> -Dcatalina.home=/usr/share/tomcat6 -Djava.io.tmpdir=/tmp/tomcat6-tmp 
> org.apache.catalina.startup.Bootstrap start
> root  4095  0.0  0.0   7624   904 pts/0S+   14:46   0:00 grep 
> --color=auto tomcat6
>
>

-- 
Gerry Skerbitz
gs...@skerbitz.org

-- 
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/632554

Title:
  tomcat fails to start with: /bin/bash already running.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-12-11 Thread Stéphane Graber
I can confirm that the fix works as expected, here's the output of my test.
I started a bash shell as tomcat6 in a shell, then ran the following commands 
on an up to date lucid system (with -updates and -security)

r...@lucid:~# ps aux | grep tomcat6
tomcat6   3850  0.0  0.1  11172  1968 pts/1S+   14:45   0:00 bash
root  3896  0.0  0.0   7624   900 pts/0S+   14:45   0:00 grep 
--color=auto tomcat6
r...@lucid:~# /etc/init.d/tomcat6 start
 * Starting Tomcat servlet engine tomcat6   

   /bin/bash already running.
r...@lucid:~# apt-get install tomcat6
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  libservlet2.5-java libtomcat6-java tomcat6-common
Suggested packages:
  tomcat6-docs tomcat6-admin tomcat6-examples tomcat6-user
The following packages will be upgraded:
  libservlet2.5-java libtomcat6-java tomcat6 tomcat6-common
4 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.
Need to get 0B/3,277kB of archives.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? 
(Reading database ... 70588 files and directories currently installed.)
Preparing to replace libservlet2.5-java 6.0.24-2ubuntu1.4 (using 
.../libservlet2.5-java_6.0.24-2ubuntu1.5_all.deb) ...
Unpacking replacement libservlet2.5-java ...
Preparing to replace libtomcat6-java 6.0.24-2ubuntu1.4 (using 
.../libtomcat6-java_6.0.24-2ubuntu1.5_all.deb) ...
Unpacking replacement libtomcat6-java ...
Preparing to replace tomcat6-common 6.0.24-2ubuntu1.4 (using 
.../tomcat6-common_6.0.24-2ubuntu1.5_all.deb) ...
Unpacking replacement tomcat6-common ...
Preparing to replace tomcat6 6.0.24-2ubuntu1.4 (using 
.../tomcat6_6.0.24-2ubuntu1.5_all.deb) ...
 * Stopping Tomcat servlet engine tomcat6   

[ OK ] 
Unpacking replacement tomcat6 ...
Processing triggers for ureadahead ...
Setting up libservlet2.5-java (6.0.24-2ubuntu1.5) ...
Setting up libtomcat6-java (6.0.24-2ubuntu1.5) ...
Setting up tomcat6-common (6.0.24-2ubuntu1.5) ...
Setting up tomcat6 (6.0.24-2ubuntu1.5) ...
Installing new version of config file /etc/init.d/tomcat6 ...
 * Starting Tomcat servlet engine tomcat6   

[ OK ] 

r...@lucid:~# ps aux | grep tomcat6
tomcat6   3850  0.0  0.1  11172  1968 pts/1S+   14:45   0:00 bash
tomcat6   4070 15.7  5.9 550744 61404 ?Sl   14:46   0:01 
/usr/lib/jvm/java-6-openjdk/bin/java 
-Djava.util.logging.config.file=/var/lib/tomcat6/conf/logging.properties 
-Djava.awt.headless=true -Xmx128M -XX:+UseConcMarkSweepGC 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
-Djava.endorsed.dirs=/usr/share/tomcat6/endorsed -classpath 
/usr/share/tomcat6/bin/bootstrap.jar -Dcatalina.base=/var/lib/tomcat6 
-Dcatalina.home=/usr/share/tomcat6 -Djava.io.tmpdir=/tmp/tomcat6-tmp 
org.apache.catalina.startup.Bootstrap start
root  4095  0.0  0.0   7624   904 pts/0S+   14:46   0:00 grep 
--color=auto 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/632554

Title:
  tomcat fails to start with: /bin/bash already running.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-12-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-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/632554

Title:
  tomcat fails to start with: /bin/bash already running.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-12-10 Thread Martin Pitt
Accepted tomcat6 into lucid-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 Lucid)
   Status: Triaged => 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/632554

Title:
  tomcat fails to start with: /bin/bash already running.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-12-08 Thread Stéphane Graber
Uploaded to lucid-proposed currently waiting for approval.

-- 
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/632554

Title:
  tomcat fails to start with: /bin/bash already running.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-12-08 Thread Michael Jeanson
SRU for lucid (https://wiki.ubuntu.com/StableReleaseUpdates)

1. Impact :
If tomcat6 is runned under a user that has a running bash process, trying to 
start or restart the service will fail.

2. Fix in development version :
The fix is a oneliner in the initscript, add the missing -p option in 
start-stop-daemon to use the pidfile.
It was fixed in natty with package version 6.0.28-7ubuntu3

3. Patch :
See bzr branch : lp:~mjeanson/ubuntu/lucid/tomcat6/bug632554

TEST CASE:
* Install tomcat6
* In another shell run : sudo -u tomcat6 /bin/bash
* In the first shell, restart the tomcat6 service : sudo /etc/init.d/tomcat6 
restart

 * Stopping Tomcat servlet engine tomcat6   

 [ OK ] 
 * Starting Tomcat servlet engine tomcat6   


/bin/bash already running.

5. Regression potential
None that I can think of.

** Branch linked: lp:~mjeanson/ubuntu/lucid/tomcat6/bug632554

-- 
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/632554

Title:
  tomcat fails to start with: /bin/bash already running.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-12-05 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/sid/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/632554

Title:
  tomcat fails to start with: /bin/bash already running.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-24 Thread Thierry Carrez
** Also affects: tomcat6 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: tomcat6 (Ubuntu Lucid)
   Status: New => Triaged

** Changed in: tomcat6 (Ubuntu Lucid)
   Importance: Undecided => Medium

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-23 Thread Thag
I'd really like to see this backported to lucid since that's the  LTS
release we're using on our servers.

Thanks

-Bruce

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-23 Thread Thierry Carrez
Also pushed to debian to ensure proper sync.

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-23 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat6 - 6.0.28-7ubuntu3

---
tomcat6 (6.0.28-7ubuntu3) natty; urgency=low

  * debian/tomcat6.init: Add missing -p option in start-stop-daemon when
starting tomcat6 to avoid failing to start due to /bin/bash running
(LP: #632554)
 -- Thierry Carrez (ttx)Tue, 23 Nov 2010 
16:35:40 +0100

** Changed in: tomcat6 (Ubuntu)
   Status: In Progress => Fix Released

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-23 Thread Thierry Carrez
** Changed in: tomcat6 (Ubuntu)
   Status: Triaged => In Progress

** Changed in: tomcat6 (Ubuntu)
 Assignee: (unassigned) => Thierry Carrez (ttx)

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-12 Thread Thag
I'll vote for gerry's patch.

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-12 Thread gerry skerbitz
Here's my comment included as an attached patch.  What does it take to
actually get this into a release?


** Patch added: "Patch to add -p $CATALINA_PID to the initscript tomcat6 file"
   
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/632554/+attachment/1731835/+files/tomcat6.init.patch

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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


Re: [Bug 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-03 Thread Thag
On Wed, Nov 3, 2010 at 10:26 AM, gerry skerbitz
<632...@bugs.launchpad.net>wrote:

> The problem is fixed if we add `-p "$CATALINA_PID"`  to the
> start-stop-daemon line in catalina_sh().  Isn't that something we should be
> able to rely on?
> {{{
> *** tomcat6~2010-10-11 13:21:52.0 -0500
> --- tomcat6 2010-11-03 12:19:04.0 -0500
> ***
> *** 152,154 
>start-stop-daemon --start -b -u "$TOMCAT6_USER" -g "$TOMCAT6_GROUP"
> \
> !   -c "$TOMCAT6_USER" -d "$CATALINA_TMPDIR" \
>-x /bin/bash -- -c "$AUTHBIND_COMMAND $TOMCAT_SH"
> --- 152,154 
>start-stop-daemon --start -b -u "$TOMCAT6_USER" -g "$TOMCAT6_GROUP"
> \
> !   -c "$TOMCAT6_USER" -d "$CATALINA_TMPDIR" -p "$CATALINA_PID"
> \
>-x /bin/bash -- -c "$AUTHBIND_COMMAND $TOMCAT_SH"
> }}}
>
>
Seems like a perfectly reasonable fix. I have a hard time understanding why
it wasn't done this way at first.



> --
> tomcat fails to start with: /bin/bash already running.
> https://bugs.launchpad.net/bugs/632554
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-03 Thread gerry skerbitz
The problem is fixed if we add `-p "$CATALINA_PID"`  to the start-stop-daemon 
line in catalina_sh().  Isn't that something we should be able to rely on? 
{{{
*** tomcat6~2010-10-11 13:21:52.0 -0500
--- tomcat6 2010-11-03 12:19:04.0 -0500
***
*** 152,154 
start-stop-daemon --start -b -u "$TOMCAT6_USER" -g "$TOMCAT6_GROUP" \
!   -c "$TOMCAT6_USER" -d "$CATALINA_TMPDIR" \
-x /bin/bash -- -c "$AUTHBIND_COMMAND $TOMCAT_SH"
--- 152,154 
start-stop-daemon --start -b -u "$TOMCAT6_USER" -g "$TOMCAT6_GROUP" \
!   -c "$TOMCAT6_USER" -d "$CATALINA_TMPDIR" -p "$CATALINA_PID" \
-x /bin/bash -- -c "$AUTHBIND_COMMAND $TOMCAT_SH"
}}}

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-11-03 Thread gerry skerbitz
I'm struck by this bug because I have the tomcat user doing something
else related to tomcat, so it MIGHT actually be logged in.

It strikes me as a bad idea to let a startup script create a file in 
/etc/init.d/.  We should find a better way to clarify that it's actually a 
tomcat instance running rather than just any old login.
catalina.sh isn't making the decision; start-stop-daemon is.

I'm going to work on it.  Ideas are welcome.

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-09-15 Thread Craig Box
At the risk of "me too", this bug affects me because I have to run
commands as the tomcat6 user to regenerate indexes (which I do with sudo
-u tomcat6 /bin/bash foo.sh) so it's not just people running as root who
are affected.

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-09-15 Thread Thierry Carrez
** Changed in: tomcat6 (Ubuntu)
   Importance: Low => Medium

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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


Re: [Bug 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-09-09 Thread Thag
On Thu, Sep 9, 2010 at 5:48 AM, Thierry Carrez
wrote:

> I agree that we should not force tomcat6 to run under a user that has no
> bash running.
>
> Note that the proposed patch breaks use of AUTHBIND. This should rather
> be fixed by shipping once and for all the catalina.sh wrapper to use
> (rather than recreate it every time). Furthermore this should be shipped
> in /usr/share/tomcat6 rather than in /etc/init.d/.
>
>
That does sound like a better option. Is someone else looking at this or
should I take a crack at it.
Note, I'm not very good at java env stuff. :-)


> ** Changed in: tomcat6 (Ubuntu)
>   Status: New => Triaged
>
> --
> tomcat fails to start with: /bin/bash already running.
> https://bugs.launchpad.net/bugs/632554
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-09-09 Thread Thierry Carrez
I agree that we should not force tomcat6 to run under a user that has no
bash running.

Note that the proposed patch breaks use of AUTHBIND. This should rather
be fixed by shipping once and for all the catalina.sh wrapper to use
(rather than recreate it every time). Furthermore this should be shipped
in /usr/share/tomcat6 rather than in /etc/init.d/.

** Changed in: tomcat6 (Ubuntu)
   Status: New => Triaged

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-09-07 Thread Thag
Left debug info in patch...sorry. New patch attached.

** Patch added: "Patch - without debug info and correct offsets this time."
   
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/632554/+attachment/1555462/+files/tomcat6-init.patch

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-09-07 Thread Brian Murray
** Tags added: patch

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-09-07 Thread Mathias Gug
** Changed in: tomcat6 (Ubuntu)
   Importance: Undecided => Low

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-09-07 Thread Thag

** Patch added: "This is a fix that does not alter the behavior in any way, but 
fixes ths problem."
   
https://bugs.launchpad.net/bugs/632554/+attachment/1554204/+files/tomcat6-init.patch

-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
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