Your message dated Fri, 07 Sep 2007 21:02:17 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#427978: fixed in tomcat5.5 5.5.23-1 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 Version: 5.0.30-12 Desc: /etc/init.d/tomcat5 line 126.. ===================================================================== The problem: /etc/init.d/tomcat5 does not start if too many files reside in $CATALINA_BASE/tomcat/temp/ as the "rm -rf command goes beyond ARG_MAX." rm -rf "$CATALINA_BASE"/temp/* \ "$CATALINA_BASE/logs/catalina.out" # /etc/init.d/tomcat5-server14.example.com start Starting Tomcat 5 servlet engine using Java from /usr/lib/j2sdk1.4-sun: /etc/init.d/tomcat5-server14.example.com: line 127: /bin/rm: Argument list too long # ===================================================================== I suggest the usage of the find. find $CATALINA_BASE/tomcat/temp/ -name '*.tmp' -print0 | xargs -0 rm find $CATALINA_BASE/tomcat/temp/ -exec rm -rf {} \; ===================================================================== sh --version GNU bash, version 3.1.17(1)-release (i486-pc-linux-gnu) Copyright (C) 2005 Free Software Foundation, Inc. getconf ARG_MAX 131072 uname -a Linux example11.example.example.net 2.6.21.3pe860 #1 SMP Fri May 25 12:25:35 CEST 2007 i686 GNU/Linux ===================================================================== Kind regards, Maarten
--- End Message ---
--- Begin Message ---Source: tomcat5.5 Source-Version: 5.5.23-1 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.23-1_all.deb to pool/main/t/tomcat5.5/libtomcat5.5-java_5.5.23-1_all.deb tomcat5.5-admin_5.5.23-1_all.deb to pool/main/t/tomcat5.5/tomcat5.5-admin_5.5.23-1_all.deb tomcat5.5-webapps_5.5.23-1_all.deb to pool/main/t/tomcat5.5/tomcat5.5-webapps_5.5.23-1_all.deb tomcat5.5_5.5.23-1.diff.gz to pool/main/t/tomcat5.5/tomcat5.5_5.5.23-1.diff.gz tomcat5.5_5.5.23-1.dsc to pool/main/t/tomcat5.5/tomcat5.5_5.5.23-1.dsc tomcat5.5_5.5.23-1_all.deb to pool/main/t/tomcat5.5/tomcat5.5_5.5.23-1_all.deb tomcat5.5_5.5.23.orig.tar.gz to pool/main/t/tomcat5.5/tomcat5.5_5.5.23.orig.tar.gz 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: Sun, 02 Sep 2007 11:28:05 +0200 Source: tomcat5.5 Binary: libtomcat5.5-java tomcat5.5 tomcat5.5-admin tomcat5.5-webapps Architecture: source all Version: 5.5.23-1 Distribution: unstable Urgency: low Maintainer: Michael Koch <[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: 396170 425020 426740 426761 427978 431704 434617 434728 436020 Changes: tomcat5.5 (5.5.23-1) unstable; urgency=low . [ Marcus Better ] * New upstream version. * Don't include /var/lib/tomcat5.5/conf/catalina.policy since it is auto-generated at startup. Thanks to Javier Serrano Polo. (Closes: #426761) * Make sure files under /var/lib/tomcat5.5/conf are not executable. Thanks to Marco Nenciarini. (Closes: #426740) * Fixes a failure to start if the temp directory contained too many files. Thanks to Maarten van der Hoef (Closes: #427978) * tomcat5.5-admin now depends on libcommons-collections3-java and libcommons-digester-java. . [ Michael Koch ] * Clean up correctly on (re-)build (Closes: #434617). * Replaced obsolete ${Source-Version} by ${source:Version}. * Added myself to Uploaders. * Updated (Build-)Depends on libcommons-modeler-java to (>= 2.0). * Clear up comment in debian/tomcat5.5.default about TOMCAT55_USER. (Closes: #425020). * Make cron.daily script work when package is removed but not purged (Closes: #436020). * Applied patch from David Pashley to move configuration from /var/lib/tomcat5.5/conf to /etc/tomcat5.5 (Closes: #434728). * Use ${catalina.base} instead of ${catalina.home} in debian/policy/50user.policy (Closes: #431704). * Make tomcat5.5 depend on libecj-java instead of ecj-bootstrap (Closes: #396170). * Don't make tomcat5.5 on two non-virtual java runtimes. Removed kaffe. * Don't let tomcat5.5 suggest libapache-mod-jk. Doesn't exist anymore. * Fixed watch file. * Set CATALINA_BASE to /var/lib/$NAME in debian/tomcat5.5.init. Files: a8daff8a528e0797d7a58bf8acdbe3de 1294 web optional tomcat5.5_5.5.23-1.dsc 362d1d8b15dc09882440dcab8c592dd7 4895919 web optional tomcat5.5_5.5.23.orig.tar.gz 8eaad8b7718e0026f0216739eb3dd67c 27933 web optional tomcat5.5_5.5.23-1.diff.gz f84c05d2e327990296906ec9c9716493 57570 web optional tomcat5.5_5.5.23-1_all.deb d3783c4cb2d620889dcaa8f220569718 2374554 web optional libtomcat5.5-java_5.5.23-1_all.deb 44665a749152230d968b32e54d08f9c5 1481332 web optional tomcat5.5-webapps_5.5.23-1_all.deb 295f6ff37cc9b26824e790f1f9104f20 1102490 web optional tomcat5.5-admin_5.5.23-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG4cttWSOgCCdjSDsRAt0MAJ9gJnwFpp63ufbyEhlEeYbINlNmaQCgkxUN O0s+SdHAU7/66I/Yp9TfQWM= =Jyfu -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ pkg-java-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

