[Bug 952893] Re: Zookeeper script contains invalid check for cygwin

2012-03-12 Thread Reuben Firmin
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to zookeeper in Ubuntu. https://bugs.launchpad.net/bugs/952893 Title: Zookeeper script contains invalid check for cygwin To manage notifications about this bug go to:

[Bug 952893] [NEW] Zookeeper script contains invalid check for cygwin

2012-03-12 Thread Reuben Firmin
Public bug reported: The zkserver script contains: if $cygwin then ZOOCFG=`cygpath -wp $ZOOCFG` # cygwin has a kill in the shell itself, gets confused KILL=/bin/kill else KILL=kill fi cygwin is not defined in my shell or in the script. Due to the mysteries of sh, it thus

[Bug 706570] Re: JAVA_OPTS defined in /etc/init.d/tomcat6 do not propagate to startup

2011-01-24 Thread Reuben Firmin
This needs to be documented in /etc/init.d/tomcat. It's a non-standard location given that many developers will be used to working with the RHEL packages, or directly installing from the tarball. ** Changed in: tomcat6 (Ubuntu) Status: Invalid = New -- You received this bug

[Bug 706570] Re: Add documentation about JAVA_OPTS defined in /etc/init.d/tomcat6 not propagating to startup

2011-01-24 Thread Reuben Firmin
Thanks. -- 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/706570 Title: Add documentation about JAVA_OPTS defined in /etc/init.d/tomcat6 not propagating to startup --

[Bug 706570] [NEW] JAVA_OPTS defined in /etc/init.d/tomcat6 do not propagate to startup

2011-01-23 Thread Reuben Firmin
Public bug reported: Binary package hint: tomcat6 I have not fully investigated. However, I added the line: JAVA_OPTS=$JAVA_OPTS -Xmx4096m -Xms1024m -XX:PermSize=256m -XX:MaxPermSize=512m -XX:NewSize=128m -Dri.home=/home/reubenf/code/depend to /etc/init.d/tomcat6. The ri.home variable was not