[Bug 300699] Re: Provide APR based Apache Tomcat Native library

2010-11-09 Thread Dave Vree
done:  https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/673048

-- 
Provide APR based Apache Tomcat Native library
https://bugs.launchpad.net/bugs/300699
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 673048] [NEW] tomcat6 package should suggest libtcnative-1

2010-11-09 Thread Dave Vree
Public bug reported:

Binary package hint: tomcat6

Installation of the APR based native libraries for tomcat6 can help
boost the performance of tomcat.  See here for more details:

http://tomcat.apache.org/tomcat-6.0-doc/apr.html

After some time spent researching this on Ubuntu I figured out that the
correct package to install is libtcnative-1.  If for nothing else, the
tomcat6 package should suggest this package for discoverability.

In my opinion it might as well recommend it as it works great (for me)
and boosts performance.

** Affects: tomcat6 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
tomcat6 package should suggest libtcnative-1
https://bugs.launchpad.net/bugs/673048
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 661452] Re: tomcat6-instance-create provides incomplete setup

2010-11-09 Thread Dave Vree
If that is the case, then the package description and or documentation
should be revised, yes?

-- 
tomcat6-instance-create provides incomplete setup
https://bugs.launchpad.net/bugs/661452
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 661452] [NEW] tomcat6-instance-create provides incomplete setup

2010-10-15 Thread Dave Vree
Public bug reported:

Binary package hint: tomcat6-user

The tomcat6-instance-create command creates a local instance of tomcat6
that can be run without root priviledges.  However, the setup provided
is missing several features that the regular tomcat6 system-wide package
provides.

1) The Catalina and localhost directories are not automatically
created under the conf directory.

2) If the tomcat6-docs package is installed the docs.xml context
fragment file is not copied over.

3) If the tomcat6-admin package is installed the manager.xml and
host-manager.xml context fragment files are not copied over.

4) There is not root context installed and the default-root context is
also missing entirely from the system.  Therefore no welcome page to
indicate the installation was a success.

The net of all this, is that after installation of tomcat6-user and
associated packages it takes considerable expertise and time to get the
local instance of tomcat to look like a system-wide instance.  The wiki
documentation mentions none of this either.

** Affects: tomcat6 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
tomcat6-instance-create provides incomplete setup
https://bugs.launchpad.net/bugs/661452
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 300699] Re: Provide APR based Apache Tomcat Native library

2010-10-15 Thread Dave Vree
There is not package tomcat-native that I can see.  The following works
however:

sudo aptitude install libtcnative-1

This bug also applies to the tomcat6-user package.  Why don't we just
have tomcat6 and tomcat6-user recommend libtcnative-1?

** Changed in: tomcat6 (Ubuntu)
   Status: Invalid = New

-- 
Provide APR based Apache Tomcat Native library
https://bugs.launchpad.net/bugs/300699
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 420277] Re: ldap tls refusing to initialize

2009-09-22 Thread Dave Vree
I was using the how-to referenced by the OP.  I was also using this one
on certificates.

https://help.ubuntu.com/9.04/serverguide/C/certificates-and-
security.html

What got me messed up was a small, but important point that got lost
between the two how-tos.  The LDAP how-to takes advantage of the group
ssl-cert which has read privileges on /etc/ssl/private.  They had the
nifty idea of putting the openldap account into the ssc-cert group.

The certificate how-to says to put the key into the /etc/ssl/private.
This is fine, but while the /etc/ssl/private folder was readable by
openldap, the new copied keyfile was not.  Unfortunately for me (and
probably others) the only error I got was the one the OP was also
getting.

A trick I discovered can help:

become root: sudo -i
become openldap:su openldap
check priviledges: cat /etc/ssl/private/nameofmyserver.key

It helped me track down the answer.

-- 
ldap tls refusing to initialize
https://bugs.launchpad.net/bugs/420277
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 420277] Re: ldap tls refusing to initialize

2009-09-18 Thread Dave Vree
In the meantime, does anybody have a work-around for this?  I've hit
this problem on a vanilla Ubuntu 9.04 server install and can't get past
it!

-- 
ldap tls refusing to initialize
https://bugs.launchpad.net/bugs/420277
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 420277] Re: ldap tls refusing to initialize

2009-09-18 Thread Dave Vree
Well, after much pain and suffering for me it turned out to be a simple
permissions problem.  I believe the how-to should be changed to ensure
this doesn't happen to anyone else.   Problem was that my private
keyfile did not provide read permissions to the group.

sudo chmod g+r /etc/ssl/private/myserver.key

and viola...everything works.

-- 
ldap tls refusing to initialize
https://bugs.launchpad.net/bugs/420277
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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