Your message dated Sat, 29 Dec 2007 20:32:22 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#456608: fixed in tomcat5.5 5.5.25-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: tomcat5.5
Version: 5.5.25-2
Severity: important

When I attempt to start tomcat, I receive the following error

sh-3.1# /etc/init.d/tomcat5.5 start
Starting Tomcat servlet engine: tomcat5.5rm: cannot remove
`/var/lib/tomcat5.5/temp/JSPWiki-11143287': Is a directory

In /etc/init.d/tomcat5.5, on or about line 148 ..  The startup script trys to 
clean the temp directory with the below command but the jspwiki package is 
creating a directory in the temp folder which the rm command is not handling..

find "$CATALINA_BASE"/temp/ -mindepth 1 -exec rm -f {} +

If this line is changed to the following, to perform a recursive rm, it 
successfully cleans the directory

find "$CATALINA_BASE"/temp/ -mindepth 1 -exec rm -rf {} +

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages tomcat5.5 depends on:
ii  adduser              3.104               add and remove users and groups
ii  jsvc                 1.0.2~svn20061127-6 wrapper to launch Java application
ii  libecj-java          3.3.0+0728-2        Eclipse Java compiler (library)
ii  libtomcat5.5-java    5.5.25-2            Java Servlet engine -- core librar
ii  sun-java5-jre [java2 1.5.0-12-2          Sun Java(TM) Runtime Environment (

tomcat5.5 recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: tomcat5.5
Source-Version: 5.5.25-4

We believe that the bug you reported is fixed in the latest version of
tomcat5.5, which is due to be installed in the Debian FTP archive:

libtomcat5.5-java_5.5.25-4_all.deb
  to pool/main/t/tomcat5.5/libtomcat5.5-java_5.5.25-4_all.deb
tomcat5.5-admin_5.5.25-4_all.deb
  to pool/main/t/tomcat5.5/tomcat5.5-admin_5.5.25-4_all.deb
tomcat5.5-webapps_5.5.25-4_all.deb
  to pool/main/t/tomcat5.5/tomcat5.5-webapps_5.5.25-4_all.deb
tomcat5.5_5.5.25-4.diff.gz
  to pool/main/t/tomcat5.5/tomcat5.5_5.5.25-4.diff.gz
tomcat5.5_5.5.25-4.dsc
  to pool/main/t/tomcat5.5/tomcat5.5_5.5.25-4.dsc
tomcat5.5_5.5.25-4_all.deb
  to pool/main/t/tomcat5.5/tomcat5.5_5.5.25-4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated tomcat5.5 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 20:15:40 +0100
Source: tomcat5.5
Binary: libtomcat5.5-java tomcat5.5 tomcat5.5-admin tomcat5.5-webapps
Architecture: source all
Version: 5.5.25-4
Distribution: unstable
Urgency: high
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description: 
 libtomcat5.5-java - Java Servlet engine -- core libraries
 tomcat5.5  - Servlet and JSP engine
 tomcat5.5-admin - Java Servlet engine -- admin & manager web interfaces
 tomcat5.5-webapps - Java Servlet engine -- documentation and example web 
applications
Closes: 456608 458237
Changes: 
 tomcat5.5 (5.5.25-4) unstable; urgency=high
 .
   * CVE-2007-5342: Fix unauthorized modification of data because of
     too open permissions. Closes: #458237.
   * Always clean temporary directory on startup. Closes: #456608.
Files: 
 85cd954622e0b4832ae017fd4d8d1150 1347 web optional tomcat5.5_5.5.25-4.dsc
 3791ec9c54d080a0a4d5076756f35abb 31901 web optional tomcat5.5_5.5.25-4.diff.gz
 9f6e3d9f70aeabeb37da6c68bb4aad01 61314 web optional tomcat5.5_5.5.25-4_all.deb
 dd51f3475318c320bc787cfe0f2ffa26 2420742 web optional 
libtomcat5.5-java_5.5.25-4_all.deb
 8ba361ac714ee9bd241e8ad152d33dd6 1486540 web optional 
tomcat5.5-webapps_5.5.25-4_all.deb
 22dee5cc4d1ed6446e04c82b8f8572c9 1135776 web optional 
tomcat5.5-admin_5.5.25-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHdqbtWSOgCCdjSDsRAtjoAKCYqGTO/6BcaQdmK/ilcCKinMGcnQCeP61P
YPPiXdTKunyjW1osgUud9t0=
=F/06
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to